Security News
Opengrep Emerges as Open Source Alternative Amid Semgrep Licensing Controversy
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
It makes it easy for you to read rss and find rss on the site.
npm install rss-tool
const tool = require('rss-tool')
async function read() {
let res = await tool.read('https://www.reddit.com/.rss', 1) //read rss url
console.log(res)
}
async function find() {
let res = await tool.find('https://www.reddit.com/.rss', 1) //find rss url
console.log(res)
}
read()
/*/
[
{
title: "İmamoğlu'nun açtığı İBB yurtları; ayda 600 TL, günde 2 öğün yemek, spor salonu var. 10%'luk şehit ve gazi çocukları için kontenjan ayrıldı ve şeffaf seçimlerle, torpilsiz öğrenci alımı yapıldı. Şimdilik 600 küsür öğrenci var, gelecek yıllarda 5000 yatak kapasitesi hedefleniyor.",
link: 'https://www.reddit.com/r/Turkey/comments/pv3hxm/imamoğlunun_açtığı_ibb_yurtları_ayda_600_tl_günde/',
content: 'submitted by /u/DutchClocker to r/Turkey \n [link] [comments]'
},
{
title: "Sabah 40dk'mı harcadım.",
link: 'https://www.reddit.com/r/KGBTR/comments/pv19m5/sabah_40dkmı_harcadım/',
content: 'submitted by /u/Montevar to r/KGBTR \n [link] [comments]'
}
]
/*/
find()
/*/
{
status: true,
title: 'reddit: the front page of the internet',
favicon: 'https://www.reddit.com/favicon.ico',
url: 'https://www.reddit.com/',
feedurl: [
{
title: 'reddit: the front page of the internet',
url: 'https://www.reddit.com/.rss'
}
]
}
/*/
FAQs
allows you to use rss easily
The npm package rss-tool receives a total of 1 weekly downloads. As such, rss-tool popularity was classified as not popular.
We found that rss-tool demonstrated a not healthy version release cadence and project activity because the last version was released 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
Opengrep forks Semgrep to preserve open source SAST in response to controversial licensing changes.
Security News
Critics call the Node.js EOL CVE a misuse of the system, sparking debate over CVE standards and the growing noise in vulnerability databases.
Security News
cURL and Go security teams are publicly rejecting CVSS as flawed for assessing vulnerabilities and are calling for more accurate, context-aware approaches.