Skip to content

chore(specs): mark TM-DOS-057 partial on WASM#1607

Merged
chaliy merged 1 commit intomainfrom
2026-05-08-fix-wasm-sleep-timeout-issue
May 8, 2026
Merged

chore(specs): mark TM-DOS-057 partial on WASM#1607
chaliy merged 1 commit intomainfrom
2026-05-08-fix-wasm-sleep-timeout-issue

Conversation

@chaliy
Copy link
Copy Markdown
Contributor

@chaliy chaliy commented May 8, 2026

Motivation

  • The threat-model row for TM-DOS-057 claimed a universal mitigation but the runtime wraps execution with tokio::time::timeout only under #[cfg(not(target_family = "wasm"))], so WASM builds remain uncovered and the docs are misleading.

Description

  • Updated specs/threat-model.md to change TM-DOS-057 status from MITIGATED to PARTIAL and clarified that the global tokio::time::timeout(limits.timeout, …) wrapper applies to non-WASM targets while WASM currently executes without that wrapper.

Testing

  • Docs-only change; no runtime behavior modified; verified the file diff (git diff) and committed the update as chore(specs): mark TM-DOS-057 partial on wasm.

Codex Task

@cloudflare-workers-and-pages
Copy link
Copy Markdown

cloudflare-workers-and-pages Bot commented May 8, 2026

Deploying with  Cloudflare Workers  Cloudflare Workers

The latest updates on your project. Learn more about integrating Git with Workers.

Status Name Latest Commit Preview URL Updated (UTC)
✅ Deployment successful!
View logs
bashkit aba356a Commit Preview URL May 08 2026, 09:14 AM

@chaliy chaliy force-pushed the 2026-05-08-fix-wasm-sleep-timeout-issue branch from e5ee37b to aba356a Compare May 8, 2026 09:10
@chaliy chaliy merged commit 30fbf7a into main May 8, 2026
16 checks passed
@chaliy chaliy deleted the 2026-05-08-fix-wasm-sleep-timeout-issue branch May 8, 2026 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant