Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
49
class
FirstPublished(TemporalFilter):
50
def
__init__(self, *args):
51
super(FirstPublished, self).__init__(PUBLISHED_FIRST, *args)
52
53
54
class
LastUpdated(TemporalFilter):
Callers
nothing calls this directly
Calls
1
__init__
Method · 0.45
Tested by
no test coverage detected