Initil work towards strong HTTP parameter validation

This commit is contained in:
Luca Deri 2017-02-01 23:44:20 +01:00
parent 044c822a76
commit 77a17361a5
2 changed files with 160 additions and 0 deletions

View file

@ -2773,3 +2773,11 @@ function getTopFlowPeers(hostname_vlan, max_hits, detailed)
return {}
end
end
-- ###########################################
--
-- IMPORTANT
-- Leave it at the end so it can use the functions
-- defined in this file
--
require "http_lint"