mirror of
https://github.com/ysoftdevs/DependencyCheck.git
synced 2026-01-14 15:53:36 +01:00
added WAR files so that they will be analyzed
Former-commit-id: 2aa266d40d5d3c1b3511db642e8b23331abf4b29
This commit is contained in:
@@ -159,7 +159,7 @@ public class JarAnalyzer extends AbstractAnalyzer implements Analyzer {
|
||||
/**
|
||||
* The set of file extensions supported by this analyzer.
|
||||
*/
|
||||
private static final Set<String> EXTENSIONS = newHashSet("jar");
|
||||
private static final Set<String> EXTENSIONS = newHashSet("jar", "war");
|
||||
|
||||
/**
|
||||
* Returns a list of file EXTENSIONS supported by this analyzer.
|
||||
|
||||
Reference in New Issue
Block a user