Merge pull request #1 from iehrenwald/add_python3_badshell

Add python3 to the list of badShells
This commit is contained in:
iehrenwald 2025-04-25 14:20:01 -04:00 committed by GitHub
commit 975cfeee50
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3397,6 +3397,7 @@ readScriptFile sourced = do
"fish", "fish",
"perl", "perl",
"python", "python",
"python3",
"ruby", "ruby",
"tcsh", "tcsh",
"zsh" "zsh"