Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
6d74ebb
init anomaly detection
Dewwi Jul 5, 2024
4f7f95d
up
Dewwi Jul 5, 2024
152862e
fix version
Dewwi Jul 5, 2024
dc053f3
up
Dewwi Jul 5, 2024
adcca1a
Adding ONNXRuntime build step
Dewwi Jul 5, 2024
043e0d8
Remove step
Dewwi Jul 8, 2024
48c97dd
Build onnxruntime for alpine
Dewwi Jul 8, 2024
ac814d7
Refacto and fix Dockerfile
Dewwi Aug 8, 2024
51797ea
Merge remote-tracking branch 'origin/master' into anomaly-detection
Dewwi Aug 8, 2024
bb62858
Change tokenizer settings
Dewwi Aug 9, 2024
858e06b
Fix truncation
Dewwi Aug 9, 2024
011f397
Add bundle
Dewwi Oct 30, 2024
0e92dcf
Merge remote-tracking branch 'origin/master' into anomaly-detection
Dewwi Oct 30, 2024
ad77770
cleanup
Dewwi Oct 30, 2024
c22a176
Fix tests
Dewwi Oct 30, 2024
5057ef3
add stub
Dewwi Oct 30, 2024
0a539c6
handle bundle with tmp directory
Dewwi Oct 30, 2024
b8e836b
component
Dewwi Oct 30, 2024
dfda42b
Name of the helper
Dewwi Oct 30, 2024
395e566
FileInit helpers
Dewwi Oct 30, 2024
acb160a
undo useless
Dewwi Oct 30, 2024
7f1c70b
Merge branch 'master' into anomaly-detection-mm
mmetc Nov 18, 2024
b7d1970
Merge branch 'master' into anomaly-detection
mmetc Nov 19, 2024
d841c65
BUILD_PROFILE=full; by default mlsupport is excluded
mmetc Nov 22, 2024
6f99b82
Merge branch 'master' into anomaly-detection
mmetc Nov 22, 2024
d84520d
update makefile for mlsupport deps
mmetc Nov 22, 2024
8e86398
makefile typo
mmetc Nov 25, 2024
53e4bc4
make: clone onnxruntime repo for include files
mmetc Nov 25, 2024
756b6cc
fix test and bundle path
Dewwi Dec 2, 2024
83e9de8
update dependency
Dewwi Dec 3, 2024
14b599c
update tokenizer
Dewwi Dec 3, 2024
c1b1beb
Merge branch 'master' into anomaly-detection
mmetc Dec 26, 2024
4211dcc
Merge branch 'master' into anomaly-detection
mmetc Dec 31, 2024
8797e1e
Merge branch 'master' into anomaly-detection
mmetc Feb 14, 2025
2afcb46
Merge branch 'master' into anomaly-detection
mmetc Feb 20, 2025
48d04ac
Merge branch 'master' into anomaly-detection
mmetc Mar 3, 2025
858cf1f
Merge branch 'master' into anomaly-detection
mmetc Mar 12, 2025
800c6a7
Merge branch 'master' into anomaly-detection
mmetc Mar 17, 2025
aa7a3d5
Merge branch 'master' into anomaly-detection
mmetc Mar 25, 2025
ce392c3
Merge branch 'master' into anomaly-detection
mmetc Apr 4, 2025
9c080aa
Merge branch 'master' into anomaly-detection
mmetc May 5, 2025
1300906
Merge branch 'master' into anomaly-detection
mmetc May 6, 2025
07b96ef
Merge branch 'master' into anomaly-detection
mmetc May 27, 2025
bcedd56
move test files to testdata/
mmetc Jun 20, 2025
542713c
Merge branch 'master' into anomaly-detection
mmetc Jun 20, 2025
a490738
Merge branch 'master' into anomaly-detection
mmetc Jun 30, 2025
e322156
Merge branch 'master' into anomaly-detection
mmetc Jul 4, 2025
49120e4
Merge branch 'master' into anomaly-detection
mmetc Jul 18, 2025
86a4c91
Merge branch 'master' into anomaly-detection
mmetc Jul 30, 2025
2b95376
Merge branch 'master' into anomaly-detection
mmetc Aug 7, 2025
c6d4e3c
Merge branch 'master' into anomaly-detection
mmetc Aug 20, 2025
4058071
Merge branch 'master' into anomaly-detection
mmetc Sep 3, 2025
ffe236c
Merge branch 'master' into anomaly-detection
mmetc Sep 11, 2025
0145342
Merge branch 'master' into anomaly-detection
mmetc Sep 21, 2025
c088fb0
Merge branch 'master' into anomaly-detection
mmetc Sep 22, 2025
add0b18
Merge branch 'master' into anomaly-detection
mmetc Sep 26, 2025
a0d932d
Merge branch 'master' into anomaly-detection
mmetc Oct 1, 2025
5e60ba5
Merge branch 'master' into anomaly-detection
mmetc Oct 10, 2025
48acc1e
Merge branch 'master' into anomaly-detection
mmetc Oct 23, 2025
d090b76
Merge branch 'master' into anomaly-detection
mmetc Oct 24, 2025
0a7b4b4
Merge branch 'master' into anomaly-detection
mmetc Oct 28, 2025
d2be08c
Merge branch 'master' into anomaly-detection
mmetc Nov 18, 2025
a8e5127
Merge branch 'master' into anomaly-detection
mmetc Nov 19, 2025
9ccd168
Merge branch 'master' into anomaly-detection
mmetc Nov 25, 2025
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
Prev Previous commit
Next Next commit
Merge branch 'master' into anomaly-detection
  • Loading branch information
