Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion scripts/test_adversarial_process.py
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down