You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This repository is a curated list, not an application or package. Most security risks here are content risks (for example: malicious links, typo-squatted domains, deceptive redirects, or unsafe contribution patterns).
4
+
5
+
## Supported Scope
6
+
7
+
This policy applies to:
8
+
9
+
-`README.md` entries and outbound links
10
+
- Contribution workflows, issue templates, and automation in `.github/`
11
+
- Any change that could mislead contributors or direct users to unsafe resources
12
+
13
+
## How to Report a Security Concern
14
+
15
+
Please avoid posting sensitive details in public issues.
16
+
17
+
Preferred path:
18
+
19
+
1. Open a private vulnerability report through the repository **Security** tab (GitHub private reporting).
20
+
2. Include the affected entry/workflow, impact, and reproduction details.
21
+
22
+
Fallback path (if private reporting is unavailable):
23
+
24
+
1. Open a public issue with minimal details.
25
+
2. Clearly mark it as a security concern.
26
+
3. Do not include exploit instructions or sensitive data.
27
+
28
+
## Response Expectations
29
+
30
+
- Initial triage target: within 7 days
31
+
- Status updates: at least every 7 days while the report is active
32
+
- Fix timing: depends on severity and maintainer availability
33
+
34
+
## Disclosure
35
+
36
+
Please allow maintainers time to investigate and remediate before full public disclosure.
Copy file name to clipboardExpand all lines: contributing.md
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,15 @@ Please ensure your pull request adheres to the following guidelines:
17
17
- Make sure your text editor is set to remove trailing whitespace.
18
18
- The pull request should include a clear title and a short note on why the resource belongs in this list.
19
19
20
+
## Trust and Safety Checks
21
+
22
+
Before submitting:
23
+
24
+
- Use canonical HTTPS links (no shortened URLs, no tracking parameters).
25
+
- Avoid links that immediately redirect through ad, affiliate, or unknown tracking domains.
26
+
- If you are affiliated with a resource, disclose that in your PR description.
27
+
- Flag suspicious or potentially malicious links using our security process in `SECURITY.md`.
28
+
20
29
## Updating Your Pull Request
21
30
22
31
If the maintainers notice anything that needs to change before merging, we will ask you to edit your pull request. There is no need to open a new one. Please follow the suggestions in [this guide](https://github.com/RichardLitt/knowledge/blob/master/github/amending-a-commit-guide.md) on how to update a pull request.
@@ -54,7 +63,8 @@ For non-PR suggestions and maintenance tasks, use the issue templates in `.githu
54
63
- General recruitment tools with no specific developer or tech focus.
55
64
- Unmaintained, deprecated, or archived projects.
56
65
- Resources behind full paywalls, unless there is a strong reason to include them.
57
-
- Affiliate links or marketing content disguised as resources.
66
+
- Affiliate links, referral links, or URL shorteners.
67
+
- Marketing content disguised as neutral resources.
58
68
- Duplicate entries or tools that replicate an existing entry without clear differentiation.
0 commit comments