forked from crytic/slither
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request crytic#1768 from crytic/dev
Sync master with dev
- Loading branch information
Showing
51 changed files
with
1,529 additions
and
116 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
body: | ||
- | ||
attributes: | ||
value: | | ||
Please check the issues tab to avoid duplicates. | ||
Thanks for helping make Slither the best it can be! | ||
type: markdown | ||
- | ||
attributes: | ||
label: "What bug did Slither miss and which detector did you anticipate would catch it?" | ||
id: what-happened | ||
type: textarea | ||
validations: | ||
required: true | ||
- | ||
attributes: | ||
label: Frequency | ||
description: How often do you run across this false negative? | ||
options: | ||
- Very Frequently | ||
- Occasionally | ||
- Rarely | ||
- Not sure | ||
id: frequency | ||
type: dropdown | ||
validations: | ||
required: true | ||
- | ||
attributes: | ||
description: "It can be a github repo, etherscan link, or code snippet." | ||
label: "Code example to reproduce the issue:" | ||
placeholder: "`contract A {}`\n" | ||
id: reproduce | ||
type: textarea | ||
validations: | ||
required: true | ||
- | ||
attributes: | ||
description: | | ||
What version of slither are you running? | ||
Run `slither --version` | ||
label: "Version:" | ||
id: version | ||
type: textarea | ||
validations: | ||
required: true | ||
- | ||
attributes: | ||
description: | | ||
Please copy and paste the result output. This | ||
will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
label: "Relevant log output:" | ||
id: logs | ||
type: textarea | ||
description: "Slither missed a bug it should find." | ||
labels: | ||
- false-negative | ||
name: False Negative" | ||
title: "[False Negative]: " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,61 @@ | ||
--- | ||
body: | ||
- | ||
attributes: | ||
value: | | ||
Please check the issues tab to avoid duplicates. | ||
Thanks for helping make Slither the best it can be! | ||
type: markdown | ||
- | ||
attributes: | ||
label: "Describe the false alarm that Slither raise and how you know it's inaccurate:" | ||
id: what-happened | ||
type: textarea | ||
validations: | ||
required: true | ||
- | ||
attributes: | ||
label: Frequency | ||
description: How often do you run across this false positive? | ||
options: | ||
- Very Frequently | ||
- Occasionally | ||
- Rarely | ||
- Not sure | ||
id: frequency | ||
type: dropdown | ||
validations: | ||
required: true | ||
- | ||
attributes: | ||
description: "It can be a github repo, etherscan link, or code snippet." | ||
label: "Code example to reproduce the issue:" | ||
placeholder: "`contract A {}`\n" | ||
id: reproduce | ||
type: textarea | ||
validations: | ||
required: true | ||
- | ||
attributes: | ||
description: | | ||
What version of slither are you running? | ||
Run `slither --version` | ||
label: "Version:" | ||
id: version | ||
type: textarea | ||
validations: | ||
required: true | ||
- | ||
attributes: | ||
description: | | ||
Please copy and paste the result output. This | ||
will be automatically formatted into code, so no need for backticks. | ||
render: shell | ||
label: "Relevant log output:" | ||
id: logs | ||
type: textarea | ||
description: "Slither warned of an issue that is not legitimate and does not need to be fixed." | ||
labels: | ||
- false-positive | ||
name: "False Positive" | ||
title: "[False-Positive]: " |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,7 +22,7 @@ concurrency: | |
|
||
jobs: | ||
build: | ||
name: Pylint | ||
name: Superlinter | ||
runs-on: ubuntu-latest | ||
|
||
steps: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.