ToxicCombination class
Contains details about a group of security issues that, when the issues occur together, represent a greater risk than when the issues occur independently.
A group of such issues is referred to as a toxic combination.
Constructors
- ToxicCombination({double? attackExposureScore, })
- ToxicCombination.fromJson(Map json_)
Properties
- attackExposureScore ↔ double?
- 
  The
Attack exposure score
of this toxic combination.
  getter/setter pair
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- 
  List of resource names of findings associated with this toxic combination.
  getter/setter pair
- runtimeType → Type
- 
  A representation of the runtime type of the object.
  no setterinherited
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