Skip to content

Commit

Permalink
Merge pull request #150 from medizininformatik-initiative/feature/149…
Browse files Browse the repository at this point in the history
…-Insecure-temporary-directory-creation

#149 - Insecure temporary directory creation
  • Loading branch information
michael-82 authored Jul 20, 2023
2 parents ce03806 + 700ea74 commit 478bfb9
Showing 1 changed file with 16 additions and 2 deletions.
18 changes: 16 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -133,13 +133,27 @@
<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-client</artifactId>
<version>6.4.2</version>
<version>6.6.2</version>
<exclusions>
<exclusion>
<groupId>com.google</groupId>
<artifactId>guava</artifactId>
</exclusion>
</exclusions>
</dependency>

<!-- Guava up to 31.1 is affected by https://avd.aquasec.com/nvd/2023/cve-2023-2976/ -->
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>32.1.1-jre</version>
</dependency>


<dependency>
<groupId>ca.uhn.hapi.fhir</groupId>
<artifactId>hapi-fhir-structures-r4</artifactId>
<version>6.4.2</version>
<version>6.6.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 478bfb9

Please sign in to comment.