Finding constructor

Finding({
  1. String? body,
  2. String? description,
  3. String? finalUrl,
  4. String? findingType,
  5. Form? form,
  6. String? frameUrl,
  7. String? fuzzedUrl,
  8. String? httpMethod,
  9. String? name,
  10. OutdatedLibrary? outdatedLibrary,
  11. String? reproductionUrl,
  12. String? severity,
  13. String? trackingId,
  14. ViolatingResource? violatingResource,
  15. VulnerableHeaders? vulnerableHeaders,
  16. VulnerableParameters? vulnerableParameters,
  17. Xss? xss,
  18. 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,
});