From 9a53ae0916fcb9be918d623100e4d3a4f75da3ec Mon Sep 17 00:00:00 2001 From: JustArchi Date: Wed, 15 Aug 2018 05:21:59 +0200 Subject: [PATCH] Misc --- .github/ISSUE_TEMPLATE/Bug_report.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/Bug_report.md b/.github/ISSUE_TEMPLATE/Bug_report.md index ade589c50..bc103a311 100644 --- a/.github/ISSUE_TEMPLATE/Bug_report.md +++ b/.github/ISSUE_TEMPLATE/Bug_report.md @@ -49,13 +49,15 @@ Ensure that your log was NOT recorded in Debug mode, as it might contain sensiti ```json Paste here, in-between triple backtick tags -Ensure that config has hidden/redacted potentially-sensitive properties, such as: +Ensure that config has redacted (but NOT removed) potentially-sensitive properties, such as: - IPCPassword (recommended) - IPCPrefixes (optionally, if exposing public IPs) - SteamOwnerID (optionally) - WebProxy (optionally, if exposing private details) - WebProxyPassword (optionally, if exposing private details) - WebProxyUsername (optionally, if exposing private details) + +Redacting involves replacing sensitive details (for example with stars ***). You should refrain from removing config lines entirely, as their pure existance might be relevant and should be preserved. ``` ### BotName.json config of all affected bot instances (if more than one) @@ -63,13 +65,15 @@ Ensure that config has hidden/redacted potentially-sensitive properties, such as ```json Paste here, in-between triple backtick tags -Ensure that config has hidden/redacted potentially-sensitive properties, such as: +Ensure that config has redacted (but NOT removed) potentially-sensitive properties, such as: - SteamLogin (mandatory) - SteamPassword (mandatory) - SteamMasterClanID (optionally) - SteamParentalPIN (optionally) - SteamTradeToken (optionally) - SteamUserPermissions (optionally, only SteamIDs) + +Redacting involves replacing sensitive details (for example with stars ***). You should refrain from removing config lines entirely, as their pure existance might be relevant and should be preserved. ``` ### Additional info