Rohit Namjoshi
Rohit Namjoshi
We are seeing the same issue and `rvm reset` did not help. Seems like bundler no longer looks for git installed gems in `bundler/gems`. Modified `traits/bundler.rb` to remove `/bundler` from...
I am unable to reproduce this on JRuby 1.6.2, Rails 3.0.9, Warbler 1.3.2 ``` rvm use 1.6.2 rails new mytest cd mytest bundle install warble compiled ``` Works fine, .class...
Same on MacOS ARM: > [WARN] An unexpected error occurred during analysis of '/Users/REDACTED/package-lock.json' (Node Audit Analyzer): null [ERROR] java.util.ConcurrentModificationException: null at java.base/java.util.HashMap$HashIterator.nextNode(HashMap.java:1605) at java.base/java.util.HashMap$KeyIterator.next(HashMap.java:1628) at java.base/java.util.Collections$UnmodifiableCollection$1.next(Collections.java:1078) at org.owasp.dependencycheck.analyzer.AbstractNpmAnalyzer.replaceOrAddVulnerability(AbstractNpmAnalyzer.java:509) at...
Same for me on a 3Mb file. Version 1.10.10 (7411) running on MacOS 15.4.1 (24E263)