Commit Graph

  • 97806a98fb new(build): add options to use bundled yamlcpp and njson Gianmatteo Palmieri 2024-02-21 17:42:37 +01:00
  • 736277d3d5 new(build): switch USE_BUNDLED_DEPS default value to ON Gianmatteo Palmieri 2024-02-19 17:03:17 +01:00
  • bc804c44a0 refactor(build): set bundled deps default value Gianmatteo Palmieri 2024-02-19 15:57:52 +01:00
  • 91e74b1b19 cleanup(build): remove bundled dep check Gianmatteo Palmieri 2024-02-19 15:53:16 +01:00
  • 0fd3732422 new(build): add options to use system libcxxopts and libcpp-httplib Gianmatteo Palmieri 2024-02-15 12:48:27 +01:00
  • 60ef759c70 fix(ci): test-dev-packages-arm64 needs build-dev-packages-arm64. Federico Di Pierro 2024-02-23 11:15:37 +01:00
  • 02ad182b48 fix(cmake): solve windows compilation issues Jason Dellaluce 2024-02-23 08:44:58 +00:00
  • 3b06fb2cbb fix(userspace): solve compilation issues Jason Dellaluce 2024-02-23 08:44:19 +00:00
  • c13cf79aab update(engine): bump engine version Jason Dellaluce 2024-02-23 08:35:10 +00:00
  • 9b4c1a0023 update(cmake): bump libs and driver to latest Jason Dellaluce 2024-02-22 17:16:30 +00:00
  • 0ec2a6c708 refactor(userspace): reduce usage of raw pointers Jason Dellaluce 2024-02-20 09:34:02 +00:00
  • b515f0a079 refactor(usersapace): adapt to changes libs Jason Dellaluce 2024-02-20 09:21:24 +00:00
  • 4ed11d90a4 chore: rename plugin name to more expressive anomalydetection term Melissa Kilby 2024-02-15 20:32:58 -08:00
  • bf55a7e86e update(proposals): minor enhancements and falco community call feedback Melissa Kilby 2024-01-17 20:28:28 -08:00
  • 2f2bd6e93e update(proposals): minor enhancements and kubeconna23 feedback Melissa Kilby 2023-11-29 15:33:49 -08:00
  • 534afca5f5 new(proposals): introduce on host anomaly detection framework Melissa Kilby 2023-06-22 23:54:01 -07:00
  • 71a0d0d186 fix(cmake): properly let falcoctl cmake module create /usr/share/falco/plugins/ folder. Federico Di Pierro 2024-02-20 16:49:30 +01:00
  • b4e55ee6a1 cleanup: falco_engine test fixture Federico Aponte 2024-02-19 22:33:41 +01:00
  • 745d18ba38 refactor: test AtomicSignalHandler.handle_once_wait_consistency Federico Aponte 2024-02-19 21:43:36 +01:00
  • 05e796723f fix(userspace): remove unread variable in restart_handler Samuel Gaist 2024-02-18 10:43:54 +01:00
  • ad585cd46b fix(actions): remove unused variable in print_support Samuel Gaist 2024-02-18 10:42:13 +01:00
  • e07f056fc5 fix(tests): remove unused variables in rule loader tests Samuel Gaist 2024-02-18 10:41:10 +01:00
  • 1178a0505c cleanup(submodules): dropped testing submodule. Federico Di Pierro 2024-02-19 11:24:32 +01:00
  • fbe45125ae cleanup(ci): make use of falcosecurity/testing provided composite action. Federico Di Pierro 2024-02-15 15:54:16 +01:00
  • a44bee57d9 fix(CI): fix windows CI Andrea Terzolo 2024-02-14 14:25:41 +01:00
  • d49b21ab22 cleanup: move ebpf default value logic Andrea Terzolo 2024-02-14 13:11:25 +01:00
  • 76ab28ff59 tests: remove deprecated assertions Andrea Terzolo 2024-02-14 13:01:34 +01:00
  • 99781f7936 cleanup(configuration): cleanup deprecated code Andrea Terzolo 2024-02-14 13:01:09 +01:00
  • 9c182d23f6 cleanup(falco.yaml)!: remove deprecated configs Andrea Terzolo 2024-02-14 13:00:29 +01:00
  • 5e497a4119 fix(c++): improve const correctness Samuel Gaist 2024-02-13 23:07:38 +01:00
  • 792bcdca18 build(deps): Bump submodules/falcosecurity-testing dependabot[bot] 2024-02-15 16:56:54 +00:00
  • 5564d3da11 cleanup(app): ensure unbuffered_outputs is initialized Luca Guerra 2024-02-09 16:21:21 +00:00
  • fe5c58e20e cleanup(tests): use test_falco_engine in test_enable_rule Luca Guerra 2024-02-09 16:20:55 +00:00
  • baf9e77810 cleanup(tests): update configure_interesting_sets to use test_falco_engine Luca Guerra 2024-02-09 16:02:49 +00:00
  • 1afacb45fb cleanup(tests): extract engine fixture Luca Guerra 2024-02-09 15:16:44 +00:00
  • 12f57514ad cleanup(tests): pass a valid inspector to factory/ast/filter tests Luca Guerra 2024-02-09 15:15:37 +00:00
  • e18acc361e fix(c++): don't throw outside of the try catch block in nothrow function Samuel Gaist 2024-02-13 23:32:40 +01:00
  • f3491d62c9 fix(c++): re-throw original exception rather than copy Samuel Gaist 2024-02-13 23:32:06 +01:00
  • 7a18795ca5 cleanup: falco_engine deps and include paths Federico Aponte 2024-02-14 18:56:31 +01:00
  • 539dac0590 fix: Some compiler warnings Federico Aponte 2024-02-14 21:34:10 +01:00
  • 14650f49b6 build(deps): Bump submodules/falcosecurity-rules dependabot[bot] 2024-02-13 16:44:21 +00:00
  • 26add16d12 cleanup(docker)!: remove unused builder dockerfile Andrea Terzolo 2024-02-14 14:33:32 +01:00
  • 3476555ad1 update(docs): added CHANGELOG entry for 0.37.1 Federico Di Pierro 2024-02-13 08:18:46 +01:00
  • 3c2bd8d4d8 cleanup: minor adjustments to readme, add new testing section Melissa Kilby 2024-02-10 20:59:28 +00:00
  • 19ce244b8a update(docs): added CHANGELOG entry for 0.37.1 0.37.1 release/0.37.x Federico Di Pierro 2024-02-13 08:18:46 +01:00
  • fedde9f7c4 Added http headers option for driver download in docker images Tom Müller 2024-02-11 12:00:35 +01:00
  • f268f45923 build(deps): Bump submodules/falcosecurity-rules dependabot[bot] 2024-02-12 16:54:38 +00:00
  • 8c98ca5e8d fix(c++): add missing member initialisation to grpc server Samuel Gaist 2024-02-11 22:43:03 +01:00
  • d6b0810657 fix(c++): move trivial initializations to declaration site Samuel Gaist 2024-02-11 22:28:37 +01:00
  • 42f90817ad refactor: make falco_exception a std::runtime_error Samuel Gaist 2024-02-11 22:28:10 +01:00
  • f6498cd8bd fix(c++): refactor member initialization in constructor initialization list Samuel Gaist 2024-02-12 17:03:16 +01:00
  • 8bc32d248e Added http headers option for driver download in docker images Tom Müller 2024-02-11 12:00:35 +01:00
  • 08f62200b1 fix(c++): add missing explicit to single argument constructors Samuel Gaist 2024-02-10 00:08:35 +01:00
  • 48a7f3bcb4 build(deps): Bump submodules/falcosecurity-rules dependabot[bot] 2024-02-09 17:01:00 +00:00
  • 2dc126c3cc update(cmake): bump libs to 0.14.3. 0.37.1-rc1 Federico Di Pierro 2024-02-12 11:24:20 +01:00
  • ec68b50253 chore(userspace/engine): introduce proper check to avoid future issues throwing an exception. Federico Di Pierro 2024-02-08 14:45:33 +01:00
  • 7e7c3941d9 fix(userspace/engine): always consider all rules (even the ones below min_prio) in m_rule_stats_manager. Federico Di Pierro 2024-02-08 14:34:19 +01:00
  • c54523720b update(cmake): bumped falcoctl to v0.7.2. Federico Di Pierro 2024-02-12 10:44:46 +01:00
  • d8bd03fc4b fixed typo in print usage Tom Müller 2024-02-07 20:53:06 +01:00
  • 4448d444b0 added option for insecure http driver download Tom Müller 2024-02-07 20:49:20 +01:00
  • 0ec995037f added insecure http driver download Tom Müller 2024-02-07 20:43:24 +01:00
  • d7d877e16c added option for insecure http download Tom Müller 2024-02-07 20:15:45 +01:00
  • f327a77059 fix(build): install libstdc++ in the Wolfi image Luca Guerra 2024-02-05 14:15:48 +01:00
  • acea57ac44 update(ci): allow version/static checks to work even if libelf is not installed Luca Guerra 2024-02-01 15:40:47 +00:00
  • e37570116d update(build): install libelf in the nodriver image Luca Guerra 2024-02-02 15:36:11 +00:00
  • 9ae09b6692 update(build): include libelf in the distroless image Luca Guerra 2024-02-02 15:10:14 +00:00
  • ca22ea50c1 update(build): disable musl builds Luca Guerra 2024-02-02 14:28:01 +00:00
  • f8f396fe19 update(ci): add libelf to build containers Luca Guerra 2024-02-01 15:50:03 +00:00
  • bfcfd58911 new(build): build with dynamic libelf by default Luca Guerra 2024-01-19 17:06:09 +00:00
  • 6c29fdb1e5 update(cmake): bumped falcoctl to v0.7.2. Federico Di Pierro 2024-02-12 10:44:46 +01:00
  • 0cc1c5b44f refactor(userspace/engine): reduce allocations during rules loading Jason Dellaluce 2024-02-09 12:19:53 +00:00
  • d69f329b54 fix(ci): update sync in deb and rpm scripts with acl Luca Guerra 2024-02-08 15:07:38 +00:00
  • a9e1bfef42 fix(c++): add missing overrides Samuel Gaist 2024-02-08 23:16:42 +01:00
  • 7879920570 chore(userspace/engine): introduce proper check to avoid future issues throwing an exception. Federico Di Pierro 2024-02-08 14:45:33 +01:00
  • 7bcbc08b52 fix(userspace/engine): always consider all rules (even the ones below min_prio) in m_rule_stats_manager. Federico Di Pierro 2024-02-08 14:34:19 +01:00
  • 71f3c77a1a fixed typo in print usage Tom Müller 2024-02-07 20:53:06 +01:00
  • 56a4e31d18 added option for insecure http driver download Tom Müller 2024-02-07 20:49:20 +01:00
  • 159e3f6ffc added insecure http driver download Tom Müller 2024-02-07 20:43:24 +01:00
  • f62c38e9e8 added option for insecure http download Tom Müller 2024-02-07 20:15:45 +01:00
  • b091522398 new(build): prune deb-dev and rpm-dev directories Luca Guerra 2024-02-07 11:51:42 +00:00
  • 195116fa09 update(scripts): address review requests RohithRaju 2024-01-17 14:54:25 +00:00
  • 1b9c2da601 update(CI): publish wasm package as dev-wasm RohithRaju 2024-01-16 09:57:01 +00:00
  • 039069d0e1 update(engine): bump engine version and checksum Jason Dellaluce 2024-02-05 13:39:04 +00:00
  • 58f8f14a1b fix(tests): solve last few compilation issues Jason Dellaluce 2024-02-05 12:31:12 +00:00
  • aca08ff744 update(cmake): bump libs and driver to 8df8817 Jason Dellaluce 2024-02-01 13:18:11 +00:00
  • 4cffcedba1 refactor: remove refs to gen_event class family Jason Dellaluce 2024-02-01 13:10:13 +00:00
  • 0613f11980 fix(build): install libstdc++ in the Wolfi image Luca Guerra 2024-02-05 14:15:48 +01:00
  • ea67e47023 update(build): install libelf in the nodriver image Luca Guerra 2024-02-02 15:36:11 +00:00
  • 7d0001269c update(build): include libelf in the distroless image Luca Guerra 2024-02-02 15:10:14 +00:00
  • 30df5738a5 update(build): disable musl builds Luca Guerra 2024-02-02 14:28:01 +00:00
  • e3a3271c7a update(ci): add libelf to build containers Luca Guerra 2024-02-01 15:50:03 +00:00
  • b414b01aab update(ci): allow version/static checks to work even if libelf is not installed Luca Guerra 2024-02-01 15:40:47 +00:00
  • 7d9cfd02e3 chore(falco): update engine checksum Luca Guerra 2024-02-01 15:39:51 +00:00
  • 8309d88595 new(build): build with dynamic libelf by default Luca Guerra 2024-01-19 17:06:09 +00:00
  • 871597f1fa chore(build): update libs and drivers to 9cd289c Luca Guerra 2024-01-31 16:55:48 +00:00
  • 8acbbde600 build(deps): Bump submodules/falcosecurity-rules dependabot[bot] 2024-01-31 16:09:04 +00:00
  • 40f4ce008a chore(engine): bump engine version Roberto Scolaro 2024-01-31 10:17:49 +00:00
  • 3d06b77de5 chore(engine): update falco engine checksum Roberto Scolaro 2024-01-31 09:55:51 +00:00
  • fa6d380940 update: bump libs+driver to bfbc007 Roberto Scolaro 2024-01-30 19:57:30 +00:00
  • 9557b74501 fix: adopt new libsinsp logger Roberto Scolaro 2024-01-18 10:54:32 +00:00