Skip to content

Commit

Permalink
fix vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag authored Apr 16, 2024
1 parent d09e9ba commit 6a0d103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test.cfm
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<cfquery>
SELECT * FROM table
WHERE id = #url.id#
WHERE id = <cfqueryparam value="#url.id#" cfsqltype="integer">
</cfquery>

0 comments on commit 6a0d103

Please sign in to comment.