Skip to content

Commit

Permalink
Update docstring
Browse files Browse the repository at this point in the history
  • Loading branch information
Zakaria-Latif committed Jan 10, 2025
1 parent cb5d18f commit 1205b60
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/ostorlab/agent/mixins/agent_report_vulnerability_mixin.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,8 @@ def report_vulnerability(
risk_rating: the risk rating assigned to the result of the scan.
dna: unique identifier for duplicate vulnerabilities.
vulnerability_location: vulnerability location where the vulnerability was detected.
exploitation_detail: exploitation details.
post_exploitation_detail: post exploitation details.
exploitation_detail: steps taken to exploit the vulnerability.
post_exploitation_detail: impact or aftermath of the exploitation.
Returns:
None
"""
Expand Down

0 comments on commit 1205b60

Please sign in to comment.