[CodeFactor](https://www.codefactor.io/repository/github/tonythethompson/quickshell) found multiple issues: #### Try, Except, Pass detected. - [ ] [ltm\bin\ltm.py:234-235](https://www.codefactor.io/repository/github/tonythethompson/quickshell/source/master/ltm/bin/ltm.py#L234) - [ ] [ltm\bin\ltm.py:260-261](https://www.codefactor.io/repository/github/tonythethompson/quickshell/source/master/ltm/bin/ltm.py#L260) - [ ] [ltm\bin\ltm.py:301-302](https://www.codefactor.io/repository/github/tonythethompson/quickshell/source/master/ltm/bin/ltm.py#L301) #### File 'deploy.ps1' uses ConvertTo-SecureString with plaintext. This will expose secure information. Encrypted standard strings should be used instead. - [ ] [scripts\deploy.ps1:114](https://www.codefactor.io/repository/github/tonythethompson/quickshell/source/master/scripts/deploy.ps1#L114) - [ ] [scripts\deploy.ps1:132](https://www.codefactor.io/repository/github/tonythethompson/quickshell/source/master/scripts/deploy.ps1#L132) - [ ] [scripts\deploy.ps1:168](https://www.codefactor.io/repository/github/tonythethompson/quickshell/source/master/scripts/deploy.ps1#L168)
CodeFactor found multiple issues:
Try, Except, Pass detected.
File 'deploy.ps1' uses ConvertTo-SecureString with plaintext. This will expose secure information. Encrypted standard strings should be used instead.