Skip to content

Commit 8249772

Browse files
committed
Add CWE weaknesses backend to registry
1 parent fd3b306 commit 8249772

1 file changed

Lines changed: 14 additions & 1 deletion

File tree

plugins.json

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "./schema.json",
33
"registry_version": "0.2.0",
4-
"updated_at": "2026-05-30T23:51:59Z",
4+
"updated_at": "2026-05-31T00:04:20Z",
55
"plugins": [
66
{
77
"name": "animus-provider-claude",
@@ -562,6 +562,19 @@
562562
"tags": ["subject", "cfpb", "consumer-complaints", "financial-services", "public-data", "government"],
563563
"install_hint": "animus plugin install launchapp-dev/animus-subject-cfpb-consumer-complaints"
564564
},
565+
{
566+
"name": "animus-subject-cwe-weaknesses",
567+
"kind": "subject_backend",
568+
"repo": "launchapp-dev/animus-subject-cwe-weaknesses",
569+
"latest_tag": "v0.1.0",
570+
"description": "CWE weaknesses subject backend plugin for Animus",
571+
"homepage": "https://github.com/launchapp-dev/animus-subject-cwe-weaknesses",
572+
"license": "Elastic-2.0",
573+
"stability": "alpha",
574+
"platforms": ["aarch64-apple-darwin", "x86_64-apple-darwin", "x86_64-unknown-linux-gnu", "aarch64-unknown-linux-gnu"],
575+
"tags": ["subject", "cwe", "weaknesses", "security", "mitre"],
576+
"install_hint": "animus plugin install launchapp-dev/animus-subject-cwe-weaknesses"
577+
},
565578
{
566579
"name": "animus-subject-cran-packages",
567580
"kind": "subject_backend",

0 commit comments

Comments
 (0)