mirror of
https://gitee.com/openharmony/third_party_libsnd
synced 2024-11-23 01:49:53 +00:00
Create SECURITY.md
This commit is contained in:
parent
c7b69d7589
commit
7e2db6e8ef
@ -35,6 +35,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
this file. The old `NEWS` file has been renamed to `NEWS.OLD` and is no longer
|
||||
updated.
|
||||
* Add support for decoding MPEG III Audio in WAV files.
|
||||
* `SECURITY.md` file to give people instructions for reporting security
|
||||
vulnerabilities, thanks @zidingz.
|
||||
|
||||
### Changed
|
||||
|
||||
|
@ -14,7 +14,7 @@ endif
|
||||
|
||||
EXTRA_DIST = libsndfile.spec.in sndfile.pc.in Scripts/android-configure.sh \
|
||||
NEWS.OLD CHANGELOG.md Scripts/linux-to-win-cross-configure.sh \
|
||||
CMakeLists.txt $(cmake_files) Win32
|
||||
CMakeLists.txt $(cmake_files) Win32 SECURITY.md
|
||||
|
||||
cmake_files = cmake/ClipMode.cmake cmake/FindFLAC.cmake \
|
||||
cmake/CMakeAutoGen.cmake cmake/CMakeAutoGenScript.cmake \
|
||||
|
11
SECURITY.md
Normal file
11
SECURITY.md
Normal file
@ -0,0 +1,11 @@
|
||||
# Security Policy
|
||||
|
||||
## Supported Versions
|
||||
|
||||
| Version | Supported |
|
||||
| ------- | ------------------ |
|
||||
| 1.0.x | :white_check_mark: |
|
||||
|
||||
## Reporting a Vulnerability
|
||||
|
||||
Please send report privately to evpobry@gmail.com, and include how would you like to be credited.
|
Loading…
Reference in New Issue
Block a user