mirror of
https://github.com/splunk/security_content
synced 2026-06-08 17:32:49 +00:00
Branch was auto-updated.
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
import os
|
||||
import json
|
||||
import sys
|
||||
|
||||
|
||||
from bin.contentctl_project.contentctl_core.application.adapter.adapter import Adapter
|
||||
@@ -25,7 +26,21 @@ class ObjToJsonAdapter(Adapter):
|
||||
"baselines": True,
|
||||
"mappings": True,
|
||||
"test": True,
|
||||
"deployment": True
|
||||
"deployment": True,
|
||||
"type": True,
|
||||
"status": True,
|
||||
"data_source": True,
|
||||
"tests": True,
|
||||
"cve_enrichment": True,
|
||||
"tags":
|
||||
{
|
||||
"file_path": True,
|
||||
"required_fields": True,
|
||||
"confidence": True,
|
||||
"impact": True,
|
||||
"product": True,
|
||||
"cve": True
|
||||
}
|
||||
}
|
||||
))
|
||||
|
||||
|
||||
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Vendored
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user