
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Ignoring languages on Fortify translations with com.fortify.sca.DISabledLanguages
Does anyone understand how this java option for disabling languages during a sourceanalyzer translate, is truly suppose to work?
-Dcom.fortify.sca.DISabledLanguages=python:java
Every time I use this option and specify the languages of my choice, for example java or python above, I seem to still have the files included in my NSTs and therefore included in my scans.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Have you tried this?
sourceanalyzer -b -disable-language python:java
I added it to Core/config/fortify-sca.properties, and works for us.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Thanks for the reply however SCA implements this option/argument invoking the same Property Key constant as com.fortify.sca.DISabledLanguages. So essentially it is the same thing for SCA, the one issue that may be relevant here is our code base is massive, well over several millions of lines of code.