diff --git a/tools.json b/tools.json index 5696dc5..b75900a 100644 --- a/tools.json +++ b/tools.json @@ -1,7 +1,7 @@ { "$schema": "https://cyclonedx.org/schema/tool-center-v2.schema.json", "specVersion": "2.0", - "last_updated": "2026-01-27T09:25:47Z", + "last_updated": "2026-01-27T09:34:50Z", "license": { "id": "CC-BY-SA-4.0", "name": "Creative Commons Attribution-ShareAlike 4.0 International", @@ -66,11 +66,11 @@ "_fromFile": "action_owasp_dependecy_track_check.json" }, { - "name": "AI SBOM Generator", - "publisher": "Aetheris AI", - "description": "Generate AI SBOM (AIBOM, AI/ML-BOM) in CycloneDX format for models on Hugging Face.", - "repository_url": "https://github.com/aetheris-ai/aibom-generator/", - "website_url": "https://sbom.aetheris.ai", + "name": "OWASP AIBOM Generator", + "publisher": "OWASP GenAI Security Project", + "description": "Generate AIBOM (AI SBOM, AI/ML-BOM) in CycloneDX format for models on Hugging Face.", + "repository_url": "https://github.com/GenAI-Security-Project/aibom-generator", + "website_url": "https://genai.owasp.org", "capabilities": [ "AI/ML-BOM" ], diff --git a/tools/ai_sbom_generator.json b/tools/ai_sbom_generator.json index c0448f5..d290257 100644 --- a/tools/ai_sbom_generator.json +++ b/tools/ai_sbom_generator.json @@ -2,11 +2,11 @@ "$schema": "https://cyclonedx.org/schema/tool-center-v2.tool.schema.json", "specVersion": "2.0", "tool": { - "name": "AI SBOM Generator", - "publisher": "Aetheris AI", - "description": "Generate AI SBOM (AIBOM, AI/ML-BOM) in CycloneDX format for models on Hugging Face.", - "repository_url": "https://github.com/aetheris-ai/aibom-generator/", - "website_url": "https://sbom.aetheris.ai", + "name": "OWASP AIBOM Generator", + "publisher": "OWASP GenAI Security Project", + "description": "Generate AIBOM (AI SBOM, AI/ML-BOM) in CycloneDX format for models on Hugging Face.", + "repository_url": "https://github.com/GenAI-Security-Project/aibom-generator", + "website_url": "https://genai.owasp.org", "capabilities": [ "AI/ML-BOM" ], @@ -40,4 +40,4 @@ "LIBRARY" ] } -} \ No newline at end of file +}