Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
jasnow opened this issue Jun 29, 2023 · 1 comment
Labels
linting YAML Linting

Comments

@jasnow
Copy link
Contributor

jasnow commented Jun 29, 2023

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.

@postmodern postmodern added the linting YAML Linting label Jun 29, 2023
@jasnow jasnow changed the title Write a lint check for: multiple-cve-1-ghsa-in-1-dir in support of issue #580 [Pre585] Write a lint check for: multiple-cve-1-ghsa-in-1-dir in support of issue #580 Jul 1, 2023
@jasnow
Copy link
Contributor Author

jasnow commented Jul 11, 2023

Current testcase:

gems/bootstrap/CVE-2018-14040.yml:ghsa: 3wqf-4x89-9g79
gems/bootstrap/CVE-2018-14041.yml:ghsa: 3wqf-4x89-9g79

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
linting YAML Linting
Projects
None yet
Development

No branches or pull requests

2 participants