Open bekh6ex opened 5 years ago
Now it's failing:
module level code offender description mitigation
---------------- ------ ----------------------------- ---------- ------------------------------------------------ ---------------------------------------
node-npmoutdated medium node-npmoutdated-semver-2 semver Module is one or more minor versions out of date Upgrade to v6.2.0 (Current: v6.1.1)
node-npmoutdated medium node-npmoutdated-superagent-2 superagent Module is one or more minor versions out of date Upgrade to v5.1.0 (Current: v5.0.5)
node-npmoutdated low node-npmoutdated-lodash-3 lodash Module is one or more patch versions out of date Upgrade to v4.17.14 (Current: v4.17.11)
Need to figure out what would be the proper fix. Ideas?
Look like it would be nice to have minimal level per module configuration...
I will change this a bit in the sense that I'll have the check run as a nightly cron job, instead of every build. I do recommend this to teams, so it makes sense to have it here as well :)
For this, I'll modify the setup for the nightly OWASP update build to listen to another env variable so that they don't clash.
Description
Do a self scan
Fixes #128
Type of change
Toolchain
How Has This Been Tested?
Just run
./bin/hawkeye scan
inhawkeyesec/scanner-cli
project rootTest Configuration:
Checklist: