We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cb33dd commit 6ce5e3fCopy full SHA for 6ce5e3f
examples/todo-list/pages/list.sh
@@ -7,6 +7,7 @@ listify() {
7
}
8
9
if [[ "$REQUEST_METHOD" == "DELETE" ]]; then
10
+ # note: this is definitely susceptible to evil inputs
11
sed -i "/^${FORM_DATA[item]} /d" data/list
12
return $(status_code 200)
13
fi
0 commit comments