Skip to content

Commit 326f7d8

Browse files
committed
chore: add SECURITY.md and .editorconfig
Add community health files to improve project governance: - SECURITY.md: Apache security vulnerability reporting policy - .editorconfig: Consistent formatting across editors Signed-off-by: arijitroy003 <arijroy@redhat.com>
1 parent f858158 commit 326f7d8

2 files changed

Lines changed: 40 additions & 0 deletions

File tree

.editorconfig

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
root = true
2+
3+
[*]
4+
end_of_line = lf
5+
insert_final_newline = true
6+
trim_trailing_whitespace = true
7+
charset = utf-8
8+
9+
[*.py]
10+
indent_style = space
11+
indent_size = 4
12+
13+
[*.{yaml,yml,json,toml}]
14+
indent_style = space
15+
indent_size = 2
16+
17+
[*.md]
18+
indent_style = space
19+
indent_size = 2
20+
trim_trailing_whitespace = false
21+
22+
[Makefile]
23+
indent_style = tab

SECURITY.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Security Policy
2+
3+
## Reporting a Vulnerability
4+
5+
The Apache Software Foundation takes security issues very seriously. If you discover a security vulnerability, please report it responsibly.
6+
7+
**Please do NOT create a public GitHub issue for security vulnerabilities.**
8+
9+
Instead, please send your report to the Apache Security Team:
10+
11+
- Email: [security@apache.org](mailto:security@apache.org)
12+
13+
For more information on how to report vulnerabilities to the Apache Software Foundation, please see the [ASF Security page](https://www.apache.org/security/).
14+
15+
## Supported Versions
16+
17+
Please refer to the [releases page](../../releases) for currently supported versions.

0 commit comments

Comments
 (0)