splunk / security_content

Splunk Security Content
https://research.splunk.com
Apache License 2.0
1.3k stars 362 forks source link

fix misisng version for one analytic story #3162

Closed pyth0n1c closed 1 month ago

pyth0n1c commented 1 month ago

Newly added analytic story was missing a field named version. The presence of this field was not previously validated because, if it did not exist, it was added with a default of 1 at runtime. That default value has been removed from the story type, so that if it is missing it is now a validation error.