Commit 018a4e0
authored
sec: Mitigate the attack surface of potential malicious injection (#24)
Simplify error message for route not found
- This change attempts to leave less room to potential attacks possible when double quotes are use without prior sanitize or type enforcement.
- By using plain text with single quote we mitigate the issue.1 parent 4579a68 commit 018a4e0
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
110 | | - | |
| 110 | + | |
111 | 111 | | |
112 | 112 | | |
113 | 113 | | |
| |||
0 commit comments