Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit c11d97a

Browse files
authored
Merge pull request #38 from lukpueh/add-security-policy
Add security policy
2 parents 00c427f + dcdde84 commit c11d97a

3 files changed

Lines changed: 13 additions & 1 deletion

File tree

docs/contribute/README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,12 @@ in [lind-wasm-docs](https://github.com/Lind-Project/lind-wasm-docs). Please
66
contribute to the Lind project by submitting issues or pull requests to these
77
repositories.
88

9-
More detailed guidelines about writing code, tests and documentation are below:
9+
To report a security issue, please refer to the [Security Policy](security.md)!
10+
11+
12+
Detailed guidelines about writing code, tests, documentation, and more are below:
1013

1114
* [Rust Style Guide](styleguide.md)
1215
* [Unit Tests](unit-tests.md)
1316
* [Adding to the docs](writeDoc.md)
17+
* [Security Policy](security.md)

docs/contribute/security.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# Security Issues and Bugs
2+
3+
Security issues can be reported to maintainers [privately via GitHub](https://docs.github.com/en/code-security/security-advisories/guidance-on-reporting-and-writing/privately-reporting-a-security-vulnerability):
4+
5+
- [**Report new vulnerability**](https://github.com/Lind-Project/lind-wasm/security/advisories/new)
6+
7+
Please do not use the GitHub issue tracker to submit vulnerability reports. The issue tracker is intended for bug reports and to make feature requests.

mkdocs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ nav:
2929
- Rust style guide: contribute/styleguide.md
3030
- Unit tests: contribute/unit-tests.md
3131
- Adding to the docs: contribute/writeDoc.md
32+
- Security policy: contribute/security.md
3233
- More:
3334
- Maintainers: more/maintainers.md
3435
- Community: community.md

0 commit comments

Comments
 (0)