Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Vulnerable dependencies in POM #11

Closed
mattebit opened this issue Sep 17, 2024 · 1 comment · Fixed by #18
Closed

Vulnerable dependencies in POM #11

mattebit opened this issue Sep 17, 2024 · 1 comment · Fixed by #18
Labels
dependencies Pull requests that update a dependency file

Comments

@mattebit
Copy link
Collaborator

mattebit commented Sep 17, 2024

This is on the api branch commit e276dba

<dependency>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>jetty-server</artifactId>
    <version>9.4.3.v20170317</version>
</dependency>
<dependency>
    <groupId>org.eclipse.jetty</groupId>
    <artifactId>jetty-servlet</artifactId>
    <version>9.4.3.v20170317</version>
</dependency>
<dependency>
    <groupId>org.springframework.security</groupId>
    <artifactId>spring-security-crypto</artifactId>
    <version>5.4.6</version>
</dependency>

Update to latest version and fix dependent code if necessary

@mattebit mattebit added the dependencies Pull requests that update a dependency file label Sep 17, 2024
@simone36050
Copy link
Collaborator

A solution is provided in #18.

@simone36050 simone36050 linked a pull request Nov 11, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants