|
|
@ -14,7 +14,7 @@ class ArbitrarySendErc20Permit(AbstractDetector): |
|
|
|
IMPACT = DetectorClassification.HIGH |
|
|
|
IMPACT = DetectorClassification.HIGH |
|
|
|
CONFIDENCE = DetectorClassification.MEDIUM |
|
|
|
CONFIDENCE = DetectorClassification.MEDIUM |
|
|
|
|
|
|
|
|
|
|
|
WIKI = "https://github.com/crytic/slither/wiki/Detector-Documentation#arbitrary-from-in-transferfrom" |
|
|
|
WIKI = "https://github.com/crytic/slither/wiki/Detector-Documentation#arbitrary-from-in-transferfrom-used-with-permit" |
|
|
|
|
|
|
|
|
|
|
|
WIKI_TITLE = "Arbitrary `from` in transferFrom used with permit" |
|
|
|
WIKI_TITLE = "Arbitrary `from` in transferFrom used with permit" |
|
|
|
WIKI_DESCRIPTION = ( |
|
|
|
WIKI_DESCRIPTION = ( |
|
|
|