Feed syndication ================ Available feeds --------------- .. list-table:: Available feeds :widths: 25 25 50 :header-rows: 1 * - Endpoint - Methods - Rule * - bundles_bp.feed_bundles - GET - /bundles/feed.[?user=] * - comments_bp.feed_comments - GET - /comments/feed.[?user=] * - user_bp.feed_activity - GET - /user/. * - home_bp.feed_recent - GET - /recent/.[?vulnerability=] The value of ``format`` can be ``rss`` or ``atom``. The value of ``source`` can be one of the following: "all", "github", "cvelistv5", "nvd", "pysec", "gsd", "ossf_malicious_packages", "csaf_certbund", "csaf_siemens", "csaf_redhat", "csaf_cisa", "csaf_cisco", "csaf_sick", "csaf_nozominetworks", "csaf_ox", "variot". Examples -------- Recent vulnerabilities from all sources ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: bash $ curl https://vulnerability.circl.lu/recent/all.atom Recent vulnerabilities from pysec ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: bash $ curl https://vulnerability.circl.lu/recent/pysec.atom Recent vulnerabilities related to a vendor ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: bash $ curl 'https://vulnerability.circl.lu/recent/cvelistv5.atom?vendor=MISP&per_page=2&page=8' https://vulnerability.circl.lu/rss/recent/cvelistv5/2 Most recent entries from cvelistv5 2024-11-26T08:02:41.668408+00:00 Vulnerability Lookup info@circl.lu python-feedgen Contains only the most 2 recent entries. https://vulnerability.circl.lu/vuln/cve-2021-37534 cve-2021-37534 2024-11-26T08:02:41.670402+00:00 https://vulnerability.circl.lu/vuln/cve-2022-29528 cve-2022-29528 2024-11-26T08:02:41.670364+00:00 Recent vulnerabilities linked to the specified vulnerability ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .. code-block:: bash $ curl 'https://vulnerability.circl.lu/recent/all.atom?vulnerability=cve-2021-22280' https://vulnerability.circl.lu/rss/recent/all/10 Most recent entries from all 2024-11-26T08:03:09.000211+00:00 Vulnerability Lookup info@circl.lu python-feedgen Contains only the most 10 recent entries. https://vulnerability.circl.lu/vuln/ghsa-x53h-2cjp-mwcx ghsa-x53h-2cjp-mwcx 2024-11-26T08:03:09.013675+00:00 https://vulnerability.circl.lu/vuln/gsd-2021-22280 gsd-2021-22280 2024-11-26T08:03:09.013602+00:00 Subscribing to the activity related to a vulnerability ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ The request will return recent observations (sightings) related to a vuln. $ curl 'https://vulnerability.circl.lu/sightings/feed.atom?vulnerability=CVE-2024-0012'