Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

vars_setup(): Refactor 'Sanitize vars' #912

Merged
merged 1 commit into from
Mar 10, 2023

Conversation

TinCanTech
Copy link
Collaborator

@TinCanTech TinCanTech commented Mar 8, 2023

Forbid use of export in vars file.

Use one instance of 'grep' to test for prohibited strings.

Move log output of 'vars' file location to before sourcing it.

@TinCanTech TinCanTech self-assigned this Mar 8, 2023
@TinCanTech TinCanTech added this to the v3.1.3 - 13/10/2023 milestone Mar 8, 2023
@TinCanTech TinCanTech linked an issue Mar 8, 2023 that may be closed by this pull request
@TinCanTech TinCanTech force-pushed the prohibit-vars-export branch 2 times, most recently from 14b0806 to 12301ed Compare March 9, 2023 13:15
Forbid use of 'export' in 'vars' file.

Use one instance of 'grep' to test for prohibited strings.

Move log-output of 'vars' file location to before sourcing it.

Signed-off-by: Richard T Bonhomme <[email protected]>
@TinCanTech TinCanTech merged commit 59c4e6f into OpenVPN:master Mar 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Forbid use of export in v3 vars file
1 participant