mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-29 15:39:33 +00:00
Initil work towards strong HTTP parameter validation
This commit is contained in:
parent
044c822a76
commit
77a17361a5
2 changed files with 160 additions and 0 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue