mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
926317f5c4
creation of App Enrichment, CVE, and link validator caches. Made sure to close CVE and App Enrichment caches after they are opened and accessed instead of relying on Python to close them for us when their reference count is zero. Also tested to ensure that if a previous validate and generate succeeded, it can be run again with no internet access! This is perfect not just for performance reasons, but offline/disconnected environments.