Fixes pentest issue DG25-28 from 2025-09-02#578
Merged
j-chmielewski merged 7 commits intodevfrom Sep 19, 2025
Merged
Conversation
c64423b to
892b0ea
Compare
filipslezaklab
previously approved these changes
Sep 19, 2025
22d2aef to
78d6834
Compare
f8f7f7e to
4ac0817
Compare
moubctez
approved these changes
Sep 19, 2025
j-chmielewski
added a commit
that referenced
this pull request
Sep 24, 2025
* Fix build and cargo dependencies (#580) * Fixes pentest issue DG25-28 from 2025-09-02 (#578) * ensure data directories have appropriate permissions * also set permissions for log directory * set permissions for other files/directories * automatically determine if path is a directory * nix flake update * bump defguard-wireguard-rs dependency to 0.7.7 (#582) * bump version to 1.5.1 * Avoid panic when UNIX domain socket cannot be connected (#588) * Refer to troubleshooting guide (#590) --------- Co-authored-by: Maciek <19913370+wojcik91@users.noreply.github.com> Co-authored-by: Adam <adam@defguard.net>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This pull request fixes vulnerability from penetration tests done by our security team on 2025-09-02:
Ensure data directories have appropriate permissions
Related issue #563