Fixed potential duplicate host with the same IP and different MACs

This commit is contained in:
Luca Deri 2025-08-19 16:31:55 +02:00
parent 224be38cc8
commit b0d7960a0a
5 changed files with 24 additions and 18 deletions

View file

@ -2141,6 +2141,10 @@ local known_parameters = {
["view"] = validateSingleWord,
["enabled"] = validateBool,
-- CLASSIFICAION
["classification_user_id"] = validateNumber,
["classification_user_token"] = validateSingleWord,
-- VULNERABILITY SCAN
["scan_type"] = validateSingleWord,
["discovered_host_scan_type"] = validateListOfTypeInline(validateSingleWord),