Skip to content

Commit

Permalink
Check URL Api episode 2 (teamdigitale#77)
Browse files Browse the repository at this point in the history
* check URL API

* check URL API

* check URL API

* check URL API
  • Loading branch information
gnespolino authored Oct 23, 2023
1 parent c609141 commit 25a0abd
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.springframework.boot' version '2.7.14'
id 'org.springframework.boot' version '2.7.17'
id 'io.spring.dependency-management' version '1.0.11.RELEASE'
id 'java'
id 'com.google.cloud.tools.jib' version '3.1.4'
Expand Down Expand Up @@ -58,6 +58,7 @@ dependencies {
implementation 'org.eclipse.jgit:org.eclipse.jgit:5.13.0.202109080827-r'
implementation 'javax.xml.bind:jaxb-api:2.3.1'

implementation 'org.apache.commons:commons-compress:1.24.0'

implementation 'org.springdoc:springdoc-openapi-ui:1.6.1'
implementation 'org.openapitools:jackson-databind-nullable:0.2.1'
Expand Down Expand Up @@ -218,6 +219,9 @@ dependencyCheck {
//let's consider that a vulnerability has a high severity level if its CVSS score is higher than 7
//the build is going to fail if vulnerabilities with high severity level found
failBuildOnCVSS = 7
analyzers {
assemblyEnabled = false
}

//specify a list of known issues which contain:
//false-positives
Expand Down
2 changes: 1 addition & 1 deletion config/dependency-check/dependency-check-known-issues.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
<cve>CVE-2016-1000027</cve>
</suppress>
<suppress>
<cve>CVE-2023-35116</cve>
<cve>CVE-2023-4759</cve>
</suppress>
</suppressions>

0 comments on commit 25a0abd

Please sign in to comment.