PackageData class

Constructors

PackageData({String? cpeUri, String? os, String? osVersion, String? package, String? packageType, String? unused, String? version})
PackageData.fromJson(Map _json)

Properties

cpeUri String?
The cpe_uri in cpe format in which the vulnerability may manifest.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
os String?
The OS affected by a vulnerability This field is deprecated and the information is in cpe_uri
getter/setter pair
osVersion String?
The version of the OS This field is deprecated and the information is in cpe_uri
getter/setter pair
package String?
The package being analysed for vulnerabilities
getter/setter pair
packageType String?
The type of package: os, maven, go, etc. Possible string values are:
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
unused String?
getter/setter pair
version String?
The version of the package being analysed
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited