Skip to content

Commit 47a6026

Browse files
s19110myteron
andauthored
Update docs/Secure-Coding-Guide-for-Python/CWE-710/CWE-489/README.md
Co-authored-by: myteron <[email protected]> Signed-off-by: Hubert Daniszewski <[email protected]>
1 parent 54f8d1d commit 47a6026

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Not knowing that a product must be deployed differently in production than in st
3939
|[MITRE CWE](http://cwe.mitre.org/)|Pillar: [CWE-710: Improper Adherence to Coding Standards (4.13) (mitre.org)](https://cwe.mitre.org/data/definitions/710.html)|
4040
|[MITRE CWE](http://cwe.mitre.org/)|Base: [CWE-489: Active Debug Code (4.13) (mitre.org)](https://cwe.mitre.org/data/definitions/489.html)|
4141
|[SEI CERT Coding Standard for Java](https://wiki.sei.cmu.edu/confluence/display/java/SEI+CERT+Oracle+Coding+Standard+for+Java)|[ENV05-J. Do not deploy an application that can be remotely monitored](https://wiki.sei.cmu.edu/confluence/display/java/ENV05-J.+Do+not+deploy+an+application+that+can+be+remotely+monitored)|
42-
|[Python - Secure Coding One Stop Shop](https://eteamspace.internal.ericsson.com/display/DEVEN/Python+-+Secure+Coding+One+Stop+Shop)|[FIO13-P3. Do not log sensitive information outside a trust boundary](https://eteamspace.internal.ericsson.com/display/DEVEN/FIO13-P3.+Do+not+log+sensitive+information+outside+a+trust+boundary)|
42+
|[Python - Secure Coding One Stop Shop](https://github.com/ossf/wg-best-practices-os-developers/tree/main/docs/Secure-Coding-Guide-for-Python/)|[CWE-532: Insertion of Sensitive Information into Log File](https://github.com/ossf/wg-best-practices-os-developers/tree/main/docs/Secure-Coding-Guide-for-Python/CWE-664/CWE-532/README.md)|
4343

4444
## Bibliography
4545

0 commit comments

Comments
 (0)