glenn-jocher
commited on
Commit
β’
6843ea5
1
Parent(s):
9ebec78
Create SECURITY.md (#7054)
Browse files* Create SECURITY.md
Resolves https://github.com/ultralytics/yolov5/issues/7052
* Move into ./github
* Update SECURITY.md
- .github/SECURITY.md +7 -0
.github/SECURITY.md
ADDED
@@ -0,0 +1,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
# Security Policy
|
2 |
+
|
3 |
+
We aim to make YOLOv5 π as secure as possible! If you find potential vulnerabilities or have any concerns please let us know so we can investigate and take corrective action if needed.
|
4 |
+
|
5 |
+
### Reporting a Vulnerability
|
6 |
+
|
7 |
+
To report vulnerabilities please email us at [email protected] or visit https://ultralytics.com/contact. Thank you!
|