Skip to content
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.09.0 #279

Merged
merged 63 commits into from
Sep 15, 2023
Merged

Malcolm v23.09.0 #279

merged 63 commits into from
Sep 15, 2023

Conversation

mmguero
Copy link
Collaborator

@mmguero mmguero commented Sep 15, 2023

Malcolm v23.09.0 is a release containing enhancements and bug fixes.

v23.08.1...v23.09.0

… not where Arkime's log files are going. addresses idaholab#243

Signed-off-by: Seth Grover <mero.mero.guero@gmail.com>
…template, we need to make sure everything that should be in there is. So this commit is a copy/paste of the template from Arkime's db.pl into dashboards/templates/composable/component/arkime.json
…COMPOSE_FILE and MALCOLM_CONFIG_DIR environment variables, respectively, for the control.py scripts
…d' from the Notice, Alert and Signature table and filtered out Suricata's Generic Protocol Command Decode
…lates have been created, to avoid conflicts of fields auto-created before the templates are ready
…aked various other dockerfiles to avoid __pycache__ directories.

Signed-off-by: Seth Grover <mero.mero.guero@gmail.com>
@@ -341,8 +346,10 @@

# extract runtime files
if installPath and os.path.isdir(installPath):
MalcolmPath = installPath

Check notice

Code scanning / CodeQL

Unused local variable Note

Variable MalcolmPath is not used.
if 'JOBRESULT_RETENTION' in environ:
JOBRESULT_RETENTION = _environ_get_and_map('JOBRESULT_RETENTION', None, _AS_INT)
if 'JOB_RETENTION' in environ:
JOB_RETENTION = _environ_get_and_map('JOB_RETENTION', None, _AS_INT)

Check notice

Code scanning / CodeQL

Unused global variable Note

The global variable 'JOB_RETENTION' is not used.
JOB_RETENTION = _environ_get_and_map('JOB_RETENTION', None, _AS_INT)
# JOBRESULT_RETENTION was renamed to JOB_RETENTION in the v3.5.0 release of NetBox. For backwards compatibility, map JOBRESULT_RETENTION to JOB_RETENTION
elif 'JOBRESULT_RETENTION' in environ:
JOB_RETENTION = _environ_get_and_map('JOBRESULT_RETENTION', None, _AS_INT)

Check notice

Code scanning / CodeQL

Unused global variable Note

The global variable 'JOB_RETENTION' is not used.
htpasswdLines = list()
with open(htpasswdFile, 'r') as f:
htpasswdLines = f.readlines()
with open(htpasswdFile, 'w') as f:
if args.cmdAuthSetupNonInteractive and username and args.authPasswordHtpasswd:
f.write(f'{username}:{args.authPasswordHtpasswd}')

Check failure

Code scanning / CodeQL

Clear-text storage of sensitive information High

This expression stores
sensitive data (password)
as clear text.
This expression stores
sensitive data (password)
as clear text.
This expression stores
sensitive data (password)
as clear text.
This expression stores
sensitive data (password)
as clear text.
This expression stores
sensitive data (password)
as clear text.
@mmguero mmguero merged commit 010a6e6 into main Sep 15, 2023
3 of 4 checks passed
@mmguero mmguero deleted the v23.09.0_merge_cisagov branch September 15, 2023 21:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant