Python: False positive for blank space characters
Open
false-positive
- Dominant language
- CodeQL
- Stars
- 10.1k
- Forks
- 2.1k
- Avg merge
- 2d 15h
- Merged PRs (30d)
- 141
Description
https://github.com/github/codeql/blob/main/python/ql/src/Functions/ConsistentReturns.ql
return "" is being interpreted as a implicit return, but it is actually an explicit return (blankspace).
Contributor guide
Assessment
This issue has not been assessed yet.