OWASP Dependency Checkã§ä½¿ç¨ãã¦ããJavaã©ã¤ãã©ãªã®èå¼±æ§ããã§ãã¯ãããã¨ãã§ãã¾ãã ä»åã¯Mavenã®pluginã使ç¨ãã¾ãã è¨å® pom.xmlã«ä»¥ä¸ã追è¨ãã¾ãã <plugins> ã»ã»ã» <plugin> <groupId>org.owasp</groupId> <artifactId>dependency-check-maven</artifactId> <version>2.0.0</version> <configuration> <assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled> </configuration> <executions> <execution> <goals> <goal>check</goal> </goals> </execution> </executi
{{#tags}}- {{label}}
{{/tags}}