-
Notifications
You must be signed in to change notification settings - Fork 116
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
docs: update rules count #1399
docs: update rules count #1399
Conversation
docs/_data/rules.js
Outdated
} else if (isDirectory(subDirPath) && subDir === "gosec") { | ||
const groupDirs = await readdir(subDirPath) | ||
|
||
console.log("groupDirs ", groupDirs) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove cosnole log?
docs/_data/rules.js
Outdated
if (cweList[i] && cweList[i].owasp) { | ||
owasps.add(cweList[i].owasp.id) | ||
} else { | ||
console.log(`cweList[i] ${JSON.stringify(cweList[i])}`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove?
docs/_data/rules.js
Outdated
|
||
function updateCounts(lang, framework = null, id = null) { | ||
console.log(`Lang ${lang} Framework ${framework}`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
console.log(`Lang ${lang} Framework ${framework}`) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just remove the debugging and should be good
b5b4ac6
to
e52d34f
Compare
Description
Checklist