Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/CiscoPSIRT/openVulnQuery
/ json
Method
json
tests/test_query_client_cvrf.py:131–132 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
129
self.json_response = json_response
130
131
def
json(self):
132
return
json.loads(self.json_response)
133
134
def
raise_for_status(self):
135
if
self.status_code == 404:
Callers
1
mocked_get_requests
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected