mikez1

Cadet 3rd Class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2015-08-13
22:21
4550 views
Fortify scan: minified javascripts
Our translation phase during web application Fortify (4.21) scan is extremely slow with minified javascripts. (60MB: 10h minified / 2h beautified). Any advice are welcome. Thanks !
1 Reply
Samuel Costa

Cadet 1st Class
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2020-10-29
14:54
You can try to exclude these minified javascripts from scanning like so:
sourceanalyzer -b ${projectName} -exclude "**/*.min.js" mvn compile -DskipTests
sourceanalyzer -b ${projectName} -exclude "**/*.min.js" mvn compile -DskipTests