mmetc
9510146780
update expr to 1.17.2 ( #3519 )
...
* update expr to 1.17.2
* add if test
---------
Co-authored-by: Sebastien Blot <sebastien@crowdsec.net>
2025-05-09 12:55:01 +02:00
mmetc
ec553b34ad
use go 1.24.3 ( #3612 )
2025-05-09 10:26:38 +02:00
mmetc
f8f0b2a211
improve support for parsing time durations with 'day' units ( #3599 )
...
* custom duration type for "cscli decisions list", "cscli alerts list"
* custom duration type for "cscli allowlist add"
* custom duration type for "cscli machines prune"
* custom duration type for "cscli bouncers prune"
* replace old function ParseDuration
* use custom duration type in expr helpers
* update dependency
* lint
* test fix
* support days in 'metrics_max_age'
* DurationWithDays for 'max_age'
2025-05-05 15:12:29 +02:00
dependabot[bot]
582a192c1e
build(deps): bump golang.org/x/net from 0.37.0 to 0.38.0 ( #3581 )
...
Bumps [golang.org/x/net](https://github.com/golang/net ) from 0.37.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.37.0...v0.38.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/net
dependency-version: 0.38.0
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: blotus <sebastien@crowdsec.net>
2025-04-30 14:45:57 +02:00
mmetc
7c4e91d304
tests: refact localtest helper, use testify.suite ( #3574 )
2025-04-17 17:35:28 +02:00
mmetc
c17d42278f
replace go-acc, richgo with gotestsum ( #3567 )
2025-04-14 16:21:32 +02:00
dependabot[bot]
0106c40a5b
build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.1 to 4.5.2 ( #3531 )
2025-03-24 15:34:53 +01:00
blotus
3843213d5c
use replace for coraza instead of renaming the entire package ( #3530 )
2025-03-21 14:30:27 +01:00
mmetc
388dd62997
use go 1.24.1 ( #3501 )
2025-03-10 10:50:52 +01:00
mmetc
19eb278104
update dependencies: color, go-sqlite3, tail, slack, testify ( #3474 )
2025-02-20 21:35:57 +01:00
mmetc
c4ff4228be
use go 1.24, enable unencrypted http2 ( #3470 )
2025-02-19 14:05:17 +01:00
mmetc
efbb42bf9e
deps: use ent 0.14.2 ( #3259 )
2025-02-18 17:08:58 +01:00
dependabot[bot]
6f737a71f1
build(deps): bump github.com/golang/glog from 1.2.2 to 1.2.4 ( #3431 )
...
Bumps [github.com/golang/glog](https://github.com/golang/glog ) from 1.2.2 to 1.2.4.
- [Release notes](https://github.com/golang/glog/releases )
- [Commits](https://github.com/golang/glog/compare/v1.2.2...v1.2.4 )
---
updated-dependencies:
- dependency-name: github.com/golang/glog
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-17 10:40:46 +01:00
mmetc
ae9da48d03
deps: update gin-jwt ( #3430 )
2025-02-17 10:16:09 +01:00
mmetc
a001e1d760
cscli: replace '--yes' option with '--interactive' ( #3448 )
2025-02-06 11:43:29 +01:00
mmetc
5b90dfb3c8
use go 1.23.5 ( #3419 )
2025-01-24 13:45:45 +00:00
blotus
83cb3e9ead
upgrade coraza to latest version ( #3417 )
2025-01-21 17:27:00 +01:00
mmetc
013fd8b198
remove dependency from github.com/gofrs/uuid ( #3406 )
2025-01-20 15:01:34 +01:00
dependabot[bot]
aebe9724f8
build(deps): bump golang.org/x/crypto from 0.26.0 to 0.31.0 ( #3381 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.26.0 to 0.31.0.
- [Commits](https://github.com/golang/crypto/compare/v0.26.0...v0.31.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-07 11:09:13 +01:00
dependabot[bot]
9dfa74bb52
build(deps): bump github.com/golang-jwt/jwt/v4 from 4.5.0 to 4.5.1 ( #3380 )
...
Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt ) from 4.5.0 to 4.5.1.
- [Release notes](https://github.com/golang-jwt/jwt/releases )
- [Changelog](https://github.com/golang-jwt/jwt/blob/main/VERSION_HISTORY.md )
- [Commits](https://github.com/golang-jwt/jwt/compare/v4.5.0...v4.5.1 )
---
updated-dependencies:
- dependency-name: github.com/golang-jwt/jwt/v4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-07 10:24:58 +01:00
mmetc
78f4b85311
pkg/cwhub - refact Downloader ( #3382 )
...
* pkg/cwhub - refact Downloader
* single method interfaces
* lint
2024-12-27 11:49:14 +01:00
mmetc
a1d26bdc5b
cscli: improved hub management ( #3352 )
2024-12-26 15:21:52 +01:00
mmetc
99552f4a53
update dependency on docker ( #3175 )
...
* update dependency on docker
since docker doesn't have a go.mod, the opentelemetry dependencies
in go.sum must be updated by hand according to the vendor.mod file
of the related docker release
ex. https://github.com/docker/cli/blob/v27.1.1/vendor.mod
2024-12-18 16:35:00 +01:00
Manuel Sabban
1c140142da
add go minor in go.mod ( #3318 )
2024-11-12 10:04:10 +01:00
mmetc
128328bda1
require go 1.23 ( #3298 )
2024-10-25 11:03:11 +02:00
blotus
d8bc17b170
wineventlog: add support for replaying evtx files ( #3278 )
2024-10-16 16:55:32 +02:00
mmetc
50d115b914
Update protobufs ( #3276 )
...
* deps: update protobufs; add pkg/protobufs/generate.go
* generate protobuf in CI
* make: remove generate target
* pin protoc
2024-10-10 15:54:25 +02:00
blotus
1591a0c46e
Update go-re2 ( #3230 )
2024-09-13 10:57:48 +02:00
blotus
ae5e99ff13
update grokky and deps ( #3206 )
...
* update grokky and deps
* mod tidy
---------
Co-authored-by: marco <marco@crowdsec.net>
2024-09-03 12:08:18 +02:00
mmetc
da495e812c
pkg/cwhub: cache control / send etag header from file contents, check with HEAD req ( #3187 )
2024-08-23 17:05:55 +02:00
mmetc
64e4ecde90
LAPI: detailed metrics endpoint ( #2858 )
2024-07-24 10:29:18 +02:00
blotus
a3d7900b5f
update expr ( #3144 )
2024-07-22 12:14:46 +02:00
mmetc
189fb9ca1b
deps: use go-cs-lib 0.13 ( #3136 )
2024-07-17 09:50:31 +02:00
mmetc
02e2c8aed7
deps: use ent 0.13.1 ( #3023 )
2024-05-31 15:00:38 +02:00
mmetc
816608daf4
cscli: faster table rendering ( #3027 )
...
* cscli: use go-pretty for tables
* lint
2024-05-24 11:17:52 +02:00
mmetc
e5cd480425
update go-cs-lib to 0.0.11 ( #2990 )
2024-05-07 13:49:19 +02:00
mmetc
0d9e000543
use go-cs-lib/downloader for data files, hub index, item YAML ( #2926 )
2024-05-07 13:44:17 +02:00
mmetc
c70a2fe9bf
update go dependencies ( #2968 )
2024-05-02 11:01:31 +02:00
mmetc
2abc078e53
use go 1.22.2 ( #2826 )
2024-04-25 15:11:08 +02:00
mmetc
b48b728317
cscli support: include stack traces ( #2935 )
2024-04-22 23:54:51 +02:00
mmetc
990dd5e08e
use go 1.21.9; update dependencies ( #2931 )
2024-04-05 15:11:11 +02:00
dependabot[bot]
df13f43156
Bump github.com/docker/docker ( #2913 )
...
Bumps [github.com/docker/docker](https://github.com/docker/docker ) from 24.0.7+incompatible to 24.0.9+incompatible.
- [Release notes](https://github.com/docker/docker/releases )
- [Commits](https://github.com/docker/docker/compare/v24.0.7...v24.0.9 )
---
updated-dependencies:
- dependency-name: github.com/docker/docker
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-26 09:13:16 +01:00
dependabot[bot]
368d22ec30
Bump github.com/jackc/pgx/v4 from 4.14.1 to 4.18.2 ( #2887 )
...
Bumps [github.com/jackc/pgx/v4](https://github.com/jackc/pgx ) from 4.14.1 to 4.18.2.
- [Changelog](https://github.com/jackc/pgx/blob/v4.18.2/CHANGELOG.md )
- [Commits](https://github.com/jackc/pgx/compare/v4.14.1...v4.18.2 )
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v4
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-26 09:12:57 +01:00
dependabot[bot]
06bebdeac7
Bump google.golang.org/protobuf from 1.31.0 to 1.33.0 ( #2893 )
...
Bumps google.golang.org/protobuf from 1.31.0 to 1.33.0.
2024-03-14 14:01:09 +01:00
mmetc
a928b4d001
bump dependencies for geoip db / lookup ( #2880 )
2024-03-08 14:22:23 +01:00
mmetc
8108e4156d
CI: "make generate" target; use ent 0.12.5 ( #2871 )
...
* CI: "make generate" target; pin tool versions
* use ent 0.12.5
* fix make help
* fix model generation target; re-run swagger
2024-03-07 14:25:25 +01:00
mmetc
a23fe06d68
remove dependencies on enescakir/emoji, gotest.tools ( #2837 )
...
* wrap emoji package in pkg/emoji
* remove dependency on enescakir/emoji
* remove dependency on gotest.tools
* lint (whitespace)
2024-02-23 16:05:01 +01:00
mmetc
5c83695177
refact "cscli explain" ( #2835 )
2024-02-12 11:23:17 +01:00
Thibault "bui" Koechlin
6ca053ca67
fix #2720 #2719 ( #2724 )
...
* fix order of display of parsers
* add a --no-clean opt
2024-01-15 09:16:03 +01:00
blotus
58f91dc951
update coraza ( #2705 )
2024-01-08 19:44:24 +01:00