SMT2 formal verification of security-critical code paths
CVE-2026-33353 class: repository import must validate attacker-controlled REMOTE as a true network endpoint before git.Clone. This catches sibling variants where destination authorization exists but source remote validation is skipped, enabling local-path cloning of server-local private repositories.
; benchmark generated from python API
(set-info :status unknown)
(declare-fun import_remote_validated () Int)
(assert
(<= import_remote_validated 1))
(assert
(>= import_remote_validated 1))
(assert
(and (distinct import_remote_validated 1) true))
(check-sat)