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
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context.
3
+
4
+
Fixes # (issue)
5
+
6
+
## Type of change
7
+
Please delete options that are not relevant.
8
+
9
+
-[ ] Bug fix (non-breaking change which fixes an issue)
10
+
-[ ] New feature (non-breaking change which adds functionality)
11
+
-[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
12
+
-[ ] Documentation update
13
+
-[ ] Code style update (formatting, renaming)
14
+
-[ ] Refactoring (no functional changes, no API changes)
15
+
-[ ] Build configuration change
16
+
-[ ] Other (please describe):
17
+
18
+
## How Has This Been Tested?
19
+
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration.
20
+
21
+
-[ ] Test A
22
+
-[ ] Test B
23
+
24
+
## Checklist:
25
+
-[ ] My code follows the style guidelines of this project
26
+
-[ ] I have performed a self-review of my own code
27
+
-[ ] I have commented my code, particularly in hard-to-understand areas
28
+
-[ ] I have made corresponding changes to the documentation
29
+
-[ ] My changes generate no new warnings
30
+
-[ ] I have added tests that prove my fix is effective or that my feature works
31
+
-[ ] New and existing unit tests pass locally with my changes
32
+
-[ ] Any dependent changes have been merged and published in downstream modules
Copy file name to clipboardExpand all lines: SECURITY.md
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,4 +6,5 @@ Patches will be released to the latest major version.
6
6
7
7
## Reporting a Vulnerability
8
8
9
-
Please report (suspected) security vulnerabilities to mikepenz+osss@gmail.com. If the issue is confirmed, we will release a patch as soon as possible depending on complexity.
9
+
Please report (suspected) security vulnerabilities to opensource-sec@mikepenz.dev. If the issue is
10
+
confirmed, we will release a patch as soon as possible depending on complexity.
0 commit comments