mirror of
https://github.com/github/codeql.git
synced 2025-12-18 01:33:15 +01:00
delete the deprecated isBarrierGuard predicate from the shared dataflow library, and its uses
This commit is contained in:
@@ -29,13 +29,6 @@ module InsecureRandomness {
|
||||
*/
|
||||
abstract class Sanitizer extends DataFlow::Node { }
|
||||
|
||||
/**
|
||||
* DEPRECATED: Use `Sanitizer` instead.
|
||||
*
|
||||
* A sanitizer guard for random values that are not cryptographically secure.
|
||||
*/
|
||||
abstract deprecated class SanitizerGuard extends DataFlow::BarrierGuard { }
|
||||
|
||||
/**
|
||||
* A random source that is not sufficient for security use. So far this is only made up
|
||||
* of the math package's rand function, more insufficient random sources can be added here.
|
||||
|
||||
Reference in New Issue
Block a user