Skip to content

Commit 24c54c9

Browse files
Update docs/Secure-Coding-Guide-for-Python/CWE-703/CWE-754/README.md
Co-authored-by: myteron <[email protected]> Signed-off-by: Bartlomiej Karas <[email protected]>
1 parent ea018a2 commit 24c54c9

File tree

1 file changed

+0
-1
lines changed
  • docs/Secure-Coding-Guide-for-Python/CWE-703/CWE-754

1 file changed

+0
-1
lines changed

docs/Secure-Coding-Guide-for-Python/CWE-703/CWE-754/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,6 @@ Weight must be a non-negative number.
195195
|||
196196
|:---|:---|
197197
|[SEI CERT C Coding Standard](https://wiki.sei.cmu.edu/confluence/display/c/SEI+CERT+C+Coding+Standard)|[FLP04-C. Check floating-point inputs for exceptional values](https://wiki.sei.cmu.edu/confluence/display/c/FLP04-C.+Check+floating-point+inputs+for+exceptional+values)|
198-
|[SEI CERT C++ Coding Standard](https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?pageId=88046682)|[VOID FLP04-CPP. Check floating point inputs for exceptional values](https://wiki.sei.cmu.edu/confluence/pages/viewpage.action?pageId=88046805)|
199198
|[SEI CERT Oracle Coding Standard for Java](https://wiki.sei.cmu.edu/confluence/display/java/SEI+CERT+Oracle+Coding+Standard+for+Java?src=sidebar)|[NUM08-J. Check floating-point inputs for exceptional values](https://wiki.sei.cmu.edu/confluence/display/java/NUM08-J.+Check+floating-point+inputs+for+exceptional+values)|
200199
|[CWE MITRE Pillar](http://cwe.mitre.org/)|[CWE-703: Improper Check or Handling of Exceptional Conditions](https://cwe.mitre.org/data/definitions/703.html)|
201200
|[MITRE CWE Base](https://cwe.mitre.org/)|[CWE-754: Improper Check for Unusual or Exceptional Conditions](https://cwe.mitre.org/data/definitions/754.html)|

0 commit comments

Comments
 (0)