We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 24b12dc commit 0cbdd2eCopy full SHA for 0cbdd2e
.github/INCIDENT_RESPONSE.md
@@ -133,11 +133,7 @@ Vulnerabilities and incidents may be reported or discovered through:
133
1. Develop the fix in a **private fork** or directly in the private security advisory
134
workspace on GitHub. Do **not** push to a public branch before the embargo lifts.
135
2. Write a regression test that fails before the fix and passes after.
136
-3. Run the full test suite locally across all supported Python versions:
137
- ```bash
138
- make release-test
139
- ```
140
-4. Review the patch with at least one other maintainer.
+3. Review the patch with at least one other maintainer.
141
142
### 7.3 Standard (Non-Embargoed) Release
143
0 commit comments