-
-
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
ConcurrentModificationException in AbstractNpmAnalyzer.replaceOrAddVulnerability #4004
Comments
Hi, any update on this. |
Tracked in #4374 -> close this one? |
Yes, close it
…________________________________
From: Marcel Stör ***@***.***>
Sent: Friday, April 29, 2022 11:51:53 AM
To: jeremylong/DependencyCheck ***@***.***>
Cc: elballa ***@***.***>; Comment ***@***.***>
Subject: Re: [jeremylong/DependencyCheck] ConcurrentModificationException in AbstractNpmAnalyzer.replaceOrAddVulnerability (Issue #4004)
Tracked in #4374<#4374> -> close this one?
—
Reply to this email directly, view it on GitHub<#4004 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ALLEPP7HF22NN4ZRNIY74VDVHOWLTANCNFSM5MKINDXA>.
You are receiving this because you commented.Message ID: ***@***.***>
|
The issue #3862 re-occurs with release 6.5.3 (it is working with 6.5.2)
=> dependency-check-maven:6.5.3:aggregate (default-cli)
[WARNING] An unexpected error occurred during analysis of '/work/jenkins/workspace/xxx/package-lock.json' (Node Audit Analyzer): null
[ERROR]
java.util.ConcurrentModificationException
at java.util.HashMap$HashIterator.nextNode (HashMap.java:1469)
at java.util.HashMap$KeyIterator.next (HashMap.java:1493)
at java.util.Collections$UnmodifiableCollection$1.next (Collections.java:1044)
at org.owasp.dependencycheck.analyzer.AbstractNpmAnalyzer.replaceOrAddVulnerability (AbstractNpmAnalyzer.java:495)
at org.owasp.dependencycheck.analyzer.AbstractNpmAnalyzer.processResults (AbstractNpmAnalyzer.java:481)
at org.owasp.dependencycheck.analyzer.NodeAuditAnalyzer.analyzeDependency (NodeAuditAnalyzer.java:151)
at org.owasp.dependencycheck.analyzer.AbstractAnalyzer.analyze (AbstractAnalyzer.java:131)
at org.owasp.dependencycheck.AnalysisTask.call (AnalysisTask.java:88)
at org.owasp.dependencycheck.AnalysisTask.call (AnalysisTask.java:37)
at java.util.concurrent.FutureTask.run (FutureTask.java:266)
at java.util.concurrent.ThreadPoolExecutor.runWorker (ThreadPoolExecutor.java:1149)
at java.util.concurrent.ThreadPoolExecutor$Worker.run (ThreadPoolExecutor.java:624)
at java.lang.Thread.run (Thread.java:748)
[INFO] Finished Node Audit Analyzer (0 seconds)
Originally posted by @eballetbaz in #3862 (comment)
The text was updated successfully, but these errors were encountered: