utmstack / UTMStack

Customizable SIEM and XDR powered by Real-Time correlation and Threat Intelligence
https://utmstack.com
GNU Affero General Public License v3.0
198 stars 19 forks source link

[BUG] Error "null" when calling getModuleDetailsDecrypted #611

Closed c3s4rfred closed 3 months ago

c3s4rfred commented 3 months ago

Describe the bug When a module configuration doesn't have a value set, it returns an error when calling the decryption method.

Expected behavior Handle it, and don't raise the error.

Screenshots image

Environment

Possible solution Handle the null values and do nothing (backend). Also, handle the null value in the integrations that use this method.