This is an automated email from the ASF dual-hosted git repository.

arm pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-releases.git


The following commit(s) were added to refs/heads/main by this push:
     new 99b106dd Minor comment update - closes #960
99b106dd is described below

commit 99b106dd2fef2316d4d08549176b3a9a2f05981c
Author: Alastair McFarlane <[email protected]>
AuthorDate: Tue Mar 31 14:36:35 2026 +0100

    Minor comment update - closes #960
---
 atr/get/sbom.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/atr/get/sbom.py b/atr/get/sbom.py
index d3436283..ae6ae475 100644
--- a/atr/get/sbom.py
+++ b/atr/get/sbom.py
@@ -564,6 +564,7 @@ def _vulnerability_component_details_osv(
                 
vuln_header.append(htm.span(".badge.bg-info.text-light")["new"])
 
         # cmarkgfm will refuse to write unsafe strings into the html
+        # audit_guidance CMARK_OPT_SAFE is the default option in cmarkgfm and 
it can't be set
         details = 
markupsafe.Markup(cmarkgfm.github_flavored_markdown_to_html(vuln.details))
         vuln_div = 
htm.div(".ms-3.mb-3.border-start.border-warning.border-3.ps-3")[
             htm.div(".d-flex.align-items-center.mb-2")[*vuln_header],


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to