KittyChiu / alerts-to-owasp10

An action that filters security alerts related to OWASP Top 10 risks.
MIT License
4 stars 0 forks source link

Fixed weird encoding #25

Closed KittyChiu closed 4 months ago

KittyChiu commented 4 months ago

This pull request includes changes to the src/index.js and src/map.js files to explicitly set the encoding to 'utf8' when writing files with fs.writeFileSync(). This ensures that the data is written in the correct format.