pepr 0.28.3 → 0.28.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/SECURITY.md +18 -0
- package/dist/cli.js +72 -102
- package/dist/controller.js +1 -1
- package/dist/lib/filter.d.ts.map +1 -1
- package/dist/lib/queue.d.ts.map +1 -1
- package/dist/lib/watch-processor.d.ts.map +1 -1
- package/dist/lib.js +24 -25
- package/dist/lib.js.map +3 -3
- package/package.json +6 -6
- package/src/lib/assets/pods.ts +7 -11
- package/src/lib/assets/yaml.ts +2 -2
- package/src/lib/controller/index.ts +1 -1
- package/src/lib/filter.ts +6 -5
- package/src/lib/queue.ts +12 -3
- package/src/lib/watch-processor.ts +0 -14
package/SECURITY.md
ADDED
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
# Security Policy
|
|
2
|
+
|
|
3
|
+
## Reporting a Vulnerability
|
|
4
|
+
|
|
5
|
+
If you discover a security vulnerability in Pepr, please report it to us by sending an email to [pepr@defenseunicorns.com](mailto:pepr@defenseunicorns.com?subject=Vulnerability) or directly through the [GitHub UI](https://github.com/defenseunicorns/pepr/security/advisories/new).
|
|
6
|
+
|
|
7
|
+
Please include the following details in your report:
|
|
8
|
+
|
|
9
|
+
- A clear description of the vulnerability
|
|
10
|
+
- Steps to reproduce the vulnerability
|
|
11
|
+
- Any additional information that may be helpful in understanding and fixing the issue
|
|
12
|
+
|
|
13
|
+
We appreciate your help in making Pepr more secure and will acknowledge your contribution in the remediation PR.
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
## Contact
|
|
17
|
+
|
|
18
|
+
If you have any questions or concerns regarding the security of Pepr, please contact us at pepr@defenseunicorns.com.
|