From ca8230a3d9a273b2dc8b71272413247fe3a3ebfa Mon Sep 17 00:00:00 2001 From: Sollan Systems Date: Wed, 15 Jul 2026 07:10:53 -0400 Subject: [PATCH] chore(tests): cite issue #67 in the verify_evidence TOCTOU xfail reason --- scripts/test_adversarial_process.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/test_adversarial_process.py b/scripts/test_adversarial_process.py index 5cab654..682618a 100644 --- a/scripts/test_adversarial_process.py +++ b/scripts/test_adversarial_process.py @@ -181,7 +181,7 @@ def test_sqlite_raw_file_tamper_bypassing_sql_interface_is_not_detected(tmp_path @pytest.mark.xfail( strict=True, - reason="follow-up verify_evidence TOCTOU hardening: containment is not rechecked before the read", + reason="issue #67: verify_evidence TOCTOU — containment is not rechecked before the hash read", ) def test_symlink_swap_between_containment_check_and_hash_read_escapes_workspace(tmp_path, monkeypatch) -> None: inside = tmp_path / "proof.txt"