LRVT
LRVT
Seems like the CPE strings in the database have nearly always wildcards * for the version end. Therefore, all CVEs are returned. So likely a data problem. Filtering does not...
> I had the impression that version information was lost when using a regex in the search function... > > [vulnerability-lookup/website/web/api/v1/vulnerability.py](https://github.com/vulnerability-lookup/vulnerability-lookup/blob/2d2b9174f218f6bdcecb11a9f6021e8199195250/website/web/api/v1/vulnerability.py#L446) > > Line 446 in [2d2b917](/vulnerability-lookup/vulnerability-lookup/commit/2d2b9174f218f6bdcecb11a9f6021e8199195250) > > class...
You can enable the debug logging via the environment variable: ```` - DEBUG=True ```` https://github.com/l4rm4nd/VoucherVault/wiki/97-%E2%80%90-Upgrading#enabling-django-debug-mode Typical pitfals: - Insufficient permissions for the volume directory where the database is written to...
Will tinker with this. I planned to not handle currencies at all but maybe it's time to do so. Adds complexity as a total value cannot be calculated anymore without...
So basically just renaming `igor_sysoev` to `f5` here: https://raw.githubusercontent.com/nmap/nmap/master/nmap-service-probes Would this work? Edit: Already PR available here: https://github.com/nmap/nmap/pull/2834
I've added three more templates to detect SAP technologies like: - sap-management-console-panel.yaml - Detects the SAP Management Console, which also hosts the SOAP API - sap-message-server-detect.yaml - Detects SAP Message...
PR is already available regarding this. https://github.com/nmap/nmap/pull/2834
Any plans to merge this in the near future?