Add markdown-to-HTML report renderer

Converts an ad_audit_report_*.md (from either audit script) into a
self-contained, styled HTML page: severity badges on findings, sorted
tables, responsive layout, light/dark theme via prefers-color-scheme.
No network access needed to view -- all CSS is inlined.
This commit is contained in:
2026-08-21 16:27:10 -04:00
parent 1a2a9b8d16
commit 163204d81c
2 changed files with 238 additions and 0 deletions
+1
View File
@@ -1 +1,2 @@
ldap3>=2.9
markdown>=3.5