Merge pull request #16205 from samgiz/samgiz-tiny-docs-fix

Tiny docs fix
This commit is contained in:
Tom Hvitved
2024-04-16 13:57:38 +02:00
committed by GitHub

View File

@@ -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" }