Skip to content

Add additional CERT-C rules to rules.csv #879

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

Merged
merged 6 commits into from
Apr 30, 2025
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Fix, move 'recommendation' from CERT-C++ to CERT-C in schema
  • Loading branch information
MichaelRFairhurst committed Apr 10, 2025
commit d39ec8d75696f4d5ee0493f97b55102f47d5da52
6 changes: 3 additions & 3 deletions schemas/rule-package.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@
"obligation": {
"type": "string",
"enum": [
"rule",
"recommendation"
"rule"
]
}
},
Expand Down Expand Up @@ -142,7 +141,8 @@
"obligation": {
"type": "string",
"enum": [
"rule"
"rule",
"recommendation"
]
}
},
Expand Down
Loading