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

Backport 7175 #7182

Merged
merged 5 commits into from
Jun 13, 2024
Merged

Backport 7175 #7182

merged 5 commits into from
Jun 13, 2024

Conversation

zenmonkeykstop
Copy link
Contributor

@zenmonkeykstop zenmonkeykstop commented Jun 13, 2024

Status

Ready for review

Description of Changes

Backport of #7175.

Testing

@zenmonkeykstop zenmonkeykstop requested a review from a team as a code owner June 13, 2024 17:26
@cfm cfm self-assigned this Jun 13, 2024
Copy link
Member

@cfm cfm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good pending CI and #7183:

user@sd:~/securedrop$ git checkout backport-7175
Switched to branch 'backport-7175'
Your branch is up to date with 'origin/backport-7175'.
user@sd:~/securedrop$ git merge --no-commit origin/6933-pow
Automatic merge went well; stopped before committing as requested
user@sd:~/securedrop$ git diff 
user@sd:~/securedrop$ git diff --cached
diff --git a/Makefile b/Makefile
index 9aaf058df..c8b7d3d3d 100644
--- a/Makefile
+++ b/Makefile
@@ -188,6 +188,7 @@ safety:  ## Run `safety check` to check python dependencies for vulnerabilities.
                --ignore 67599 \
                --ignore 70612 \
                --ignore 71064 \
+               --ignore 70895 \
                --full-report -r $$req_file \
                && echo -e '\n' \
                || exit 1; 

@cfm
Copy link
Member

cfm commented Jun 13, 2024

Actually, @zenmonkeykstop, it looks like this is blocked on (rebase after) #7183.

@zenmonkeykstop
Copy link
Contributor Author

Actually, @zenmonkeykstop, it looks like this is blocked on (rebase after) #7183.

OK, will sort it out once the other lands.

cfm added 5 commits June 13, 2024 14:50
…app_pow_on_source_interface=True

Otherwise a "securedrop-admin install" without a prior "securedrop-admin
sdconfig" will default to enabling this feature.  Let's not surprise an
administrator who likely intended to enforce the existing configuration.

Co-authored-by: Kevin O'Gorman <[email protected]>
(cherry picked from commit 02a81f1)
Copy link
Member

@cfm cfm left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cfm cfm merged commit d03d5c3 into release/2.9.0 Jun 13, 2024
17 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

2 participants