volttron icon indicating copy to clipboard operation
volttron copied to clipboard

Fix logging of sensitive information CodeQL results.

Open craig8 opened this issue 2 years ago • 0 comments

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.

craig8 avatar Mar 23 '22 19:03 craig8