Skip to content

Commit 93a8522

Browse files
committed
removed the C++ related guidline that is no longer available on cmu.edu
Signed-off-by: Helge Wehder <[email protected]>
1 parent 02b1a58 commit 93a8522

File tree

1 file changed

+1
-2
lines changed
  • docs/Secure-Coding-Guide-for-Python/CWE-710/CWE-1109

1 file changed

+1
-2
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-710/CWE-1109/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,8 +169,7 @@ On the 'class' example we have `C0103` complains about missing PascalCase naming
169169
|[MITRE CWE](http://cwe.mitre.org/)|Pillar: [CWE-710: Improper Adherence to Coding Standards)](https://cwe.mitre.org/data/definitions/710.html)|
170170
|[MITRE CWE](http://cwe.mitre.org/)|Base: [CWE - CWE-1109: Use of Same Variable for Multiple Purposes](https://cwe.mitre.org/data/definitions/1109.html)|
171171
|[SEI CERT Coding Standard for Java](https://wiki.sei.cmu.edu/confluence/display/java/SEI+CERT+Oracle+Coding+Standard+for+Java)|[DCL01-J. Do not reuse public identifiers from the Java Standard Library](https://wiki.sei.cmu.edu/confluence/display/java/DCL01-J.+Do+not+reuse+public+identifiers+from+the+Java+Standard+Library)|
172-
|[SEI CERT C Coding Standard](https://web.archive.org/web/20220511061752/https://wiki.sei.cmu.edu/confluence/display/c/SEI+CERT+C+Coding+Standard)|[PRE04-C. Do not reuse a standard header file name](https://wiki.sei.cmu.edu/confluence/display/c/PRE04-C.+Do+not+reuse+a+standard+header+file+name)|
173-
|[SEI CERT C++ Coding Standard](https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?pageId=88046682)|[VOID PRE04-CPP. Do not reuse a standard header file name](https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?pageId=88046904)|
172+
|[SEI CERT C Coding Standard](https://wiki.sei.cmu.edu/confluence/display/c/SEI+CERT+C+Coding+Standard)|[PRE04-C. Do not reuse a standard header file name](https://wiki.sei.cmu.edu/confluence/display/c/PRE04-C.+Do+not+reuse+a+standard+header+file+name)|
174173

175174
## Bibliography
176175

0 commit comments

Comments
 (0)