-
Notifications
You must be signed in to change notification settings - Fork 687
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
Backport 7175 #7182
Conversation
There was a problem hiding this 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;
Actually, @zenmonkeykstop, it looks like this is blocked on (rebase after) #7183. |
OK, will sort it out once the other lands. |
(cherry picked from commit cf29721)
…the Source Interface (cherry picked from commit a232a54)
- #7175 (comment) - #7175 (comment) (cherry picked from commit b253e16)
…rce_interface" (cherry picked from commit 1a66400)
…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)
3368eda
to
5eaa469
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Status
Ready for review
Description of Changes
Backport of #7175.
Testing
release/2.9.0