NodeSecure / js-x-ray

JavaScript & Node.js open-source SAST scanner. A static analyser for detecting most common malicious patterns 🔬.
MIT License
229 stars 26 forks source link

Split utils #208

Closed fraxken closed 9 months ago

fraxken commented 9 months ago

I think we need to split the utils file into multiple files like in Scanner: https://github.com/NodeSecure/scanner/tree/master/src/utils

The main idea is to avoid having a file with too many lines of code

mkarkkainen commented 9 months ago

I can help with this!

fraxken commented 9 months ago

Thanks for the contribution @mkarkkainen!