awslabs / automated-security-helper

https://awslabs.github.io/automated-security-helper/
Apache License 2.0
382 stars 47 forks source link

feat(js): Add additional JS related extensions like .jsx, .ts, .tsx to extension filter for JS scan inclusion #46

Closed scrthq closed 5 months ago

scrthq commented 7 months ago

Currently, ASH looks for .js files to determine if the JS scanners should be included. This is not always the case, e.g. when using exclusively Typescript or using .jsx instead of plain JS for frameworks like React.