mirror of
https://github.com/ntop/ntopng.git
synced 2026-05-19 07:43:01 +00:00
14 lines
No EOL
242 B
Lua
14 lines
No EOL
242 B
Lua
--
|
|
-- (C) 2014-24 - ntop.org
|
|
--
|
|
--
|
|
|
|
-- ##############################################
|
|
|
|
function map_score_to_severity(score)
|
|
if score ~= nil then
|
|
return ntop.mapScoreToSeverity(score)
|
|
end
|
|
|
|
return ntop.mapScoreToSeverity(0)
|
|
end |