Skip to content

Commit

Permalink
Adding security policy (#6666)
Browse files Browse the repository at this point in the history
* Create SECURITY.md

* Don't require license header on SECURITY.md

* Autoformat SECURITY.md

---------

Co-authored-by: Vincent Donato <vincent@streamlit.io>
  • Loading branch information
sfc-gh-hpathak and vdonato committed May 11, 2023
1 parent 998044b commit 0ed20b1
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# Security Policy

## Supported Versions

| Version | Supported |
| --------- | --------- |
| >= 1.11.1 ||

</br>

Please refer to the Snowflake [HackerOne program](https://hackerone.com/snowflake?type=team) for our security policies and for reporting any security vulnerabilities.

For other security related questions and concerns, please contact the Snowflake security team at security@snowflake.com
2 changes: 1 addition & 1 deletion scripts/check_license_headers.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
# Exclude images.
r"|\.(?:png|jpg|jpeg|gif|ttf|woff|otf|eot|woff2|ico|svg)$"
# Exclude files, because they make it obvious which product they relate to.
r"|(LICENSE|NOTICES|CODE_OF_CONDUCT\.md|README\.md|CONTRIBUTING\.md)$"
r"|(LICENSE|NOTICES|CODE_OF_CONDUCT\.md|README\.md|CONTRIBUTING\.md|SECURITY.md)$"
# Exclude files, because they do not support comments
r"|\.(json|prettierrc|nvmrc)$"
# Exclude generated files, because they don't have any degree of creativity.
Expand Down

0 comments on commit 0ed20b1

Please sign in to comment.