Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5125468

Browse files
authored
1 parent 0bed221 commit 5125468

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ruby/ql/lib/codeql/ruby/security/CodeInjectionCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module CodeInjection {
1616
module FlowState {
1717
/**
1818
* Flow state used for normal tainted data, where an attacker might only control a substring.
19-
* DEPRECATED: Use `Full()`
19+
* DEPRECATED: Use `SubString()`
2020
*/
2121
deprecated DataFlow::FlowState substring() { result = "substring" }
2222

0 commit comments

Comments
 (0)