diff --git a/bandit/plugins/trojansource.py b/bandit/plugins/trojansource.py index c26a31aa8..fb07748ae 100755 --- a/bandit/plugins/trojansource.py +++ b/bandit/plugins/trojansource.py @@ -35,7 +35,7 @@ BIDI_CHARACTERS = ('\u202A', '\u202B', '\u202C', '\u202D', '\u202E', - '\u2066', '\u2067', '\u2068', '\u2069') + '\u2066', '\u2067', '\u2068', '\u2069', '\u200F') @test.test_id('B113')