Skip to content

Commit

Permalink
Remove context from detection_tags
Browse files Browse the repository at this point in the history
  • Loading branch information
pyth0n1c committed Nov 18, 2024
1 parent 9a546c8 commit 73ef9e3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion contentctl/objects/detection_tags.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ class DetectionTags(BaseModel):
analytic_story: list[Story] = Field(...)
asset_type: AssetType = Field(...)
group: list[str] = []
context: list[str] = []
confidence: NonNegativeInt = Field(...,le=100)
impact: NonNegativeInt = Field(...,le=100)
@computed_field
Expand Down

0 comments on commit 73ef9e3

Please sign in to comment.