Skip to content

Commit 7bf9be5

Browse files
authored
Fix a missing link in the vulnerability runbook (#10818)
1 parent 2473041 commit 7bf9be5

File tree

1 file changed

+7
-5
lines changed

1 file changed

+7
-5
lines changed

docs/security-vulnerability-runbook.md

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -64,11 +64,13 @@ is created these steps are followed:
6464
it, and that's ok, but try to get the ones that may have common failures.
6565
This is required because CI doesn't run on private forks.
6666

67-
10. **Open version bump PRs on the public repository**. Use the
68-
[online trigger][ci-trigger] for this workflow to open PRs for all versions
69-
that are going to be patched. DO NOT include patch notes or release notes
70-
for this fix. Use this time to fix CI by landing PRs to the release branches
71-
separate from the version bump PR. DO NOT merge the version bump PR.
67+
10. **Open version bump PRs on the public repository**. Use the [online trigger]
68+
for this workflow to open PRs for all versions that are going to be patched.
69+
DO NOT include patch notes or release notes for this fix. Use this time to
70+
fix CI by landing PRs to the release branches separate from the version bump
71+
PR. DO NOT merge the version bump PR.
72+
73+
[online trigger]: https://github.com/bytecodealliance/wasmtime/actions/workflows/release-process.yml
7274

7375
11. **Manually make PRs on release day**. DO NOT merge via the security
7476
advisory. This has generally not worked well historically because there's

0 commit comments

Comments
 (0)