Skip to content

Commit 75b1e14

Browse files
authored
Merge pull request github#16205 from samgiz/samgiz-tiny-docs-fix
Tiny docs fix
2 parents f57e0cb + 5125468 commit 75b1e14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)