We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d854699 commit 578700bCopy full SHA for 578700b
contentctl/actions/new_content.py
@@ -87,7 +87,6 @@ def buildStory(self)->dict[str,Any]:
87
answers['tags']['usecase'] = answers['usecase']
88
del answers['usecase']
89
answers['tags']['cve'] = ['UPDATE WITH CVE(S) IF APPLICABLE']
90
- del answers['detection_kind']
91
return answers
92
93
0 commit comments