mirror of
https://github.com/ChrispyBacon-dev/DockFlare.git
synced 2026-04-28 03:39:32 +00:00
Merge branch 'stable' into unstable
This commit is contained in:
commit
d6d46c3209
2 changed files with 2 additions and 2 deletions
|
|
@ -81,4 +81,4 @@ This section provides a detailed walkthrough of the audit process, mirroring the
|
|||
| **High** | **Excessive Docker Socket Permissions** | A choice must be made: 1) Accept the risk and use `EXEC=1` for functionality, or 2) Migrate to a different socket proxy that supports command whitelisting to mitigate the risk. |
|
||||
| **Medium** | **Stored Cross-Site Scripting (XSS)** | Use a library like `bleach` to sanitize the HTML generated from Markdown files before rendering in the `help.html` template. |
|
||||
| **Low** | **Encryption Key Stored on Filesystem** | For higher security, supply the encryption key at runtime via Docker secrets or an external secrets manager instead of storing it as a file. |
|
||||
| **Info** | **Insecure Temporary Credential Storage** | This is a minor issue with no direct recommendation, but be aware that credentials exist in a readable (though tamper-proof) form in the session cookie during setup. |
|
||||
| **Info** | **Insecure Temporary Credential Storage** | This is a minor issue with no direct recommendation, but be aware that credentials exist in a readable (though tamper-proof) form in the session cookie during setup. |
|
||||
|
|
|
|||
|
|
@ -77,4 +77,4 @@ networks:
|
|||
name: cloudflare-net
|
||||
external: true
|
||||
dockflare-internal:
|
||||
name: dockflare-internal
|
||||
name: dockflare-internal
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue