Java: Address review comments.

This commit is contained in:
Michael Nebel
2023-10-09 13:06:59 +02:00
parent dca39348ab
commit cf3a62d201
2 changed files with 6 additions and 12 deletions

View File

@@ -86,18 +86,8 @@ module ThreatModelFlowConfig implements DataFlow::ConfigSig {
}
}
/**
* DEPRECATED: Use `ThreatModelFlowConfig` instead.
*/
deprecated module RemoteFlowConfig = ThreatModelFlowConfig;
module ThreatModelFlow = DataFlow::Global<ThreatModelFlowConfig>;
/**
* DEPRECATED: Use `ThreatModelFlow` instead.
*/
deprecated module RemoteFlow = ThreatModelFlow;
/** A data flow configuration tracing flow from json data into the argument `json` of JSONP-like string `someFunctionName + "(" + json + ")"`. */
module JsonDataFlowConfig implements DataFlow::ConfigSig {
predicate isSource(DataFlow::Node src) { src instanceof JsonStringSource }