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

owasp check failed #1465

Open
eduarddrenth opened this issue Sep 20, 2024 · 6 comments
Open

owasp check failed #1465

eduarddrenth opened this issue Sep 20, 2024 · 6 comments

Comments

@eduarddrenth
Copy link

My build shows:

[ERROR] protobuf-java-3.19.6.jar: CVE-2024-7254(8.699999809265137)

Can you please update xthis dependency?

@AngledLuffa
Copy link
Contributor

This will be in the next release

@eduarddrenth
Copy link
Author

eduarddrenth commented Oct 7, 2024

Some more: lucene CVE-2024-45772 and javax.json CVE-2023-7272.

For lucene dep I use version 9.12.0 now with stanford, seems to be working fine (but all I do is return new Sentence(form).lemmas(); so I might never touch lucene)

@AngledLuffa
Copy link
Contributor

if i update javax.json to

https://repo1.maven.org/maven2/org/glassfish/jakarta.json/1.1.6/

do you know if that will solve your problems with that library? i have no idea what effect updating to 2.... would have

@AngledLuffa
Copy link
Contributor

the lucene stuff is for a specific package which we're not sure too many people use (@manning wants me to delete it entirely)

@AngledLuffa
Copy link
Contributor

for lucene, what about the 7.7.3 series? again i feel wary bumping the major version number without actually knowing anything about the package that uses it

https://mvnrepository.com/artifact/org.apache.lucene/lucene-core/7.7.3

but if that still has security problems then i guess it's time to do something bigger

AngledLuffa added a commit that referenced this issue Oct 9, 2024
@eduarddrenth
Copy link
Author

eduarddrenth commented Oct 9, 2024 via email

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

No branches or pull requests

2 participants