Skip to content

Commit 520528f

Browse files
Add SECURITY.md (#540)
### Add SECURITY.md ### Linked issues NA ### Summarize your change. Add SECURITY.md ### Describe the reason for the change. Adding a security policy to Open RV ### Describe what you have tested and on which operating system. ### Add a list of changes, and note any that might need special attention during the review. ### If possible, provide screenshots. Signed-off-by: Bernard Laberge <[email protected]>
1 parent ab21a60 commit 520528f

File tree

1 file changed

+28
-0
lines changed

1 file changed

+28
-0
lines changed

SECURITY.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# Security and Open RV
2+
3+
The Open RV Technical Steering Committee (TSC) takes security very
4+
seriously. We strive to design secure software, and utilize continuous
5+
integration and code analysis tools to help identify potential
6+
vulnerabilities.
7+
8+
Users should exercise caution when working with untrusted data (Open RV
9+
session files, external Open RV packages, external Open RV movie and image
10+
plugins, etc.). Open RV takes every precaution to read only valid data, but it
11+
would be naive to say our code is immune to every exploit.
12+
13+
## Reporting Vulnerabilities
14+
15+
Quickly resolving security related issues is a priority.
16+
To report a security issue, please use the GitHub Security Advisory ["Report a Vulnerability"](https://github.com/AcademySoftwareFoundation/OpenRV/security/advisories/new) tab.
17+
18+
Include detailed steps to reproduce the issue, and any other information that
19+
could aid an investigation. Someone will assess the report and make every
20+
effort to respond within 14 days.
21+
22+
## Outstanding Security Issues
23+
24+
None
25+
26+
## Addressed Security Issues
27+
28+
None

0 commit comments

Comments
 (0)