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

apache/incubator-kie-issues#1594: Security fixes for blank-app container #2716

Merged
merged 4 commits into from
Oct 30, 2024

Conversation

porcelli
Copy link
Contributor

@porcelli porcelli requested review from thiagoelg and tiagobento and removed request for tiagobento October 30, 2024 16:10
Copy link
Member

@thiagoelg thiagoelg left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Comment on lines +95 to +104
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
<version>${version.com.google.protobuf}</version>
</dependency>
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>${version.com.google.protobuf}</version>
</dependency>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add a comment here with a disclaimer that those dependencies are only here to force this application to use a newer version of these dependencies? This will help not having people thinking this is necessary for the app to function properly.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good point, done!

@tiagobento tiagobento merged commit ddda0e8 into apache:main Oct 30, 2024
14 checks passed
ricardozanini pushed a commit to ricardozanini/kogito-tooling that referenced this pull request Nov 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove CVEs in blank-app container
3 participants