mirror of
https://github.com/github/codeql.git
synced 2026-06-29 16:47:09 +02:00
585 B
585 B
2.4.0
New Queries
- Added a new query,
js/system-prompt-injection, to detect cases where untrusted, user-provided values flow into the system prompt of an AI model, allowing an attacker to manipulate the model's behavior. - Added a new experimental query,
javascript/ssrf-ipv6-transition-incomplete-guard, to detect SSRF host-validation guards that reject private IPv4 ranges but fail to unwrap IPv6-transition forms (IPv4-mapped::ffff:, NAT6464:ff9b::, 6to42002::), allowing the guard to be bypassed by wrapping an internal IPv4 address in a transition literal.