File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/experimental/CWE-1004 Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module AllocationSizeOverflow {
14
14
import AllocationSizeOverflowCustomizations:: AllocationSizeOverflow
15
15
16
16
/**
17
- * DEPRECATED: Use `FindLargeLensFlow` instead.
17
+ * DEPRECATED: Use a copy of `FindLargeLensConfig` and `FindLargeLensFlow` instead.
18
18
*
19
19
* A taint-tracking configuration for identifying `len(...)` calls whose argument may be large.
20
20
*/
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ module UnsafeUnzipSymlink {
14
14
import UnsafeUnzipSymlinkCustomizations:: UnsafeUnzipSymlink
15
15
16
16
/**
17
- * DEPRECATED: Use `EvalSymlinksFlow` instead.
17
+ * DEPRECATED: Use a copy of `EvalSymlinksConfig` and `EvalSymlinksFlow` instead.
18
18
*
19
19
* A taint-flow configuration tracking archive header fields flowing to a `path/filepath.EvalSymlinks` call.
20
20
*/
Original file line number Diff line number Diff line change @@ -185,7 +185,7 @@ private module BoolToGinSetCookieTrackingConfig implements DataFlow::ConfigSig {
185
185
module BoolToGinSetCookieTrackingFlow = DataFlow:: Global< BoolToGinSetCookieTrackingConfig > ;
186
186
187
187
/**
188
- * DEPRECATED: Use `NameToGinSetCookieTrackingConfig ` instead.
188
+ * DEPRECATED: Use `NameToGinSetCookieTrackingFlow ` instead.
189
189
*
190
190
* A taint-tracking configuration for tracking flow from sensitive names to
191
191
* `gin-gonic/gin.Context.SetCookie`.
You can’t perform that action at this time.
0 commit comments