mirror of
https://github.com/github/codeql.git
synced 2026-04-30 03:05:15 +02:00
python: Inline expectation should have space after $
This was a regex-find-replace from `# \$(?! )` (using a negative lookahead) to `# $ `.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import flask
|
||||
import flask
|
||||
|
||||
class MySessionInterface(flask.sessions.SessionInterface):
|
||||
def open_session(self, app, request):
|
||||
ensure_tainted(request) # $tainted
|
||||
ensure_tainted(request) # $ tainted
|
||||
|
||||
Reference in New Issue
Block a user