You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+23-1Lines changed: 23 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,30 @@
1
1
# Change Log
2
2
3
+
4
+
## Version 1.6.3:
5
+
6
+
🚀 Added
7
+
- WASM Test Drive: Updated documentation to highlight the WebAssembly (WASM) version, allowing users to test-drive the tool directly in the browser without local installation.
8
+
9
+
- Enhanced FileScan API: The filescan API now returns detailed results on found weaknesses, matching the comprehensive output of the CLI version.
10
+
11
+
🛠️ Changed
12
+
- API Refactoring: Extensive refactoring of API functions for better modularity and performance.
13
+
14
+
- Version Retrieval: Improved the logic for retrieving version information. Special thanks to @jurgenwigg (#PR16).
15
+
16
+
🐞 Fixed
17
+
- Dashboard Reporting: Squashed bugs and improved the reliability of the dashboard reporting APIs.
18
+
19
+
- Project Metadata: Implemented fixes and improvements for pyproject.toml configuration.
20
+
21
+
📝 Documentation
22
+
- Updated [README.md](https://github.com/nocomplexity/codeaudit/blob/main/README.md) with link to the WASM-based demonstration.
23
+
24
+
3
25
## Version 1.6.2:
4
26
5
-
## Changelog
27
+
6
28
7
29
**Added**
8
30
***Automated Python Testing:** Implemented automation for testing across various Python versions to ensure cross-version compatibility.
Copy file name to clipboardExpand all lines: docs/examples/codeauditchecks.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -738,4 +738,4 @@
738
738
<td>Vulnerable to path traversal attacks if used with untrusted archives.</td>
739
739
</tr>
740
740
</tbody>
741
-
</table><br><p>Number of implemented security validations:<b>83</b></p><p>Version of codeaudit: <b>1.6.2</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 <ahref="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-04-10 16:14</b> with <ahref="https://github.com/nocomplexity/codeaudit" target="_blank"><b>Python Code Audit</b></a> version <b>1.6.2</b></p><hr><footer><divclass="footer-links">Check the <ahref="https://nocomplexity.com/documents/codeaudit/intro.html" target="_blank">documentation</a> for help on found issues.<br>Codeaudit is made with <spanclass="heart">❤</span> by cyber security professionals who advocate for <ahref="https://nocomplexity.com/simplify-security/" target="_blank">open simple security solutions</a>.<br><ahref="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>
741
+
</table><br><p>Number of implemented security validations:<b>83</b></p><p>Version of codeaudit: <b>1.6.3.dev39+ga990bb23a.d20260411</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 <ahref="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-04-20 17:38</b> with <ahref="https://github.com/nocomplexity/codeaudit" target="_blank"><b>Python Code Audit</b></a> version <b>1.6.3.dev39+ga990bb23a.d20260411</b></p><hr><footer><divclass="footer-links">Check the <ahref="https://nocomplexity.com/documents/codeaudit/intro.html" target="_blank">documentation</a> for help on found issues.<br>Codeaudit is made with <spanclass="heart">❤</span> by cyber security professionals who advocate for <ahref="https://nocomplexity.com/simplify-security/" target="_blank">open simple security solutions</a>.<br><ahref="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>
0 commit comments