MCPcopy Create free account
hub / github.com/CiscoPSIRT/openVulnQuery / FirstPublished

Class FirstPublished

openVulnQuery/_library/query_client.py:49–51  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

47
48
49class FirstPublished(TemporalFilter):
50 def __init__(self, *args):
51 super(FirstPublished, self).__init__(PUBLISHED_FIRST, *args)
52
53
54class LastUpdated(TemporalFilter):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected