Skip to content

Commit

Permalink
Also forbidding \u200F
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Jan 3, 2022
1 parent 0ee00f1 commit 78d5a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bandit/plugins/trojansource.py
Expand Up @@ -35,7 +35,7 @@


BIDI_CHARACTERS = ('\u202A', '\u202B', '\u202C', '\u202D', '\u202E',
'\u2066', '\u2067', '\u2068', '\u2069')
'\u2066', '\u2067', '\u2068', '\u2069', '\u200F')


@test.test_id('B113')
Expand Down

0 comments on commit 78d5a23

Please sign in to comment.