The configuration for the RetireJS Analyzer.
| Type | Name and description |
|---|---|
java.lang.Boolean |
enabledSets whether or not the RetireJS Analyzer should be used. |
java.lang.Boolean |
filterNonVulnerableWhether the Retire JS analyzer should filter the non-vunerable JS from the report. |
java.util.List<java.lang.String> |
filtersThe JS content filters (regular expressions) used to filter which JS files will be skipped if the content matches one of the filters. |
java.lang.Boolean |
forceupdateWhether the Retire JS analyzer should be updated regardless of the `autoupdate` setting. |
java.lang.String |
retireJsUrlThe Retire JS Repository URL. |
| Methods inherited from class | Name |
|---|---|
class java.lang.Object |
java.lang.Object#wait(long), java.lang.Object#wait(long, int), java.lang.Object#wait(), java.lang.Object#equals(java.lang.Object), java.lang.Object#toString(), java.lang.Object#hashCode(), java.lang.Object#getClass(), java.lang.Object#notify(), java.lang.Object#notifyAll() |
Sets whether or not the RetireJS Analyzer should be used.
Whether the Retire JS analyzer should filter the non-vunerable JS from the report.
The JS content filters (regular expressions) used to filter which JS files will be skipped if the content matches one of the filters. This is most commonly used to filter by copyright.
Whether the Retire JS analyzer should be updated regardless of the `autoupdate` setting.
The Retire JS Repository URL.