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

[WIP] Rework sourcefile analysis strategy #253

Closed jean-michelet closed 7 months ago

jean-michelet commented 7 months ago

Fixes #237

It's still a WIP. I don't know if this is what you were thinking @fraxken ....

I'd like to allow the use of blobs:

["src/**/*", "tests/**/*"]

I'll adapt the code when Tchapacan PR is merged.

jean-michelet commented 7 months ago

I will reopen a clean one when I'm done.