We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make changes in every detector to ensure that the linked documentation in the help field points to the detector's documentation in docusaurus.
help
For example:
For assert-violation we should replace:
assert-violation
name: "Assert Violation", long_message: "Assert causes panic. Instead, return a proper error.", severity: "Medium", help: "https://github.com/CoinFabrik/scout-soroban/tree/main/detectors/assert-violation", vulnerability_class: "Panic",
For
name: "Assert Violation", long_message: "Assert causes panic. Instead, return a proper error.", severity: "Medium", help: "https://coinfabrik.github.io/scout-soroban/docs/detectors/assert-violation", vulnerability_class: "Panic",
The text was updated successfully, but these errors were encountered:
nachogutman
tomasavola
Successfully merging a pull request may close this issue.
Description
Make changes in every detector to ensure that the linked documentation in the
help
field points to the detector's documentation in docusaurus.For example:
For
assert-violation
we should replace:For
The text was updated successfully, but these errors were encountered: