This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const glob = require('glob'); | |
const fs = require('fs'); | |
glob('./src/stories/**.js', (err, files)=>{ | |
console.log(files) | |
files.forEach((filename) => { | |
const file = fs.readFileSync(filename, 'utf-8'); | |
// console.log(file) |
- 2024
- CVE-2024-47888
- CVE-2024-32464
- CVE-2024-27281
- Ruby
- CVE-2024-27281: RCE vulnerability with .rdoc_options in RDoc