Finding constructor
Finding({
- String? body,
- String? description,
- String? finalUrl,
- String? findingType,
- Form? form,
- String? frameUrl,
- String? fuzzedUrl,
- String? httpMethod,
- String? name,
- OutdatedLibrary? outdatedLibrary,
- String? reproductionUrl,
- String? severity,
- String? trackingId,
- ViolatingResource? violatingResource,
- VulnerableHeaders? vulnerableHeaders,
- VulnerableParameters? vulnerableParameters,
- Xss? xss,
- Xxe? xxe,
Implementation
Finding({
this.body,
this.description,
this.finalUrl,
this.findingType,
this.form,
this.frameUrl,
this.fuzzedUrl,
this.httpMethod,
this.name,
this.outdatedLibrary,
this.reproductionUrl,
this.severity,
this.trackingId,
this.violatingResource,
this.vulnerableHeaders,
this.vulnerableParameters,
this.xss,
this.xxe,
});