
Security News
VulnCon 2025: NVD Scraps Industry Consortium Plan, Raising Questions About Reform
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
論及 ronkyuu - mention, reference to, touching upon
Python package to help with parsing, handling and other manipulations of the IndieWeb Toolkit items, such as:
See the examples/ directory for sample command line tools.
Because Ronkyuu uses BeautifulSoup4 for it's amazing HTML wrangling ability, you have the option of enabling faster parsing via the lxml
package instead of the default html5lib
package.
import ronkyuu
ronkyuu.webmention.setParser('lxml')
Find all <a />
elements in the html returned for a post.
If any have an href
attribute that is not from the one of the items in domains, append it to our lists.
Search the given html
content for all <link />
elements and return any discovered WebMention URL.
Discover any WebMention endpoint for a given sourceURL
.
Send to the targetURL
a WebMention for the sourceURL
.
The WebMention will be discovered if it is not given in the optional webmention
parameter.
Find all <a />
elements in the given html for a post.
If any have an href attribute that is rel="me"
then include it in the result.
Determine if a given resourceURL
is authoritative for the profileURL
.
The list of rel="me"
links will be discovered if not provided in the optional profileRelMes
parameter or the resourceRelMes
parameter.
URLValidator class
TODO: fill in details of how to use
Python v3.9+ -- see Pipfile
for the full list
The Makefile
takes advantage of Pipenv
(which will use pyenv
if installed) to manage the Python dependencies.
For testing we use httmock to mock the web calls.
FAQs
"Webmention Manager"
We found that ronkyuu demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
At VulnCon 2025, NIST scrapped its NVD consortium plans, admitted it can't keep up with CVEs, and outlined automation efforts amid a mounting backlog.
Product
We redesigned our GitHub PR comments to deliver clear, actionable security insights without adding noise to your workflow.
Product
Our redesigned Repositories page adds alert severity, filtering, and tabs for faster triage and clearer insights across all your projects.