Sanitize for public CoM release: remove audit PII, operator paths, homelab IPs, fix submodule URL

This commit is contained in:
n0mad1k
2026-06-25 12:27:37 -04:00
parent fca8b8c040
commit f0d200c877
18 changed files with 10 additions and 1124 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ def load_word_list(filename):
"""Load words from a text file, one word per line"""
try:
# Check if we have FourEyes word lists
foureyes_path = "/home/n0mad1k/Tools/FourEyes"
foureyes_path = os.environ.get('FOUREYES_PATH', '')
if os.path.exists(foureyes_path):
file_path = os.path.join(foureyes_path, filename)
if os.path.exists(file_path):