Skip to content

Commit

Permalink
[cve] exclude h2 issue until there is a fix (not critical since it is…
Browse files Browse the repository at this point in the history
… a demo project)
  • Loading branch information
rmannibucau committed May 13, 2024
1 parent 0796b43 commit 78d2563
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,9 @@ under the License.
</executions>
<configuration>
<scope>compile,runtime</scope>
<excludeVulnerabilityIds> <!-- h2, today no fix and we mainly use it for demo purposes -->
<excludeVulnerabilityId>CVE-2018-14335</excludeVulnerabilityId>
</excludeVulnerabilityIds>
</configuration>
</plugin>
<plugin>
Expand Down

0 comments on commit 78d2563

Please sign in to comment.