Skip to content

Commit

Permalink
add security vuln
Browse files Browse the repository at this point in the history
  • Loading branch information
pfreitag authored Oct 3, 2023
1 parent 4c4c7b3 commit 55122c3
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 = <cfqueryparma value="#url.id#" cfsqltype="integer">
WHERE id = #url.id#
</cfquery>

0 comments on commit 55122c3

Please sign in to comment.