fix(hooks): simplify check-new-deps to malware-only#595
fix(hooks): simplify check-new-deps to malware-only#595John-David Dalton (jdalton) merged 1 commit intomainfrom
Conversation
Remove low-score warnings and fix inaccurate comments. The malware API only checks for malware, not quality scores. Remove dead warned/score logic and the wrong SDK batch heuristic comment.
|
Review the following changes in direct dependencies. Learn more about Socket for GitHub.
|
|
Warning Review the following alerts detected in dependencies. According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.
|
Summary
check-new-depshook; keep only the malware/critical-severity block.checkDepsBatchreturn shape (now justCheckResult[]of blocks) and remove the unusedLOW_SCORE_THRESHOLD,warned, andscorefields.Test plan