VYPR

Notification template Jinja AST

by Red Hat

CVEs (1)

  • CVE-2026-71463LowSep 23, 2026
    risk 0.18cvss 2.7epss

    Notification template Jinja AST whitelist only inspects static Getattr nodes. Dynamic subscripts (job['job'+'_env']) and {% if job.id > 100 %} conditional gating bypass both the AST check and the test-render (stub has small job.id). …