Goal
Add the Security Policy reminder to the directory/newsletter troubleshooting reply so contributors do not paste credentials, private trace data, or security-sensitive details into public comments.
Scope
Update:
docs/launch/directory-submission-sheet.md
tests/test_metadata.py
Expected change
In the ## Troubleshooting Reply section of docs/launch/directory-submission-sheet.md, add a short reminder that security-sensitive reports or private trace data should go through:
https://github.com/aaronlab/browsertrace/blob/main/SECURITY.md
Keep the existing JSON diagnostics commands.
Verification
Run:
uv run --python 3.11 --extra dev pytest -q tests/test_metadata.py -k directory_submission_sheet
uv run --python 3.11 --extra dev pytest -q
Use the First PR Recipe to keep the change small and reviewable:
https://github.com/aaronlab/browsertrace/blob/main/CONTRIBUTING.md#first-pr-recipe
Goal
Add the Security Policy reminder to the directory/newsletter troubleshooting reply so contributors do not paste credentials, private trace data, or security-sensitive details into public comments.
Scope
Update:
docs/launch/directory-submission-sheet.mdtests/test_metadata.pyExpected change
In the
## Troubleshooting Replysection ofdocs/launch/directory-submission-sheet.md, add a short reminder that security-sensitive reports or private trace data should go through:https://github.com/aaronlab/browsertrace/blob/main/SECURITY.md
Keep the existing JSON diagnostics commands.
Verification
Run:
Use the First PR Recipe to keep the change small and reviewable:
https://github.com/aaronlab/browsertrace/blob/main/CONTRIBUTING.md#first-pr-recipe