mirror of
https://github.com/github/codeql.git
synced 2026-04-26 01:05:15 +02:00
Update request parameter name in good_1() function
This commit is contained in:
@@ -6,7 +6,7 @@ app = Flask(__name__)
|
||||
|
||||
@app.route("/good_1")
|
||||
def good_1():
|
||||
r = request.args.get("r", "")
|
||||
r = request.args.get("file_path", "")
|
||||
|
||||
if len(r) <= 1_000:
|
||||
# Normalize the r using NFKD Unicode normalization
|
||||
|
||||
Reference in New Issue
Block a user