v2.10.0 Fixes & Enhancements - #929
Merged
Merged
Conversation
The intention for this wrapper class was to force escaping at a central location. This was either never implemented or was removed early in v2's development cycle. This commit implements the intended logic and closes command injection gaps at a core level.
Some fields were not marked as sensitive during the initial implementation of the sensitive flag. This commit adds the flag to applicable fields.
The field is marked as sensitive so it is not necessary. Admins can override the sensitive flag if they want to accept the risk of exposing it through the API.
There have been out of band changes added to the acme package that are no publicly available. The issue_certificate command no longer prints the logs and the implementation broke because of this. To capture the results, this commit tracks the issueance log and extracts only the new log items as the result.
We do not release for 2.8.0 anymore, so we should not do test builds for it either.
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.
Fixes
Changes
sensitiveflag to OpenVPNClientauth_passfieldsensitiveflag to Useripsecpskfieldsensitiveflag to WireGuardPeerpresharedkeyfieldis_requestednow uses static analysis to determine the client's requested auth method