Skip to content

Commit 8ce1929

Browse files
committed
doc update
1 parent 0ecc144 commit 8ce1929

5 files changed

Lines changed: 6 additions & 221 deletions

File tree

docs/_toc.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,8 @@ parts:
1313
title: Security Testing for Python
1414
- url: http://securitybydesign.nocomplexity.com/
1515
title: Security By Design
16+
- url: https://nocomplexity.github.io/pythonsecurity/
17+
title: Python Security Handbook
1618

1719

1820

@@ -29,13 +31,11 @@ parts:
2931
sections:
3032
- file: data_egress_implementation
3133
- file: issues
32-
- file: markingissues
33-
- file: securecoding
34+
- file: markingissues
3435
- file: complexitycheck
3536
- file: warnings
3637
- file: handling_errors
37-
- file: implementedvalidations
38-
- file: validatetips
38+
- file: implementedvalidations
3939
- file: checksinformation
4040
sections:
4141
- file: checks/assert_check

docs/examples/codeauditchecks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,4 +762,4 @@
762762
<td>Vulnerable to path traversal attacks if used with untrusted archives.</td>
763763
</tr>
764764
</tbody>
765-
</table><br><p>Number of implemented security validations:<b>87</b></p><p>Version of codeaudit: <b>1.6.6</b><p>Because Python and cybersecurity are constantly changing, issue reports <b>SHOULD</b> specify the codeaudit version used.</p><p><b>Disclaimer:</b> <i>This SAST tool <a href="https://github.com/nocomplexity/codeaudit" target="_blank"><b>Python Code Audit</b></a> provides a powerful, automatic security analysis for Python source code. However, it's not a substitute for human review in combination with business knowledge. Undetected vulnerabilities may still exist.</i></p><p>This Python security report was created on: <b>2026-05-19 16:06</b> with <a href="https://github.com/nocomplexity/codeaudit" target="_blank"><b>Python Code Audit</b></a> version <b>1.6.6</b></p><hr><footer><div class="footer-links">Check the <a href="https://nocomplexity.com/documents/codeaudit/intro.html" target="_blank">documentation</a> for help on found issues.<br>Codeaudit is made with <span class="heart">&#10084;</span> by cyber security professionals who advocate for <a href="https://nocomplexity.com/simplify-security/" target="_blank">open simple security solutions</a>.<br><a href="https://nocomplexity.com/documents/codeaudit/CONTRIBUTE.html" target="_blank">Join the community</a> and contribute to make this tool better!</div></footer></div></body></html>
765+
</table><br><p>Number of implemented security validations:<b>87</b></p><p>Version of codeaudit: <b>1.6.6</b><p>Because Python and cybersecurity are constantly changing, issue reports <b>SHOULD</b> specify the codeaudit version used.</p><p><b>Disclaimer:</b> <i>This SAST tool <a href="https://github.com/nocomplexity/codeaudit" target="_blank"><b>Python Code Audit</b></a> provides a powerful, automatic security analysis for Python source code. However, it's not a substitute for human review in combination with business knowledge. Undetected vulnerabilities may still exist.</i></p><p>This Python security report was created on: <b>2026-05-31 15:53</b> with <a href="https://github.com/nocomplexity/codeaudit" target="_blank"><b>Python Code Audit</b></a> version <b>1.6.6</b></p><hr><footer><div class="footer-links">Check the <a href="https://nocomplexity.com/documents/codeaudit/intro.html" target="_blank">documentation</a> for help on found issues.<br>Codeaudit is made with <span class="heart">&#10084;</span> by cyber security professionals who advocate for <a href="https://nocomplexity.com/simplify-security/" target="_blank">open simple security solutions</a>.<br><a href="https://nocomplexity.com/documents/codeaudit/CONTRIBUTE.html" target="_blank">Join the community</a> and contribute to make this tool better!</div></footer></div></body></html>

docs/examples/demoscan.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Python_Code_Audit",
33
"version": "1.6.6",
4-
"generated_on": "2026-05-19 16:06",
4+
"generated_on": "2026-05-31 15:53",
55
"file_security_info": {
66
"0": {
77
"FileName": "demofile.py",

docs/securecoding.md

Lines changed: 0 additions & 120 deletions
This file was deleted.

docs/validatetips.md

Lines changed: 0 additions & 95 deletions
This file was deleted.

0 commit comments

Comments
 (0)