Skip to content

Commit fa7adc4

Browse files
committed
fix - WASM + URL for using WASM dashboard updated
1 parent 0a4bd8a commit fa7adc4

4 files changed

Lines changed: 5 additions & 8 deletions

File tree

docs/examples/codeauditchecks.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -738,4 +738,4 @@
738738
<td>Vulnerable to path traversal attacks if used with untrusted archives.</td>
739739
</tr>
740740
</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 <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-04-08 12:42</b> with <a href="https://github.com/nocomplexity/codeaudit" target="_blank"><b>Python Code Audit</b></a> version <b>1.6.2</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>
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 <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-04-09 17:20</b> with <a href="https://github.com/nocomplexity/codeaudit" target="_blank"><b>Python Code Audit</b></a> version <b>1.6.2</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.2",
4-
"generated_on": "2026-04-08 12:41",
4+
"generated_on": "2026-04-09 17:20",
55
"file_security_info": {
66
"0": {
77
"FileName": "demofile.py",

docs/howtoscan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Follow these steps to perform a **static application security test (SAST)** on P
1111
To access the local browser-based version of Python Code Audit, follow the link below:
1212

1313

14-
```{button-link} https://nocomplexity.com/documents/CAdashboard/codeaudit_dashboard.html
14+
```{button-link} https://nocomplexity.com/codeaudit/dashboardapp.html
1515
:color: danger
1616
Launch webbased version
1717
```

src/dashboard/dashboardapp.py

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -320,15 +320,12 @@ async def run_scan(event):
320320

321321
# Sidebar layout
322322
ca_sidebar = pn.Column(
323-
"## 🔍 Code Security Scan",
324-
pn.Spacer(height=10),
325-
"### Input",
323+
"## Package Code Security Scan",
326324
text_input,
327325
run_button,
328-
pn.Spacer(height=15),
329326
loading,
330327
status,
331-
pn.Spacer(height=20),
328+
pn.Spacer(height=20),
332329
infotext,
333330
pn.Spacer(height=10),
334331
disclaimer_text,

0 commit comments

Comments
 (0)