Dmitry

Results 6 issues of Dmitry

For reports from https://github.com/devmatic-it/debcvescan which checks the installed packages of your Debian Linux distribution against known vulnerabilities of the Debian Security Bug Tracker https://security-tracker.debian.org/tracker runned as debcvescan scan --format=json

Trying to upload inspec reports i got ``` controls_tags_severity = con['tags']['severity'] KeyError: 'severity' ``` Most of found inspec profiles have no tags at all or partial set of tags Mainly...

Got `PHP Warning (2): A non-numeric value encountered in /www/glpi/plugins/fusioninventory/inc/networkequipment.class.php at line 1112` caused by NULL values in DB ``` select ram from glpi_networkequipments; +------+ | ram | +------+ |...

As we need update firmwares of critical components and bmc is such one, add, please, bmc fw information. As for me works ``` command => "ipmitool bmc info" ......... if...

All variable declarations moved to the start of functions Created sample cmd file to automatic build fastecdsa on windows

### The problem I have nested groups in LDAP, like this group base DN ou=groups,dc=company,dc=com groups: cn=HWDept,ou=groups,dc=company,dc=com cn=Team1,cn=HWDept,ou=groups,dc=company,dc=com cn=Team2,cn=HWDept,ou=groups,dc=company,dc=com By expirements I've found only way to assign role by teams...