ruby-advisory-db icon indicating copy to clipboard operation
ruby-advisory-db copied to clipboard

[Pre585] Write a lint check for: multiple-cve-1-ghsa-in-1-dir in support of issue #580

Open jasnow opened this issue 1 year ago • 1 comments

Write a lint check for: multiple-cve-1-ghsa-in-1-dir in support of issue #580.

git grep "^ghsa:" |sed -e "s,CVE-.*ghsa:,," |sort |uniq -d

This script found the advisories fixed in #660.

jasnow avatar Jun 29 '23 12:06 jasnow