Skip to content

Commit

Permalink
Correct help link for incorrect-exponentiation
Browse files Browse the repository at this point in the history
  • Loading branch information
arturoBeccar authored May 15, 2024
1 parent 07395ec commit cde5d3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion detectors/incorrect-exponentiation/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dylint_linting::declare_late_lint! {
name: "Incorrect Exponentiation",
long_message: LINT_MESSAGE,
severity: "Critical",
help: "https://coinfabrik.github.io/scout/docs/vulnerabilities/incorrect-exponentiation",
help: "https://coinfabrik.github.io/scout-soroban/docs/detectors/incorrect-exponentiation",
vulnerability_class: "Arithmetic",
}

Expand Down

0 comments on commit cde5d3f

Please sign in to comment.