소스 검색

Disabled security checks for .NET assemblies, since we were getting the following error messages:

[ERROR] Failed to execute goal org.owasp:dependency-check-maven:1.4.5:check (default-cli) on project pwm: One or more exceptions occurred during dependency-check analysis: One or more exceptions occurred
during dependency-check analysis
[ERROR] An error occurred with the .NET AssemblyAnalyzer
James Albright 8 년 전
부모
커밋
0ca43972a1
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      server/pom.xml

+ 4 - 0
server/pom.xml

@@ -470,6 +470,10 @@
                 <groupId>org.owasp</groupId>
                 <artifactId>dependency-check-maven</artifactId>
                 <version>1.4.5</version>
+                <configuration>
+                    <nuspecAnalyzerEnabled>false</nuspecAnalyzerEnabled>
+                    <assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
+                </configuration>
                 <executions>
                     <execution>
                         <goals>