Update security policy (#2884)
parent
5baaf91b5b
commit
882dbe62ad
@ -1,32 +1,25 @@
|
|||||||
---
|
---
|
||||||
description: Learn how Ultralytics prioritize security. Get insights into Snyk and GitHub CodeQL scans, and how to report security issues in YOLOv8.
|
description: Ensure robust security with Ultralytics' open-source projects. We use advanced vulnerability scans and actively address potential risks. Your safety is our priority.
|
||||||
---
|
---
|
||||||
|
|
||||||
# Security Policy
|
# Security Policy
|
||||||
|
|
||||||
At [Ultralytics](https://ultralytics.com), the security of our users' data and systems is of utmost importance. To
|
At [Ultralytics](https://ultralytics.com), the security of our users' data and systems is of utmost importance. To ensure the safety and security of our [open-source projects](https://github.com/ultralytics), we have implemented several measures to detect and prevent security vulnerabilities.
|
||||||
ensure the safety and security of our [open-source projects](https://github.com/ultralytics), we have implemented
|
|
||||||
several measures to detect and prevent security vulnerabilities.
|
|
||||||
|
|
||||||
[![ultralytics](https://snyk.io/advisor/python/ultralytics/badge.svg)](https://snyk.io/advisor/python/ultralytics)
|
|
||||||
|
|
||||||
## Snyk Scanning
|
## Snyk Scanning
|
||||||
|
|
||||||
We use [Snyk](https://snyk.io/advisor/python/ultralytics) to regularly scan the YOLOv8 repository for vulnerabilities
|
We use [Snyk](https://snyk.io/advisor/python/ultralytics) to regularly scan all Ultralytics repositories for vulnerabilities and security issues. Our goal is to identify and remediate any potential threats as soon as possible, to minimize any risks to our users.
|
||||||
and security issues. Our goal is to identify and remediate any potential threats as soon as possible, to minimize any
|
|
||||||
risks to our users.
|
[![ultralytics](https://snyk.io/advisor/python/ultralytics/badge.svg)](https://snyk.io/advisor/python/ultralytics)
|
||||||
|
|
||||||
## GitHub CodeQL Scanning
|
## GitHub CodeQL Scanning
|
||||||
|
|
||||||
In addition to our Snyk scans, we also use
|
In addition to our Snyk scans, we also use GitHub's [CodeQL](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql) scans to proactively identify and address security vulnerabilities across all Ultralytics repositories.
|
||||||
GitHub's [CodeQL](https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/about-code-scanning-with-codeql)
|
|
||||||
scans to proactively identify and address security vulnerabilities.
|
[![CodeQL](https://github.com/ultralytics/ultralytics/actions/workflows/codeql.yaml/badge.svg)](https://github.com/ultralytics/ultralytics/actions/workflows/codeql.yaml)
|
||||||
|
|
||||||
## Reporting Security Issues
|
## Reporting Security Issues
|
||||||
|
|
||||||
If you suspect or discover a security vulnerability in the YOLOv8 repository, please let us know immediately. You can
|
If you suspect or discover a security vulnerability in any of our repositories, please let us know immediately. You can reach out to us directly via our [contact form](https://ultralytics.com/contact) or via [security@ultralytics.com](mailto:security@ultralytics.com). Our security team will investigate and respond as soon as possible.
|
||||||
reach out to us directly via our [contact form](https://ultralytics.com/contact) or
|
|
||||||
via [security@ultralytics.com](mailto:security@ultralytics.com). Our security team will investigate and respond as soon
|
|
||||||
as possible.
|
|
||||||
|
|
||||||
We appreciate your help in keeping the YOLOv8 repository secure and safe for everyone.
|
We appreciate your help in keeping all Ultralytics open-source projects secure and safe for everyone.
|
Loading…
Reference in new issue