Commit graph

  • f7e368e2e9
    Little fix. main Fijxu 2024-09-08 03:23:09 -0300
  • 6c45ccb3b9
    Merge remote-tracking branch 'origin' Fijxu 2024-09-08 02:59:01 -0300
  • e41d14d2f9
    Support for mcaptcha (dirty) Fijxu 2024-09-08 02:58:50 -0300
  • 7a85876436
    enhance: allow code 444 (#74) Laurence Jones 2024-09-04 09:11:59 +0100
  • 5249a8c4e8
    New config param to allow ban checking on internal requests. (#69) Andrew "Bob" Brockhurst 2024-08-23 11:31:45 +0100
  • ec3885e6f9
    appsec: add user agent in custom header (#66) blotus 2024-02-22 15:04:11 +0100
  • 654bc2ce39
    allow to only set APPSEC_URL (#65) blotus 2024-02-22 15:03:56 +0100
  • cce2ea3946
    do not try to read request body in HTTP2/3 if there's no content-length header (#64) blotus 2024-02-22 10:18:05 +0100
  • 26e9c0c19c
    exit with ngx.DECLINED when the request is allowed (#62) blotus 2024-02-06 12:05:35 +0100
  • 0e4983a1a3
    Fix status code return on err (#56) Laurence Jones 2024-01-22 10:32:56 +0000
  • d493b215c4
    appsec: get response code from appsec body (#55) blotus 2024-01-15 16:37:59 +0100
  • 535f009e59
    fix IP usage in csmod.Allow(ip) and repair captcha for bouncing (#53) AlteredCoder 2024-01-15 10:49:12 +0100
  • cb0d72bdf1
    fix default timeout (#52) Thibault "bui" Koechlin 2024-01-04 15:22:11 +0100
  • 718ebae9e1
    Fix http reporting (#51) Laurence Jones 2024-01-04 10:39:49 +0000
  • 926de93ce2
    AppSec Component integration (#43) AlteredCoder 2023-12-13 18:23:55 +0100
  • 0461b74b22
    Add a nil check to the parse ip function (#50) Laurence Jones 2023-11-07 08:39:25 +0000
  • f44ea23d5e
    Add no cache headers (#47) Laurence Jones 2023-10-23 15:53:15 +0100
  • cd881cb387
    properly parse config value containing = (#42) blotus 2023-08-04 17:13:42 +0200
  • 902f055023
    Add other captcha providers / update templates (#39) Laurence Jones 2023-03-29 10:07:30 +0100
  • cad85ae199
    New approach for handling stream update (#36) blotus 2022-11-25 14:02:56 +0100
  • eb5de9c364 fix ret_code option check alteredCoder 2022-03-31 18:24:46 +0200
  • 10a3d510c1
    Merge pull request #34 from crowdsecurity/minor_refactor AlteredCoder 2022-03-31 17:24:46 +0200
  • 4f2c35ca91 Minor refactor for the ret_code parsing alteredCoder 2022-03-31 17:22:09 +0200
  • 57bfc35500
    Merge pull request #33 from crowdsecurity/fix_empty_ret_code AlteredCoder 2022-03-31 17:09:57 +0200
  • 1201e453de Fix empty ret_code behavior and empty line in config alteredCoder 2022-03-31 17:02:53 +0200
  • b4d03d1988
    Merge pull request #32 from crowdsecurity/fix_security_issue AlteredCoder 2022-03-31 10:57:34 +0200
  • 29b27f4218 Add warning when ret_code is not supported alteredCoder 2022-03-30 19:16:25 +0200
  • 5c6e890f49 Fix Bouncer bypass when using HTTP1.0 alteredCoder 2022-03-30 18:34:28 +0200
  • 0d59627714 reset to live mode by default alteredCoder 2022-03-10 11:47:50 +0100
  • a23a923158 add LICENSE he2ss 2022-03-10 10:50:16 +0100
  • ca54fbd8fc
    Merge pull request #31 from crowdsecurity/fix_fallback_remediation AlteredCoder 2022-03-09 15:24:18 +0100
  • 300b448990 Fix fallback remediation alteredCoder 2022-03-09 15:18:13 +0100
  • e7aae5afa5
    Merge pull request #30 from crowdsecurity/update_readme he2ss 2022-03-08 16:25:59 +0100
  • 5a3d941d55 update README he2ss 2022-03-08 16:25:16 +0100
  • e8ef8ee889 fix typo he2ss 2022-03-08 16:23:36 +0100
  • 06ad700da1 add warning he2ss 2022-03-08 16:22:51 +0100
  • eb0ca6bd3d update README he2ss 2022-03-08 16:18:32 +0100
  • e0d9cb1c10
    Merge pull request #27 from LePresidente/main he2ss 2022-03-08 12:58:04 +0100
  • a7d712f65d Fix nginx error to reflect option default. Brian Munro 2022-02-24 17:09:03 +0200
  • 39e00286e3 Fix indentation, use space instead of tabs Brian Munro 2022-02-24 17:07:35 +0200
  • 445164e43b
    Merge pull request #28 from crowdsecurity/fix_live_query_mode AlteredCoder 2022-02-24 15:17:21 +0100
  • f56383722b fix alteredCoder 2022-02-22 18:50:11 +0100
  • 2cd7200544 Fix live query mode when IP is good alteredCoder 2022-02-22 18:41:30 +0100
  • e688107dc4 Make sure only true|false is entered into the config. Brian Munro 2022-02-22 16:16:32 +0200
  • d65ae46067 Add ability to enabled/disable bouncer from config. Brian Munro 2022-02-22 06:33:05 +0200
  • f8eac632a9
    Merge pull request #26 from crowdsecurity/close_http_connection AlteredCoder 2022-02-09 15:39:50 +0100
  • e978bf7b33 Close HTTP connections alteredCoder 2022-02-09 15:37:06 +0100
  • ab667b6779
    Merge pull request #25 from crowdsecurity/fix_error he2ss 2022-02-08 18:05:55 +0100
  • 4313d97ba6 improve captcha template path verif he2ss 2022-02-08 17:50:28 +0100
  • 6f689d54ec fix error message he2ss 2022-02-08 17:48:03 +0100
  • 7a6e1912f7 improve code he2ss 2022-02-08 17:44:41 +0100
  • c1ec091034 fix typo he2ss 2022-02-08 16:49:41 +0100
  • aadf53ee71 improve configuration mgmt code he2ss 2022-02-08 16:42:27 +0100
  • d9513145f5
    Merge pull request #24 from crowdsecurity/fix_suggestions he2ss 2022-02-08 16:29:52 +0100
  • e06594b580 fix suggestions he2ss 2022-02-08 16:24:09 +0100
  • a1540984a0 update var to local var he2ss 2022-02-01 16:11:05 +0100
  • 6ad4843cfb
    Merge pull request #23 from crowdsecurity/captcha_support he2ss 2022-02-01 15:40:28 +0100
  • 88b125b626 add local to all missing variables he2ss 2022-02-01 11:51:10 +0100
  • 12fbf94335 update alteredCoder 2022-02-01 11:03:30 +0100
  • 5ddc2dcc60 update alteredCoder 2022-02-01 10:12:13 +0100
  • 472e07923d rename conf alteredCoder 2022-01-31 17:25:21 +0100
  • 7487f3f83a update alteredCoder 2022-01-31 17:24:22 +0100
  • 1636169e14 update alteredCoder 2022-01-31 15:40:01 +0100
  • e1c2b0734e update alteredCoder 2022-01-31 15:36:12 +0100
  • dd01789b83 refactor paths alteredCoder 2022-01-31 14:58:39 +0100
  • 6242114e5f update alteredCoder 2022-01-31 13:26:31 +0100
  • 821449cac9 update alteredCoder 2022-01-31 13:25:07 +0100
  • 8014c96072 update alteredCoder 2022-01-31 13:12:29 +0100
  • 8a59fb28c3 update alteredCoder 2022-01-31 13:10:13 +0100
  • ec6f12f57d update alteredCoder 2022-01-31 12:23:37 +0100
  • 8569135dfc update alteredCoder 2022-01-30 17:27:47 +0100
  • b81a062c15 update alteredCoder 2022-01-30 17:24:32 +0100
  • 14a5ad17a4 update alteredCoder 2022-01-30 17:23:46 +0100
  • 0ad6a6ea09 update alteredCoder 2022-01-30 17:22:45 +0100
  • ad40f46d5d update alteredCoder 2022-01-30 17:22:17 +0100
  • bcd5d33d97 update alteredCoder 2022-01-30 17:18:47 +0100
  • 24c44c76a6 update alteredCoder 2022-01-30 17:18:11 +0100
  • 2b6fe67698 update alteredCoder 2022-01-30 17:16:24 +0100
  • 475a745060 update alteredCoder 2022-01-30 17:13:31 +0100
  • 0e6fc4f9bc update alteredCoder 2022-01-30 17:12:52 +0100
  • 9363c11dd3 update alteredCoder 2022-01-30 17:11:52 +0100
  • 4ca5b0c49c update alteredCoder 2022-01-30 17:11:05 +0100
  • 830dc4a9ac update alteredCoder 2022-01-30 17:08:11 +0100
  • 10a2c34b96 update alteredCoder 2022-01-30 17:07:51 +0100
  • cec44d2549 update alteredCoder 2022-01-30 16:47:42 +0100
  • a76242d06b update alteredCoder 2022-01-30 16:46:52 +0100
  • c1c6dc6505 update alteredCoder 2022-01-30 16:28:00 +0100
  • e1541f94fa update alteredCoder 2022-01-30 16:25:58 +0100
  • 6c4cfde557 add the template lib alteredCoder 2022-01-30 16:24:34 +0100
  • 909b172fb6 add our template lib alteredCoder 2022-01-30 16:22:39 +0100
  • fcb4f0e1a9 add our template lib alteredCoder 2022-01-30 16:21:10 +0100
  • 3030d2419b update alteredCoder 2022-01-28 17:29:13 +0100
  • 60096fff27 update alteredCoder 2022-01-28 17:19:56 +0100
  • 64f7d35b28 update alteredCoder 2022-01-28 17:09:56 +0100
  • 31a7cf4bb8 update alteredCoder 2022-01-28 17:08:08 +0100
  • 9732a27598 update alteredCoder 2022-01-28 14:44:51 +0100
  • 810a4a1146 update alteredCoder 2022-01-28 13:24:09 +0100
  • 48210230b4 update alteredCoder 2022-01-28 13:03:36 +0100
  • ff70e27334 update alteredCoder 2022-01-28 13:00:27 +0100
  • 5bd92e7aeb update alteredCoder 2022-01-28 12:42:50 +0100