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 dfbfc52 commit 4cf3628Copy full SHA for 4cf3628
contentctl/objects/detection_metadata.py
@@ -17,8 +17,8 @@ class DetectionMetadata(BaseModel):
17
# The version of the detection
18
detection_version: int = Field(...)
19
20
- # TODO (cmcginley): this was a recently added field; make note of the ESCU/contentctl version
21
- # The time the detection was published
+ # The time the detection was published. **NOTE** This field was added to the metadata in ESCU
+ # as of v4.39.0
22
publish_time: float = Field(...)
23
24
class Config:
0 commit comments