microsoft / vscode-hexeditor

VS Code Hex Editor
https://marketplace.visualstudio.com/items?itemName=ms-vscode.hexeditor
MIT License
530 stars 88 forks source link

Fix codeql hashing warning #471

Closed lramos15 closed 9 months ago

lramos15 commented 9 months ago

Even though it's just used in a test, codeQL doesn't like md5 so let's just use sha256 instead