-
2025
-
2024
- CVE-2024-47888
- Rails
- CVE-2024-47888
-
[CVE-2024-47888] Possible ReDoS vulnerability in plain_text_for_blockquote_node in Action Text
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) |