Skip to content

Commit 6af2b67

Browse files
Refine chall 3-3
1 parent 3e05bfd commit 6af2b67

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

3/3/instructions.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1-
Flask is a popular Python web framework. Frameworks very often introduce potential sources for untrusted data, [Flask request](https://flask.palletsprojects.com/en/3.0.x/api/#incoming-request-data) being one of them. Write a query to find Flask requests.
1+
Flask is a popular Python web framework. Frameworks very often introduce potential sources for untrusted data, [Flask request](https://flask.palletsprojects.com/en/3.0.x/api/#incoming-request-data) being one of them. For example, a source of untrusted data could be:
2+
3+
```
4+
username = request.args.get("username")
5+
```
6+
7+
Write a query to find `request.args`
28

39
See solution in this folder.

0 commit comments

Comments
 (0)