Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 27 additions & 0 deletions .editorconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
root = true

[*]
end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true
charset = utf-8

[*.rs]
indent_style = space
indent_size = 4

[*.toml]
indent_style = space
indent_size = 2

[*.{yaml,yml,json}]
indent_style = space
indent_size = 2

[*.md]
indent_style = space
indent_size = 2
trim_trailing_whitespace = false

[Makefile]
indent_style = tab
17 changes: 17 additions & 0 deletions SECURITY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# Security Policy

## Reporting a Vulnerability

The Apache Software Foundation takes security issues very seriously. If you discover a security vulnerability, please report it responsibly.

**Please do NOT create a public GitHub issue for security vulnerabilities.**

Instead, please send your report to the Apache Security Team:

- Email: [security@apache.org](mailto:security@apache.org)

For more information on how to report vulnerabilities to the Apache Software Foundation, please see the [ASF Security page](https://www.apache.org/security/).

## Supported Versions

Please refer to the [releases page](../../releases) for currently supported versions.