mmetc committed May 6, 2025
commit 1300906ac7e0e0ab94f38a039163a62f6628d05c
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ require (
github.com/coreos/go-systemd/v22 v22.5.0 // indirect
github.com/creack/pty v1.1.21 // indirect
github.com/crowdsecurity/dlog v0.0.0-20170105205344-4fb5f8204f26
github.com/crowdsecurity/go-cs-lib v0.0.18
github.com/crowdsecurity/go-cs-lib v0.0.19
github.com/crowdsecurity/go-onnxruntime v0.0.0-20240801073851-3fd7de0127b4
github.com/crowdsecurity/grokky v0.2.2
github.com/crowdsecurity/machineid v1.0.2
Expand Down
4 changes: 2 additions & 2 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,8 @@ github.com/crowdsecurity/coraza/v3 v3.0.0-20250320231801-749b8bded21a h1:2Nyr+47
github.com/crowdsecurity/coraza/v3 v3.0.0-20250320231801-749b8bded21a/go.mod h1:xSaXWOhFMSbrV8qOOfBKAyw3aOqfwaSaOy5BgSF8XlA=
github.com/crowdsecurity/dlog v0.0.0-20170105205344-4fb5f8204f26 h1:r97WNVC30Uen+7WnLs4xDScS/Ex988+id2k6mDf8psU=
github.com/crowdsecurity/dlog v0.0.0-20170105205344-4fb5f8204f26/go.mod h1:zpv7r+7KXwgVUZnUNjyP22zc/D7LKjyoY02weH2RBbk=
github.com/crowdsecurity/go-cs-lib v0.0.18 h1:GNyvaag5MXfuapIy4E30pIOvIE5AyHoanJBNSMA1cmE=
github.com/crowdsecurity/go-cs-lib v0.0.18/go.mod h1:XwGcvTt4lMq4Tm1IRMSKMDf0CVrnytTU8Uoofa7AR+g=
github.com/crowdsecurity/go-cs-lib v0.0.19 h1:wA4O8hGrEntTGn7eZTJqnQ3mrAje5JvQAj8DNbe5IZg=
github.com/crowdsecurity/go-cs-lib v0.0.19/go.mod h1:hz2FOHFXc0vWzH78uxo2VebtPQ9Snkbdzy3TMA20tVQ=
github.com/crowdsecurity/go-onnxruntime v0.0.0-20240801073851-3fd7de0127b4 h1:CwzISIxoKp0dJLrJJIlhvQPuzirpS9QH07guxK5LIeg=
github.com/crowdsecurity/go-onnxruntime v0.0.0-20240801073851-3fd7de0127b4/go.mod h1:YfyL16lx2wA8Z6t/TG1x1/FBngOIpuCuo7nM/FSuP54=
github.com/crowdsecurity/grokky v0.2.2 h1:yALsI9zqpDArYzmSSxfBq2dhYuGUTKMJq8KOEIAsuo4=
Expand Down
Loading
You are viewing a condensed version of this merge commit. You can view the full changes here.