diff --git a/README.md b/README.md index 5cdce24..7513d27 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ This repository provides an up-to-date JSON and RSS feed of the Known Exploited - This feed follows the [JSON Feed format](https://jsonfeed.org/version/1). ### 🔗 RSS Feed -- URL: [CISA KEV RSS Feed](https://kevfeed.vercel.app/CISA-KEV.json) +- URL: [CISA KEV RSS Feed](https://kevfeed.vercel.app/CISA-KEV.xml) - This RSS feed is useful for integrating with **FreshRSS**, **RSS readers**, and **automation tools**. ## 🤝 Contributing diff --git a/scripts/CVEKEVRSS.py b/scripts/CVEKEVRSS.py index a214b85..b774613 100644 --- a/scripts/CVEKEVRSS.py +++ b/scripts/CVEKEVRSS.py @@ -112,7 +112,7 @@ new_content.append("- This feed follows the [JSON Feed format](https://jsonfeed.org/version/1).\n") new_content.append("\n### 🔗 RSS Feed\n") - new_content.append("- URL: [CISA KEV RSS Feed](https://kevfeed.vercel.app/CISA-KEV.json)\n") + new_content.append("- URL: [CISA KEV RSS Feed](https://kevfeed.vercel.app/CISA-KEV.xml)\n") new_content.append("- This RSS feed is useful for integrating with **FreshRSS**, **RSS readers**, and **automation tools**.\n") new_content.append("\n## 🤝 Contributing\n")