This repository has been archived by the owner on Apr 26, 2024. It is now read-only.
Don't use isinstance(..., Sequence)
#12123
Labels
good first issue
Good for newcomers
S-Tolerable
Minor significance, cosmetic issues, low or no impact to users.
T-Defect
Bugs, crashes, hangs, security vulnerabilities, or other reported issues.
In a couple of places, we validate incoming lists of strings with
isinstance(..., Sequence)
. Unfortunately this lets plain strings slip through.We have to make these checks more specific.
The text was updated successfully, but these errors were encountered: