-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Malcolm v23.12.0 #290
Malcolm v23.12.0 #290
Conversation
…olab#259); work in progress, almost certainly broken in this state
…s NetBox cache, should fix locking issues (idaholab#259)
…olab#259); restore caching for performance reasons, but decrease TTL significantly and allow it to be specified via environment variable
…rsing multipart/form-data containing a large part with CR/LF character at the beginning'
…rather than a standalone script
…rather than a standalone script
…ox (idaholab#280); needs testing
* replace master/slave with client/server for modbus (idaholab#291) * modbus updates for icsnpp-modbus (idaholab#289) * point some Zeek plugins back upstream * added new visualizations to modbus dashboard
…for elasticsearch
…nt disk-exhaustion
… the release to v23.12.0
…guration for Suricata and Zeek
…ENDING_PACKETS variable
…into v23.12.0_merge_cisagov
with open(loadFileName, 'w') as outfile: | ||
for line in infile: | ||
outfile.write(line.replace("NETBOX_DEFAULT_SITE", defaultSiteName)) | ||
except Exception: |
Check notice
Code scanning / CodeQL
Empty except Note
for x in list(filter(os.path.isfile, glob.glob(os.path.join(args.preloadDir, '*.gz')))) | ||
if not x.endswith('.media.tar.gz') | ||
] | ||
preloadFiles.sort(key=lambda x: os.path.getmtime(x)) |
Check notice
Code scanning / CodeQL
Unnecessary lambda Note
import os | ||
import psycopg |
Check notice
Code scanning / CodeQL
Unused import Note
import pynetbox | ||
import randomcolor | ||
import re | ||
import shutil |
Check notice
Code scanning / CodeQL
Unused import Note
…into v23.12.0_merge_cisagov
Malcolm v23.12.0 is a feature release with many improvements, updates and fixes
v23.10.0...v23.12.0