mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Merge pull request #16205 from samgiz/samgiz-tiny-docs-fix
Tiny docs fix
This commit is contained in:
@@ -16,7 +16,7 @@ module CodeInjection {
|
||||
module FlowState {
|
||||
/**
|
||||
* Flow state used for normal tainted data, where an attacker might only control a substring.
|
||||
* DEPRECATED: Use `Full()`
|
||||
* DEPRECATED: Use `SubString()`
|
||||
*/
|
||||
deprecated DataFlow::FlowState substring() { result = "substring" }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user