mirror of
https://github.com/github/codeql.git
synced 2026-04-18 13:34:02 +02:00
Use value flow instead of taint flow
This commit is contained in:
@@ -572,7 +572,7 @@ private module ConversionWithoutBoundsCheckConfig implements DataFlow::StateConf
|
||||
* Tracks taint flow from an integer obtained from parsing a string that flows
|
||||
* to a type conversion to a smaller integer type, which could cause data loss.
|
||||
*/
|
||||
module Flow = TaintTracking::GlobalWithState<ConversionWithoutBoundsCheckConfig>;
|
||||
module Flow = DataFlow::GlobalWithState<ConversionWithoutBoundsCheckConfig>;
|
||||
|
||||
/** Gets a string describing the size of the integer parsed. */
|
||||
deprecated string describeBitSize(int bitSize, int intTypeBitSize) {
|
||||
|
||||
Reference in New Issue
Block a user