-
Notifications
You must be signed in to change notification settings - Fork 14
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
Missing incidents on the file after accepting resolution for one of the incidents #122
Missing incidents on the file after accepting resolution for one of the incidents #122
Comments
custom rule link - https://github.com/savitharaghunathan/migrationex/blob/main/rules/rule.yaml settings.json
|
This issue is currently awaiting triage. |
I am moving this issue because the problem is in the java analyzer bundle filtering out a search match for the custom rule. Going to dig in more tomorrow |
Bump of the bundle, to fix konveyor/java-analyzer-bundle#122 Fixes #412 Signed-off-by: Shawn Hurley <[email protected]>
I have three incidents in the file, one of which was triggered by a custom rule.
The sun.misc.BASE64Encoder class has been removed. It can be replaced with the Base64.Encoder class instantiated using the java.util.Base64.getMimeEncoder() method. For further examples on replacing BASE64Encoder with Base64.Encoder, refer to the "Code example" link below.
and accepting the resolution, the incident triggered by the custom rule is no longer listed after re-running the analysis.
When I stopped the server, deleted the logs folder, restarted the server, and re-ran the analysis, the custom rule violation reappeared.
Note: When I ran Kantra to verify locally, I could still see the incident triggered by the custom rule.
The text was updated successfully, but these errors were encountered: