Skip to content

Commit 4cf3628

Browse files
another commment about versions
1 parent dfbfc52 commit 4cf3628

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

contentctl/objects/detection_metadata.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ class DetectionMetadata(BaseModel):
1717
# The version of the detection
1818
detection_version: int = Field(...)
1919

20-
# TODO (cmcginley): this was a recently added field; make note of the ESCU/contentctl version
21-
# The time the detection was published
20+
# The time the detection was published. **NOTE** This field was added to the metadata in ESCU
21+
# as of v4.39.0
2222
publish_time: float = Field(...)
2323

2424
class Config:

0 commit comments

Comments
 (0)