Zigmas Bitinas
2024-04-13 21:18:36 +01:00
committed by GitHub
parent 0bed22178c
commit 5125468307

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