forked from cisagov/Malcolm
-
Notifications
You must be signed in to change notification settings - Fork 61
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 v24.10.1 #600
Merged
Merged
Malcolm v24.10.1 #600
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…his will not yet allow for rpi5 builds as there are upstream problems
…into v24.10.1_merge_idaholab
…into v24.10.1_merge_idaholab
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Malcolm v24.10.1 contains some minor improvements, a few component version updates, a fix for a regression bug, and a fair amount of code cleanup.
v24.10.0...v24.10.1
websocket.log
(add support for websocket.log #593)./config/
) for Malcolm and incontrol_vars.conf
for Hedgehog LinuxZEEK_JA4SSH_PACKET_COUNT
(with a default of200
) has been added to./config/zeek.env
, which can be used to set logging interval number of packets forja4ssh.log
(provide configuration option in local.zeek to set number of packets for ja4ssh.log #508)ZEEK_JA4SSH_PACKET_COUNT
has been added tocontrol_vars.conf
for the same purpose as described abovedissect
andsplit
filters) in these files are looking for TAB characters (i.e., automatically replace spaces with tabs in these filter files in case the author forgot to do so) (some cleanup and improvements of the zeek logstash pipeline #592)./shared/bin
directory, mostly moving things that were specific to either the Malcolm or Hedgehog Installer ISO environments out of shared and into their respective locations for the ISO installer build.aquasecurity/trivy-action
action, useTRIVY_DB_REPOSITORY: ghcr.io/aquasecurity/trivy-db,public.ecr.aws/aquasecurity/trivy-db
to try to fall back to an alternative official location for the vulnerability database if the first one fails. Also, pin this action to thev0.28.0
release rather than setting it tomaster
.jq
utility is now installed across the board during the container image build.