Currently, the external-function detector in slither is disabled in the CI, because it has a false positive issue coming from the OpenZeppelin contract (tokenURI declared as public instead of external). We should find a better way to deal with this than excluding the whole detector.
Currently, the
external-function
detector inslither
is disabled in the CI, because it has a false positive issue coming from the OpenZeppelin contract (tokenURI
declared aspublic
instead ofexternal
). We should find a better way to deal with this than excluding the whole detector.https://github.com/underfitted/bnomial-web3/blob/7833cb76c7295f8ff524c16c761953a82a180aa3/.github/workflows/slither.yml#L56