mirror of
https://github.com/github/codeql.git
synced 2025-12-17 17:23:36 +01:00
308 B
308 B
lgtm,codescanning
- Expanded modeling of sensitive data sources to include: subscripting with a key that indicates sensitive data (
obj["password"]), parameters whose names indicate sensitive data (def func(password):), and assignments to variables whose names indicate sensitive data (password = ...).