| 57 | |
| 58 | |
| 59 | class PlatformAlias(OptionalParameters): |
| 60 | def __init__(self, *args): |
| 61 | super(PlatformAlias, self).__init__(PLATFORMALIAS, *args) |
| 62 | |
| 63 | class OpenVulnQueryClient(object): |
| 64 | """Client sends get request for advisory information from OpenVuln API. |
nothing calls this directly
no outgoing calls
no test coverage detected