diff options
author | Paul Duncan <pabs@pablotron.org> | 2022-03-13 11:25:46 -0400 |
---|---|---|
committer | Paul Duncan <pabs@pablotron.org> | 2022-03-13 11:25:59 -0400 |
commit | 3c678605abb7003085652cc2008dd8cbd4e3eec2 (patch) | |
tree | 986fb0de2ade6939fe33c1eec64d86536900c1a9 | |
parent | 48457b857f83f5d8de7b159138ddb75fd0797214 (diff) | |
download | cvez-3c678605abb7003085652cc2008dd8cbd4e3eec2.tar.bz2 cvez-3c678605abb7003085652cc2008dd8cbd4e3eec2.zip |
add cisa/cisa.go
-rw-r--r-- | cisa/cisa.go | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/cisa/cisa.go b/cisa/cisa.go new file mode 100644 index 0000000..9fff2f3 --- /dev/null +++ b/cisa/cisa.go @@ -0,0 +1,3 @@ +// CyberSecurity and Infrastructure Security Agency (CISA) Known +// Exploited Vulnerabilities Catalog. +package cisa |