From 8e394b8533233a53d4e6074f079cbb34b43bbcb4 Mon Sep 17 00:00:00 2001 From: "Markus S. Wamser" Date: Fri, 15 Oct 2021 23:10:34 +0200 Subject: [PATCH] licenses: add CAPEC --- lib/licenses.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/lib/licenses.nix b/lib/licenses.nix index bde2aaca2ee5..d305001a5c19 100644 --- a/lib/licenses.nix +++ b/lib/licenses.nix @@ -153,6 +153,11 @@ in mkLicense lset) ({ free = false; }; + capec = { + fullName = "Common Attack Pattern Enumeration and Classification"; + url = "https://capec.mitre.org/about/termsofuse.html"; + }; + clArtistic = { spdxId = "ClArtistic"; fullName = "Clarified Artistic License";