Skip to content

Commit

Permalink
ID-4759: Upgrade to Spring-boot 3.3.4 (user-service) (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
oyri authored Oct 30, 2024
1 parent 7754703 commit dd05bcd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 16 deletions.
7 changes: 0 additions & 7 deletions .trivyignore
Original file line number Diff line number Diff line change
@@ -1,8 +1 @@
CVE-2024-22257 # Broken Access Control in Spring Security. fixed 6.2.2
CVE-2024-22259 # spring-web. fixed 6.1.5. Brukar ikkje AuthenticatedVoter.
CVE-2024-22262 # spring-web. fixed: 6.1.6. host validation fail for uricomponentbuilder, does not use it
CVE-2024-34750 # tomcat - improper exception handling
CVE-2024-34156 # encoding/gob: golang: Calling Decoder.Decode on a message which contains deeply nested structures...
CVE-2024-38816 # spring-webmvc: Path Traversal Vulnerability in Spring Applications Using RouterFunctions and FileSystemResource
CVE-2023-52428 # com.nimbusds:nimbus-jose-jwt: large JWE p2c -> DDOS. fixed 9.37.2
CVE-2024-38821 # org.springframework.security:spring-security-web: Spring-WebFlux: Authorization Bypass of Static Resources. Fixed 6.2.7, 6.0.13, 6.1.11, 6.3.4
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,11 @@ To build and run the application you need:

The application has profiles located in the [resources](src/main/resources) directory.

| Profile | Description |
|---------|------------------------------------------------|
| Profile | Description |
|-----------|------------------------------------------------------------------|
| local-h2 | Local development with embedded H2-database |
| local-dev | Local development which requires a preinstalled MariaDB database |
| docker | User docker cluster locally, run by docker-compose file |

The application can be started with Maven:

Expand All @@ -49,8 +52,5 @@ a [default configuration](src/main/resources/application.yaml) in the applicatio
* DATASOURCE_PASSWORD (password to idporten_user database for user user_service)
* API_KEY (api-key for /login access)

## Runtime dependencies
* idporten-validators
* idporten-access-log-spring-boot-3-starter
* idporten-log-audit


5 changes: 2 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.3</version>
<version>3.3.4</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>no.idporten</groupId>
Expand All @@ -18,14 +18,13 @@
<idporten-validators.version>1.4.1</idporten-validators.version>
<idporten-fnr-generate.version>1.0.1</idporten-fnr-generate.version>
<springdoc.version>2.6.0</springdoc.version>
<idporten-access-log.version>2.4.1</idporten-access-log.version>
<idporten-access-log.version>2.4.3</idporten-access-log.version>
<idporten-audit-log.version>1.2.6</idporten-audit-log.version>
<nimbus.jose.jwt.version>9.23</nimbus.jose.jwt.version>
<idporten-actuator-starter.version>1.2.0</idporten-actuator-starter.version>
<open.telemetry.version>2.6.0</open.telemetry.version>
<mariadb-java-client.version>3.4.1</mariadb-java-client.version>
<idporten-metric-constants.version>1.1.0</idporten-metric-constants.version>
<logback.version>1.5.6</logback.version>
</properties>
<dependencies>
<dependency>
Expand Down

0 comments on commit dd05bcd

Please sign in to comment.