cognium-dev v3.36.0
·
31 commits
to main
since this release
Changed
circle-ir upgraded 3.35.0 → 3.36.0 — fixes a long-standing structural defect that left result.taint.flows empty for every Python sink category (#18).
cognium-dev scan against Python projects now emits cross-source/sink flows for:
sql_injectioncommand_injection(os.system,subprocess.call(..., shell=True))path_traversalcode_injection(eval,exec)deserialization(pickle.loads)xxe(ET.fromstring)ldap_injectionopen_redirect
Output formats (text, JSON, SARIF) are unchanged; previously-hidden flows now surface in all three. Java/JS/Bash flows are unaffected (verified by 156-case Juliet suite + targeted non-regression test).
See circle-ir v3.36.0 release notes for full technical detail.