volttron
volttron copied to clipboard
Fix logging of sensitive information CodeQL results.
In our project there is a lot of code that will print out secret keys to the log. This needs to be masked or removed altogether. Secret keys should be kept secret.
CodeQL has done a good job of pointing us to the places where these are available, its just a matter of removing the debug or masking the output.