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

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


The following commit(s) were added to refs/heads/main by this push:
     new 8487ed7  Add some known PURL namespaces associated with the Shibboleth 
Consortium
8487ed7 is described below

commit 8487ed7ad0426cc429c02581a666cd977e8c74ac
Author: Sean B. Palmer <[email protected]>
AuthorDate: Fri Aug 29 17:22:47 2025 +0100

    Add some known PURL namespaces associated with the Shibboleth Consortium
---
 atr/routes/sbom.py | 2 +-
 atr/sbomtool.py    | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/atr/routes/sbom.py b/atr/routes/sbom.py
index 781ba82..befa143 100644
--- a/atr/routes/sbom.py
+++ b/atr/routes/sbom.py
@@ -180,7 +180,7 @@ async def report(session: routes.CommitterSession, project: 
str, version: str, f
 def _missing_table(block: htm.Block, items: list[sbomtool.Missing]) -> None:
     warning_rows = [
         htpy.tr[
-            htpy.td[kind],
+            htpy.td[kind.upper()],
             htpy.td[prop],
             htpy.td[str(count)],
         ]
diff --git a/atr/sbomtool.py b/atr/sbomtool.py
index cbceccb..b55c4e9 100644
--- a/atr/sbomtool.py
+++ b/atr/sbomtool.py
@@ -40,10 +40,12 @@ KNOWN_PURL_PREFIXES: Final[dict[str, tuple[str, str]]] = {
         "Dough Lea",
         
"http://gee.cs.oswego.edu/dl/classes/EDU/oswego/cs/dl/util/concurrent/intro.html";,
     ),
+    "pkg:maven/net.shibboleth.": ("The Shibboleth Consortium", 
"https://www.shibboleth.net/";),
 }
 KNOWN_PURL_SUPPLIERS: Final[dict[tuple[str, str], tuple[str, str]]] = {
     ("pkg:maven", "jakarta-regexp"): ("The Apache Software Foundation", 
"https://apache.org/";),
     ("pkg:maven", "javax.servlet.jsp"): ("Sun Microsystems", 
"https://sun.com/";),
+    ("pkg:maven", "org.opensaml"): ("The Shibboleth Consortium", 
"https://www.shibboleth.net/";),
     ("pkg:maven", "org.osgi"): ("OSGi Working Group, The Eclipse Foundation", 
"https://www.osgi.org/";),
 }
 THE_APACHE_SOFTWARE_FOUNDATION: Final[str] = "The Apache Software Foundation"


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

Reply via email to