Sebastien Blot
b86ac92b11
appsec renaming, part 6
2023-12-05 01:02:41 +01:00
Sebastien Blot
bb307dd339
return an error if not appsec-rules matches
2023-12-05 01:01:15 +01:00
Sebastien Blot
52c1e16216
more debug when loading rules
2023-12-05 01:00:59 +01:00
Sebastien Blot
1a1f4f6169
do not spam with "unknown" metrics
2023-12-05 00:15:29 +01:00
Sebastien Blot
722ce46946
remove useless check
2023-12-04 23:48:48 +01:00
Sebastien Blot
059c0adb93
appsec renaming, part 5
2023-12-04 22:49:11 +01:00
Sebastien Blot
2089ad6663
appsec renaming, part 4
2023-12-04 22:36:25 +01:00
Sebastien Blot
8046690219
appsec renaming, part 3
2023-12-04 22:07:34 +01:00
Sebastien Blot
bff93d7b01
appsec renaming, part 2
2023-12-04 21:58:29 +01:00
Sebastien Blot
c3a4066646
appsec renaming, part 1
2023-12-04 21:41:51 +01:00
Sebastien Blot
42e1da2507
merge listen_addr and listen_port, default to 127.0.0.1:7442 if not set
2023-12-04 21:18:48 +01:00
Sebastien Blot
1c22783661
no need for any in helpers as we are not using expr.Function
2023-12-04 21:16:01 +01:00
Sebastien Blot
e637e7bf8b
Revert "use expr func"
...
This reverts commit ac451ccaf3
.
2023-12-04 21:00:19 +01:00
Sebastien Blot
ac451ccaf3
use expr func
2023-12-04 21:00:09 +01:00
Sebastien Blot
b01901b04e
fix Remove{in,out}bandRuleBy{name,tag} for pre_eval
2023-12-04 15:13:11 +01:00
Sebastien Blot
cb030beaca
Fix Remove{in,out}bandby{name,tag}
2023-12-04 15:02:32 +01:00
Sebastien Blot
6fb965bb3f
add SetRemediationByTag/Name/ID
2023-12-04 14:01:10 +01:00
Sebastien Blot
3d3bf0bb0e
lint
2023-12-04 11:46:01 +01:00
Sebastien Blot
393a8b8ef5
linting
2023-12-04 11:31:31 +01:00
Sebastien Blot
2a920124fe
return an error if a custom rule has both and and or
2023-12-04 11:08:58 +01:00
Sebastien Blot
60faeaa7d7
add post_eval hook
2023-12-04 10:29:14 +01:00
Sebastien Blot
d9355e8c3a
fix hubtest for waap
2023-12-04 10:07:16 +01:00
blotus
872e218b31
Merge branch 'master' into coraza_poc_acquis
2023-12-04 10:00:10 +01:00
bui
17cfc9909e
add request dumper with filters
2023-12-04 09:45:47 +01:00
bui
410e36e6a3
Merge branch 'coraza_poc_acquis' of github.com:crowdsecurity/crowdsec into coraza_poc_acquis
2023-12-04 09:45:28 +01:00
Sebastien Blot
7e1fd33c7e
enable expr debugging for hooks
2023-12-01 14:20:36 +01:00
bui
1ffece8872
Merge branch 'coraza_poc_acquis' of github.com:crowdsecurity/crowdsec into coraza_poc_acquis
2023-12-01 14:13:02 +01:00
bui
3836780d90
up
2023-12-01 14:12:57 +01:00
Sebastien Blot
68148e031c
add evt to on_match hoks
2023-12-01 14:04:18 +01:00
Sebastien Blot
a258cc0b4a
default waap path to /
2023-12-01 13:22:44 +01:00
Sebastien Blot
1eab34eb3f
send event for in-band match
2023-12-01 11:16:01 +01:00
mmetc
7e5ab344a2
command "cscli hub types" ( #2632 )
...
* Command "cscli hub types"; de-duplicate test/bin/preload-hub-items
* don't export Hub.Items -> hub.items
2023-12-01 09:36:38 +01:00
Sebastien Blot
0cd2a2da20
fix http code and remediation
2023-11-30 16:45:26 +01:00
Sebastien Blot
008480420c
typo
2023-11-30 16:28:52 +01:00
Sebastien Blot
4b7b138be7
Merge branch 'master' into coraza_poc_acquis
2023-11-29 22:02:51 +01:00
Sebastien Blot
eed9ff0c46
up
2023-11-29 22:02:38 +01:00
Sebastien Blot
5f254769ae
up
2023-11-29 17:45:06 +01:00
Sebastien Blot
fe005f87e5
up
2023-11-29 16:52:24 +01:00
Sebastien Blot
b31d48a797
rename headers
2023-11-29 16:23:49 +01:00
Sebastien Blot
8999154f76
up
2023-11-29 12:58:45 +01:00
Cristian Nitescu
7c5cbef51a
manage force_pull message for one blocklist ( #2615 )
...
* manage force_pull message for one blocklist
* fix info message on force pull blocklist
2023-11-29 11:37:46 +01:00
mmetc
6b0bdc5eeb
Refact pkg/cwhub: fix some known issues and reorganize files ( #2616 )
...
* bump gopkg.in/yaml.v3
* test: cannot remove local items with cscli
* test dangling links
* test: cannot install local item with cscli
* pkg/cwhub: reorg (move) functions in files
* allow hub upgrade with local items
* data download: honor Last-Modified header
* fatal -> warning when attempting to remove a local item (allows remove --all)
* cscli...inspect -o yaml|human: rename remote_path -> path
* Correct count of removed items
Still no separate counter for the --purge option, but should be clear enough
2023-11-28 23:51:51 +01:00
mmetc
1aa4fc5949
CI: avoid pipe in makefile, correctly report error in CI when tests fail ( #2621 )
...
so we don't assume bash+pipefail for the makefile
2023-11-28 17:10:44 +01:00
blotus
380cbf70a9
force rfc 3339 date format in metrics push ( #2402 )
2023-11-28 16:30:20 +01:00
alteredCoder
5ca2ee2f2e
update
2023-11-28 15:10:32 +01:00
Laurence Jones
05c1825622
Add to dump after postoverflow so we can test within hubtest ( #2511 )
...
Co-authored-by: Thibault "bui" Koechlin <thibault@crowdsec.net>
2023-11-28 13:18:41 +00:00
Laurence Jones
6a61b919e7
[cscli] notifications test command and slight re write ( #2391 )
...
* Merge main and apply stash
* Rework some of cscli notif stuff and add a generic test which works with non active profiles
* Update wording
* Fix merge
* Final version
* Cleanup
2023-11-28 13:17:54 +00:00
alteredCoder
3683a7a02a
up
2023-11-28 11:05:29 +01:00
alteredCoder
3eb272c4e0
Add metrics
2023-11-28 10:15:12 +01:00
Sebastien Blot
d851490790
up
2023-11-27 13:41:00 +01:00