reZach / secure-electron-store

A secure electron-store that uses ipcMain/ipcRenderer.
MIT License
51 stars 2 forks source link

Fix bug when handling readUnprotectedConfigRequest #7

Closed morwoen closed 3 years ago

morwoen commented 3 years ago

The code was trying to parse a json object, it should be stringifying instead as the value is then written to disk as the initial value for the conf

sonarcloud[bot] commented 3 years ago

Kudos, SonarCloud Quality Gate passed!

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

reZach commented 3 years ago

Thanks @morwoen for the PR!

reZach commented 3 years ago

@morwoen a new release is published with your fix, thanks again!