Skip to content

Commit c59e658

Browse files
Add additional reference to CERT C coding standard
1 parent c582d17 commit c59e658

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cpp/ql/src/experimental/Security/CWE/CWE-273/PrivilegeDroppingOutoforder.qhelp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,9 @@ groups, and finally set the target user.</p>
2727
</example>
2828
<references>
2929

30+
<li>CERT C Coding Standard:
31+
<a href="https://wiki.sei.cmu.edu/confluence/display/c/POS36-C.+Observe+correct+revocation+order+while+relinquishing+privileges">POS36-C. Observe correct revocation order while relinquishing privileges</a>.
32+
</li>
3033
<li>CERT C Coding Standard:
3134
<a href="https://wiki.sei.cmu.edu/confluence/display/c/POS37-C.+Ensure+that+privilege+relinquishment+is+successful">POS37-C. Ensure that privilege relinquishment is successful</a>.
3235
</li>

0 commit comments

Comments
 (0)