mirror of
https://github.com/ntop/ntopng.git
synced 2026-04-28 06:59:33 +00:00
Fixes last security issues
This commit is contained in:
parent
05bd1b7a02
commit
6db98842d8
7 changed files with 5 additions and 17 deletions
|
|
@ -55,7 +55,7 @@ class LocalizationFile(object):
|
|||
else:
|
||||
self.next_skip = line.endswith("..")
|
||||
|
||||
def close(self)
|
||||
def close(self):
|
||||
self.f.close()
|
||||
|
||||
# Wrapper to provide len and indexing on the LocalizationFile
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue