Skip to content

Commit 397bac2

Browse files
committed
doc update - added checklist for checking Python security applications
1 parent eaa04fd commit 397bac2

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

docs/_toc.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ parts:
2222
- file: codeauditoverview
2323
- file: filescan
2424
- file: modulescan
25-
- file: codeauditchecks
25+
- file: codeauditchecks
2626
- file: data_exfiltration_detection
2727
sections:
2828
- file: data_egress_implementation
@@ -33,6 +33,7 @@ parts:
3333
- file: warnings
3434
- file: handling_errors
3535
- file: implementedvalidations
36+
- file: validatetips
3637
- file: checksinformation
3738
sections:
3839
- file: checks/assert_check

docs/examples/demoscan.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "Python_Code_Audit",
3-
"version": "1.6.5rc2",
4-
"generated_on": "2026-04-21 21:54",
3+
"version": "1.6.5rc3",
4+
"generated_on": "2026-04-22 20:31",
55
"file_security_info": {
66
"0": {
77
"FileName": "demofile.py",

0 commit comments

Comments
 (0)