-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
An unexpected error occurred during analysis of '...pom.xml' (False Positive Analyzer): null #3618
Comments
Will have its root cause in the performance optimisation. A concurrent modification I somehow overlooked when searching potential concurrent modifications that were not mitigated. |
Thanks for the reply. Is there some additional information I can provide from my environment? I'm trying to figure out if "Will have its root cause in the performance optimisation" was a request for more information. For what it's worth, the pom.xml referenced in the [WARNING] (just before the error) is for:
|
@skirsch-alethix Steve, your original post already displays the location where it broke. From the code I could derive that you would be having either the apache xmlsec or the sun/oracle opensso libraries in your project. Those two have code near the origin of the exception in order to mitigate False Negatives for libraries that had CVEs registered with different CPEs. But good to see the confirmation that in your case Apache xmlsec is indeed at the root of the error. It confirms what I saw in the code. During development of 6.3.0 we already had #3561 to resolve cases that I had run into after performance optimisations were done (no longer creating duplicates of the set). My issues were similar cases, but for a different internal Set (related dependencies) than the one at the root of your issue (derived software identifiers). As back then I only scanned usage of the 'related dependencies' set I simply overlooked the case that you ran into. |
Disclaimer
This may be a typical scenario... I am submitting on behalf of an entity that does not allow me to provide log files (or names/locations of artifacts). Instead, I am providing high-level information. I'm hoping if you have questions, I can answer them sufficiently to resolve the issue.
Environment
Maven plugin version 6.3.0
Maven version: 3.5.4
Error
The text was updated successfully, but these errors were encountered: