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

Class PlatformAlias

openVulnQuery/_library/query_client.py:59–61  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57
58
59class PlatformAlias(OptionalParameters):
60 def __init__(self, *args):
61 super(PlatformAlias, self).__init__(PLATFORMALIAS, *args)
62
63class OpenVulnQueryClient(object):
64 """Client sends get request for advisory information from OpenVuln API.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected