Skip to content

Commit

Permalink
SG-31320 Add SECURITY.md file (#40)
Browse files Browse the repository at this point in the history
* Add SECURITY.md file

* Bump version

* Bump shotgrid_api_ruby
  • Loading branch information
carlos-villavicencio-adsk authored Oct 24, 2023
1 parent 5f71b40 commit 5be8928
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
shotgrid_api_ruby (0.2.0.6)
shotgrid_api_ruby (0.2.0.7)
activesupport (~> 7)
faraday (~> 1)
sorbet-runtime
Expand Down
35 changes: 35 additions & 0 deletions SECURITY.md
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).
2 changes: 1 addition & 1 deletion lib/shotgrid_api_ruby/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# frozen_string_literal: true

module ShotgridApiRuby
VERSION = '0.2.0.6'
VERSION = '0.2.0.7'
end

0 comments on commit 5be8928

Please sign in to comment.