Skip to content

Commit 0da8476

Browse files
authored
chore: add missing security file and pull request template (#1)
1 parent da66f53 commit 0da8476

File tree

2 files changed

+31
-0
lines changed

2 files changed

+31
-0
lines changed

.github/pull_request_template.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
## Description
2+
3+
<!-- **Please link some issue here describing what you are trying to achieve.**
4+
5+
In case there is no issue present for your PR, please consider creating one.
6+
At least please give us some description what you are trying to achieve and why your change is needed. -->
7+
8+
relates to #1234
9+
10+
## Checklist
11+
12+
- [ ] Issue was linked above
13+
- [ ] **No generated code was adjusted manually**
14+
- [ ] Changelogs
15+
- [ ] Changelog in the root directory was adjusted
16+
- [ ] Changelog(s) of the service(s) were adjusted
17+
- [ ] VERSION file(s) of the service(s) were adjusted
18+
- [ ] Code format was applied: `make fmt`
19+
- [ ] Examples were added / adjusted (see `examples/` directory)
20+
- [ ] Unit tests got implemented or updated
21+
- [x] Unit tests are passing: `make test` (will be checked by CI)
22+
- [x] No linter issues: `make lint` (will be checked by CI)

SECURITY.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Reporting Security Issues
2+
3+
**Please do not report security vulnerabilities through public GitHub issues.**
4+
5+
We at STACKIT take security seriously. We appreciate your efforts to responsibly disclose your findings, and will make every effort to acknowledge your contributions.
6+
7+
To report a security issue, please send an email to [stackit-security@stackit.de](mailto:stackit-security@stackit.de).
8+
9+
Our team will send a response indicating the next steps in handling your report. After the initial reply to your report, the security team will keep you informed of the progress towards a fix and full announcement, and may ask for additional information or guidance.

0 commit comments

Comments
 (0)