-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add SECURITY.md file * Bump version * Bump shotgrid_api_ruby
- Loading branch information
1 parent
5f71b40
commit 5be8928
Showing
3 changed files
with
37 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Security Policy | ||
|
||
## Security | ||
|
||
At Autodesk, we know that the security of your data is critical to your studio’s | ||
operation. | ||
As the industry shifts to the cloud, ShotGrid knows that security and service | ||
models are more important than ever. | ||
|
||
The confidentiality, integrity, and availability of your content is at the top | ||
of our priority list. | ||
Not only do we have a team of ShotGrid engineers dedicated to platform security | ||
and performance, we are also backed by Autodesk’s security team, also invests | ||
heavily in the security for broad range of industries and customers. | ||
We constantly reassess, develop, and improve our risk management program because | ||
we know that the landscape of security is ever-changing. | ||
|
||
If you believe you have found a security vulnerability in any ShotGrid-owned | ||
repository, please report it to us as described below. | ||
|
||
|
||
## Reporting Security Issues | ||
|
||
**Please do not report security vulnerabilities through public GitHub issues.** | ||
|
||
Instead, please report them by sending a message to | ||
[Autodesk Trust Center](https://www.autodesk.com/trust/contact-us). | ||
|
||
Please include as much information as you can provide such as locations, | ||
configurations, reproduction steps, exploit code, impact, etc. | ||
|
||
|
||
## Additional Information | ||
|
||
Please check out the [ShotGrid Security White Paper](https://help.autodesk.com/view/SGSUB/ENU/?guid=SG_Administrator_ar_general_security_ar_security_white_paper_html). |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,5 +2,5 @@ | |
# frozen_string_literal: true | ||
|
||
module ShotgridApiRuby | ||
VERSION = '0.2.0.6' | ||
VERSION = '0.2.0.7' | ||
end |