Improve inaccurate deprecation comments

This commit is contained in:
Owen Mansel-Chan
2023-08-03 14:27:57 +01:00
parent 94c15f712a
commit 08e1e8a120
3 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ module AllocationSizeOverflow {
import AllocationSizeOverflowCustomizations::AllocationSizeOverflow
/**
* DEPRECATED: Use `FindLargeLensFlow` instead.
* DEPRECATED: Use a copy of `FindLargeLensConfig` and `FindLargeLensFlow` instead.
*
* A taint-tracking configuration for identifying `len(...)` calls whose argument may be large.
*/

View File

@@ -14,7 +14,7 @@ module UnsafeUnzipSymlink {
import UnsafeUnzipSymlinkCustomizations::UnsafeUnzipSymlink
/**
* DEPRECATED: Use `EvalSymlinksFlow` instead.
* DEPRECATED: Use a copy of `EvalSymlinksConfig` and `EvalSymlinksFlow` instead.
*
* A taint-flow configuration tracking archive header fields flowing to a `path/filepath.EvalSymlinks` call.
*/

View File

@@ -185,7 +185,7 @@ private module BoolToGinSetCookieTrackingConfig implements DataFlow::ConfigSig {
module BoolToGinSetCookieTrackingFlow = DataFlow::Global<BoolToGinSetCookieTrackingConfig>;
/**
* DEPRECATED: Use `NameToGinSetCookieTrackingConfig` instead.
* DEPRECATED: Use `NameToGinSetCookieTrackingFlow` instead.
*
* A taint-tracking configuration for tracking flow from sensitive names to
* `gin-gonic/gin.Context.SetCookie`.