diff --git a/usr/bin/mw-edit b/usr/bin/mw-edit index 0a25809..55ddcf0 100755 --- a/usr/bin/mw-edit +++ b/usr/bin/mw-edit @@ -83,6 +83,7 @@ fi ## Need to create wiki tag mediawiki-shell here: ## https://www.whonix.org/wiki/Special:Tags +## edit_msg is a trusted value: either the hardcoded default or operator-supplied via CLI. curl_run \ "${curl_opts[@]}" \ --cookie "$cookie_jar" \ diff --git a/usr/bin/mw-flagged-revisions-approve-page b/usr/bin/mw-flagged-revisions-approve-page index 25f062f..8e3d4f0 100755 --- a/usr/bin/mw-flagged-revisions-approve-page +++ b/usr/bin/mw-flagged-revisions-approve-page @@ -84,6 +84,7 @@ comment="mediawiki-shell-bot-flagged-revisions-mass-approve" log info "Requesting review-result... ${TMPFOLDER}/review-result.json" +## comment is a trusted value: hardcoded in this script. curl_run \ "${curl_opts[@]}" \ --cookie "$cookie_jar" \ diff --git a/usr/bin/mw-multi-wiki b/usr/bin/mw-multi-wiki index 9f4e5b6..d37d7b8 100755 --- a/usr/bin/mw-multi-wiki +++ b/usr/bin/mw-multi-wiki @@ -97,6 +97,7 @@ fi mw-login-test "$default_wiki_url_target" +## multiwiki_category is a trusted value: either the hardcoded default or operator-supplied via CLI. all_pages="$( curl_run \ "${curl_opts[@]}" \