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

Merge 2.4/dev #501

Merged
merged 25 commits into from
Jan 23, 2024
Merged
Changes from 2 commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
5538794
remove unused file
jertel Oct 11, 2023
2537060
Merge branch '2.4/dev' into kilo
jertel Oct 11, 2023
76b74ff
Merge branch '2.4/dev' into kilo
jertel Oct 25, 2023
49bb278
tMerge branch '2.4/dev' into kilo
jertel Oct 25, 2023
b3bd086
Merge branch '2.4/dev' into kilo
jertel Oct 26, 2023
fec1bd6
Merge branch '2.4/dev' into kilo
jertel Nov 6, 2023
78e1dd6
Merge pull request #489 from Security-Onion-Solutions/foxtrot
weslambert Dec 4, 2023
e603041
Add Geo Support
TOoSmOotH Dec 12, 2023
ec145a7
Merge pull request #491 from Security-Onion-Solutions/TOoSmOotH-patch-1
TOoSmOotH Dec 12, 2023
bc28ffe
Additional integrations
weslambert Dec 12, 2023
efe6b52
Merge pull request #492 from Security-Onion-Solutions/feature/additio…
weslambert Dec 12, 2023
c1d72f9
Update Dockerfile
TOoSmOotH Dec 13, 2023
67469c1
Merge pull request #493 from Security-Onion-Solutions/TOoSmOotH-patch-2
TOoSmOotH Dec 13, 2023
d9b66c9
upgrade cla action
jertel Dec 13, 2023
fb5ea7f
Merge pull request #494 from Security-Onion-Solutions/kilo
jertel Dec 13, 2023
56dee13
Remove Maltiverse
weslambert Dec 13, 2023
01ef143
Don't remove snort integration
weslambert Dec 13, 2023
064b6bc
Merge pull request #495 from Security-Onion-Solutions/fix/remove_malt…
weslambert Dec 13, 2023
7d9111c
Allow preview and beta packages
weslambert Jan 8, 2024
b819c99
Add additional integrations
weslambert Jan 8, 2024
44b3284
Merge pull request #497 from Security-Onion-Solutions/feature/additio…
weslambert Jan 8, 2024
c54e2e6
Upgrade Navigator
defensivedepth Jan 11, 2024
aaee822
Merge pull request #498 from Security-Onion-Solutions/upgrade/nav
defensivedepth Jan 11, 2024
b991edf
Additional Integrations #4
weslambert Jan 19, 2024
2567234
Merge pull request #500 from Security-Onion-Solutions/feature/additio…
weslambert Jan 19, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion so-suricata/Dockerfile
Original file line number Diff line number Diff line change
@@ -44,7 +44,7 @@ LABEL description="Suricata running in a docker with AF_Packet for use with Secu
COPY --from=builder /suricata/suriinstall/ /

RUN yum -y install epel-release bash libpcap iproute && \
yum -y install luajit libnet jansson libyaml cargo rustc nss nss-devel && \
yum -y install luajit libnet jansson libyaml cargo rustc nss nss-devel libmaxminddb && \
yum -y erase epel-release && yum clean all && rm -rf /var/cache/yum && \
groupadd --gid 940 suricata && \
adduser --uid 940 --gid 940 --home-dir /etc/suricata --no-create-home suricata && \