Skip to content

Commit

Permalink
Merge pull request SasanLabs#294 from SasanLabs/develop1
Browse files Browse the repository at this point in the history
Hint Issue fix
  • Loading branch information
preetkaran20 authored Jul 3, 2021
2 parents e0a13f9 + f5e1bc6 commit 7e8854c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ public List<FacadeVulnerabilityDefinition> getVulnerabilityDefinitions()
.add(
new FacadeVulnerabilityLevelHint(
facadeLevelVulnerabilityTypes,
attackVector.payload()));
messageBundle.getString(
attackVector.description(), null)));
}
facadeVulnerabilityDefinition
.getLevelDescriptionSet()
Expand Down

0 comments on commit 7e8854c

Please sign in to comment.