We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5dbb91f commit e71cf0fCopy full SHA for e71cf0f
go/ql/lib/semmle/go/security/IncorrectIntegerConversionLib.qll
@@ -572,7 +572,7 @@ private module ConversionWithoutBoundsCheckConfig implements DataFlow::StateConf
572
* Tracks taint flow from an integer obtained from parsing a string that flows
573
* to a type conversion to a smaller integer type, which could cause data loss.
574
*/
575
-module Flow = TaintTracking::GlobalWithState<ConversionWithoutBoundsCheckConfig>;
+module Flow = DataFlow::GlobalWithState<ConversionWithoutBoundsCheckConfig>;
576
577
/** Gets a string describing the size of the integer parsed. */
578
deprecated string describeBitSize(int bitSize, int intTypeBitSize) {
0 commit comments