analystcmyk
analystcmyk
**Is your feature request related to a problem? Please describe.** WHEN having printTrace enabled AND using external log processors like logz.io THEN stack traces revealing credentials, may end up at...
When (after migration) file/dir ownership and permissions are not correct, strange rebuild and clear cache issues may arise. Eg : `WARNING: E_WARNING: chgrp(): Operation not permitted {"code":2,"message":"chgrp(): Operation not permitted","file":"/var/www/crm/application/Espo/Core/Utils/File/Permission.php","line":426}...
**Is your feature request related to a problem? Please describe.** Application firewalls following the OWASP core ruleset (coreruleset.org) scan for SQL injection attempts and trigger on valid Espo traffic. Not...
TOTP are stored cleartext in user_data table. Since we have access to encryption keys in data/config.php , I would suggest to store the TOTP keys encrypted as well.
Field validation as implemented in https://github.com/espocrm/espocrm/issues/1330 is very handy to check for not valid formats or values. From a dataquality perspective implementing record level validation would be welcome. For example...
Firmware : Build on Aug 5 2022 08:18:26 version 1.12.15 Chipset BK7231T Brand : ELIVCO LSPA9 Power metering chipset : BL0937 Module : WB2S Config : P6 = BL0937CF1 P7...
Suggestion: The BL series power meters report current usage at the time of measurement. It would be valuable to report a running total of the last hour via MQTT. eg...
Running Version 0.7.0-rc6 I have an object defined as : `{"page":0,"id":5,"obj":"bar","x":0,"y":30,"h":30,"w":100, "min":0, "max":100,"val":22}` I can change the text by publishing raw value `88` via MQTT to topic `hasp/plate/command/p0b5.val` My sensor...
The power statistics command (SetupEnergyStats) is a great tool, but unfortunately hardcoded to be used only for power measured using the BL driver. [definition](https://github.com/openshwprojects/OpenBK7231T_App/blob/c84d69904edba6530c30be9a56cca9e110ca7844/src/driver/drv_bl_shared.c#L280) Suggestion : allow statistics to be...
I want to use OpenHASP https://www.openhasp.com/0.7.0/ to display sensor values published by OpenBEKEN to MQTT. OpenHASP allows the values of screen objects to be set via MQTT. For example :...