-
Notifications
You must be signed in to change notification settings - Fork 483
Added missing BugCode for SECXXEVAL abbrev #728
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
Added missing BugCode for SECXXEVAL abbrev #728
Conversation
Good catch. I will try to add a test that does sanity checks on the metadata file to prevent this. |
Thanks for merging! |
I'm facing the same trouble, is there anything I can do to temporarily alleviate it? |
findsecbugs shouldn't crash when trying to report the problem but most likely this is a real finding an you can solve it by disabling XXE on your xml processing classes as explained here: https://github.com/find-sec-bugs/find-sec-bugs/pull/681/files#diff-a686f21490e05e3796410ae562a7a8bbc9802a995afee23da568c5d0fe4ff2e4 |
When can we expect a release of this fix? |
Good morning! |
Can we maybe get a 1.13.1 release with just this fix and nothing else? |
1 similar comment
Can we maybe get a 1.13.1 release with just this fix and nothing else? |
Same error occured,waiting for 1.13.1 released. |
sonar-findbugs 4.2.10
|
Please, when is the new version of findbugs scheduled to be released that fixes this error? |
In our Java 21 code we have a false positive with this error and so it crashes. |
As noted in #727 and spotbugs/sonar-findbugs#983 the detector introduced in #681 declared a new bug code abbreviation but did not provide.
This is causing a crash when the detector reports a bug.
This should fix #727 and spotbugs/sonar-findbugs#983