Commit Graph

5 Commits

Author SHA1 Message Date
Tim Ramlot
d8e20c919a
replace governance documents with links to the cert-manager community documents
Signed-off-by: Tim Ramlot <42113979+inteon@users.noreply.github.com>
2023-09-27 13:45:14 +02:00
Ashley Davis
1542ea0492
update SECURITY policy to exclude vuln reports
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2022-12-19 17:21:59 +00:00
Ashley Davis
c39de7fac7
improve language in SECURITY file post-migration
Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2022-02-15 12:18:00 +00:00
Ashley Davis
3a055cc2f5
rename all uses of github.com/jetstack/cert-manager
This was done by running the following command twice:

 ```bash
 grep -Ri "github.com/jetstack/cert-manager" . | \
 cut -d":" -f1 | \
 sort | \
 uniq | \
 xargs sed -i
 "s/github.com\/jetstack\/cert-manager/github.com\/cert-manager\/cert-manager/"
 ```

Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2022-02-02 09:08:31 +00:00
Ashley Davis
630bc78e32
Add SECURITY.md documenting vuln report process
Ideally, SECURITY.md will be the central source of truth to answer the
question "How do I report a security vulnerability in a cert-manager
project?"

Signed-off-by: Ashley Davis <ashley.davis@jetstack.io>
2021-03-30 14:20:31 +01:00