Leonardo Grasso

Results 46 issues of Leonardo Grasso

**Describe the bug** As per the title. **How to reproduce it** Look at the [README.md](https://github.com/falcosecurity/falco#latest-releases) :point_down: ![Screenshot from 2021-06-09 17-30-47](https://user-images.githubusercontent.com/3390997/121384375-7ef8e080-c948-11eb-865e-7333fe0f3f25.png) **Expected behaviour** Badges should report the latest version on the...

kind/bug

**What type of PR is this?** /kind cleanup **Any specific area of the project related to this PR?** /area engine **What this PR does / why we need it**: Mesos...

kind/cleanup
area/engine
release-note
dco-signoff: yes
size/M
approved
do-not-merge/hold

**Describe the bug** When multiple PRs got merged at the same time, then the CircleCI may run multiple workflows in parallel. In such a situation, a data race occurs while...

kind/bug
help wanted

**Describe the bug** Even if JIT is enabled for BPF, both `falcosecurity/falco` and `facosecurity/falco-driver-loader` are reporting the following message when run with `-e FALCO_BPF_PROBE=""`: ``` ****************************************************************** ** BPF doesn't have...

kind/bug
help wanted

## Why this issue? When Falco is running, a producer (a.k.a the [driver](https://falco.org/docs/event-sources/drivers/)) continuously forwards events to a consumer (the Falco userspace program) with a buffer that sits in the...

kind/documentation
area/perf

**Motivation** When releasing a new version, a new git tag triggers the CI to build and publish packages. During the RPM and DEB publishing process, the new package is uploaded...

help wanted
kind/feature
area/build

**Motivation** The current throttling mechanism can be configured within [falco.yaml](https://github.com/falcosecurity/falco/blob/master/falco.yaml) as shown below: ```yaml # A throttling mechanism implemented as a token bucket limits the # rate of falco notifications....

help wanted
kind/feature

**Motivation** Currently, if some properties are misplaced within the rule's document (ie. the YAML file), no warning is emitted and non-obvious side effects can occur ([here](https://github.com/falcosecurity/falco/pull/1273#issuecomment-662406908) an example regarding `required_engine_version`...

help wanted
area/rules
kind/feature
area/engine

`vcn n git://...` is actually notarizing just the commit which HEAD is pointing to. If there're untracked files or changes not staged, then both notarization and authentication will ignore them....

enhancement
good first issue

**Describe the bug** When building the bpf probe, I get the following `make` errors :point_down: ``` ./include/linux/fortify-string.h:92:17: warning: passing 'unsigned char *' to parameter of type 'const char *' converts...

kind/bug