Skip to content

Commit

Permalink
TODOs for #268
Browse files Browse the repository at this point in the history
  • Loading branch information
cmcginley-splunk committed Aug 27, 2024
1 parent e297044 commit fd2261b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions contentctl/objects/detection_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,8 @@ def cis20(self) -> list[Cis18Value]:
# TODO (#221): mappings should be fleshed out into a proper class
mappings: Optional[List] = None
# annotations: Optional[dict] = None

# TODO (#268): Validate manual_test has length > 0 if not None
manual_test: Optional[str] = None

# The following validator is temporarily disabled pending further discussions
Expand Down

0 comments on commit fd2261b

Please sign in to comment.