etnetera / owasp-dependency-check

MIT License
6 stars 12 forks source link

Unable to run check with latest dependency-check (v10) #26

Closed gian1200 closed 2 weeks ago

gian1200 commented 2 weeks ago

Now that v10 has been released, download script fails. Regex expect a 1 digit version, but latest now has 2

owasp-dependency-check version: 0.0.21 image

Workaround: change first \d with a 10

Seems to be already fixed on code (4 months ago), but new release hasn't been pushed. 0.0.21 is from 2 years ago https://github.com/etnetera/owasp-dependency-check/commit/7c9b6eb71cd97b33d8067ce5496877be3dcdc525

Also: https://github.com/etnetera/owasp-dependency-check/pull/25

centi commented 2 weeks ago

PR #25 is merged and version 0.22 is out. The new RE should work with multidigit versions of the binary.