mirror of
https://github.com/github/codeql.git
synced 2025-12-24 12:46:34 +01:00
Ensure that tainted values flow through arithmetic operations when checking for ThreadResourceAbuse vulnerabilities. For example, multiplying 'number of seconds' by 1000 as an input to Thread.Sleep, which accepts milliseconds, is a common scenario.
This directory contains tests for experimental CodeQL queries and libraries.