Skip to content

Implement expressions2 package #881

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 12 commits into from
Jul 16, 2025
Merged
Prev Previous commit
Next Next commit
Remove cert c obligation tag
  • Loading branch information
MichaelRFairhurst committed Jun 16, 2025
commit e4121eeb044129a2205162b2dc20326b72491ffe
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
* @problem.severity error
* @tags external/cert/id/exp16-c
* correctness
* external/cert/obligation/recommendation
* external/cert/severity/low
* external/cert/likelihood/likely
* external/cert/remediation-cost/medium
Expand Down
1 change: 0 additions & 1 deletion rule_packages/c/Expressions2.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@
"short_name": "DoNotCompareFunctionPointersToConstantValues",
"tags": [
"correctness",
"external/cert/obligation/recommendation",
"external/cert/severity/low",
"external/cert/likelihood/likely",
"external/cert/remediation-cost/medium",
Expand Down
Loading