mirror of
https://github.com/github/codeql.git
synced 2026-04-22 15:25:18 +02:00
Improve inaccurate deprecation comments
This commit is contained in:
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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.
|
||||
*/
|
||||
|
||||
@@ -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`.
|
||||
|
||||
Reference in New Issue
Block a user