OWASP dependency-check ãå©ç¨ãã¦èå¼±æ§ã®ãã Java ã©ã¤ãã©ãªã«ä¾åãã¦ããªãã確èªãã ä¾åãã¦ããã©ã¤ãã©ãªã«èå¼±æ§ãããå ´åããããæ¤åºã§ããã¨å¬ããã OWASP dependency-check ã® gradle ãã©ã°ã¤ã³ãå ¥ããã¨ãç°¡åã«æ¤åºãå¯è½ã¨ãªãã è¨å®ã¯ä»¥ä¸ã®ããã§ãããé常ã«å®¹æã§ããã buildscript { repositories { mavenCentral() } dependencies { classpath('org.owasp:dependency-check-gradle:3.2.1') } } apply plugin: 'org.owasp.dependencycheck' check.dependsOn dependencyCheckAnalyze // https://jeremylong.github.


{{#tags}}- {{label}}
{{/tags}}