Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion scripts/CVEKEVRSS.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down