falco
falco copied to clipboard
Cloud Native Runtime Security
**What type of PR is this?** /kind cleanup /kind feature **Any specific area of the project related to this PR?** /area build /area engine **What this PR does / why...
**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:  **Expected behaviour** Badges should report the latest version on the...
**What type of PR is this?** > Uncomment one (or more) `/kind ` lines: /kind bug > /kind cleanup > /kind design > /kind documentation > /kind failing-test > /kind...
**Describe the bug** Alerts generated by Falco are not getting logged in the Syslog (/var/log/messages). **How to reproduce it** 1. Deploy the Falco using helm chart: `helm install falco falcosecurity/falco`...
**What type of PR is this?** > Uncomment one (or more) `/kind ` lines: > /kind design > /kind feature **Any specific area of the project related to this PR?**...
# Motivation The plugin system allows Falco to open new kinds of event sources that go beyond the historical syscall use case. Recently, this has been leveraged to port the...
According to the FHS 3.0 (https://refspecs.linuxfoundation.org/FHS_3.0/fhs/ch03s15.html), transient UNIX-domain sockets should be placed under the directory /run, so this commit updates the implicit value generated by the application. Signed-off-by: Vicente J....
**What type of PR is this?** /kind feature **Any specific area of the project related to this PR?** /area engine **What this PR does / why we need it**: This...
**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...
In #2098, we reworked how rules loading errors/warnings were returned to provide a richer set of information, including locations/context for the errors/warnings. That did *not* include locations within condition expressions,...