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

Method __init__

openVulnQuery/_library/query_client.py:50–51  ·  view source on GitHub ↗
(self, *args)

Source from the content-addressed store, hash-verified

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 1

__init__Method · 0.45

Tested by

no test coverage detected