mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-05 16:00:05 +01:00
Add info about bug report to FAQ and add SECURITY.md file.
This commit is contained in:
14
FAQ.md
14
FAQ.md
@@ -262,6 +262,20 @@
|
|||||||
Also, device mapper requires root access. cryptsetup uses device mapper to
|
Also, device mapper requires root access. cryptsetup uses device mapper to
|
||||||
manage the decrypted container.
|
manage the decrypted container.
|
||||||
|
|
||||||
|
* **1.12 How can I report an issue in the cryptsetup project?**
|
||||||
|
|
||||||
|
Before reporting any issue, please be sure you are using the latest
|
||||||
|
upstream version and that you read the documentation (and this FAQ).
|
||||||
|
|
||||||
|
If you think you have discovered an issue, please report it through
|
||||||
|
the project issue tracker [New issue](https://gitlab.com/cryptsetup/cryptsetup/issues).
|
||||||
|
For a possible security issue, please use the confidential checkbox.
|
||||||
|
|
||||||
|
Please fill in all information requested in the report template
|
||||||
|
(specifically add debug output with all run environment data).
|
||||||
|
Do not trim the output; debug output does not include private data.
|
||||||
|
|
||||||
|
|
||||||
# 2. Setup
|
# 2. Setup
|
||||||
|
|
||||||
* **2.1 LUKS Container Setup mini-HOWTO**
|
* **2.1 LUKS Container Setup mini-HOWTO**
|
||||||
|
|||||||
10
SECURITY.md
Normal file
10
SECURITY.md
Normal file
@@ -0,0 +1,10 @@
|
|||||||
|
# Reporting a Security Bug in cryptsetup project
|
||||||
|
|
||||||
|
If you think you have discovered a security issue, please report it through
|
||||||
|
the project issue tracker [New issue](https://gitlab.com/cryptsetup/cryptsetup/issues)
|
||||||
|
as a confidential issue (select confidential checkbox).
|
||||||
|
|
||||||
|
An alternative is to send PGP encrypted mail to the cryptsetup maintainer.
|
||||||
|
Current maintainer is [Milan Broz](mailto:gmazyland@gmail.com), use PGP key
|
||||||
|
with fingerprint 2A29 1824 3FDE 4664 8D06 86F9 D9B0 577B D93E 98FC.
|
||||||
|
|
||||||
Reference in New Issue
Block a user