-
Notifications
You must be signed in to change notification settings - Fork 176
Comparing changes
Open a pull request
base repository: falcosecurity/libs
base: master
head repository: falcosecurity/libs
compare: release/0.22.x
- 12 commits
- 14 files changed
- 3 contributors
Commits on Oct 14, 2025
-
chore(userspace/libpman): make TOCTOU progs attachment fail msg clear
Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for bbec5b0 - Browse repository at this point
Copy the full SHA bbec5b0View commit details -
fix(userspace/libpman): close only attached TOCTOU mitigation programs
Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 7891239 - Browse repository at this point
Copy the full SHA 7891239View commit details -
fix(userspace/libscap): return correct fd location for some exit evts
Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c0937a5 - Browse repository at this point
Copy the full SHA c0937a5View commit details -
fix(driver/event_table): drop wrong
EF_USES_FDflag fromFSTAT64_XSigned-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f60e75b - Browse repository at this point
Copy the full SHA f60e75bView commit details -
test(libscap): assert ability to obtain fd loc from non-old exit evts
Assert ability to retrieve a valid fd location from non old exit events. Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for c7885c6 - Browse repository at this point
Copy the full SHA c7885c6View commit details -
fix(userspace/libsinsp): avoid setting evt fdinfo in getsockopt parser
Setting the event's fdinfo by leveraging the event's fd parameter is already done in `sinsp_parser::reset()` and can be avoided the `getsockopt` exit event parser. Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 65e6e5c - Browse repository at this point
Copy the full SHA 65e6e5cView commit details -
refactor(userspace/libsinsp): clean
parse_getsockopt_exit()implSigned-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for 75c3069 - Browse repository at this point
Copy the full SHA 75c3069View commit details -
fix(userspace/libsinsp): avoid setting evt fdinfo in fch* parsers
Setting the event's fdinfo by leveraging the event's fd parameter is already done in `sinsp_parser::reset()` and can be avoided the `fchmod/fchown` exit event parsers. This means completely remove this parsers. Signed-off-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com>
Configuration menu - View commit details
-
Copy full SHA for f8a31dd - Browse repository at this point
Copy the full SHA f8a31ddView commit details
Commits on Oct 16, 2025
-
chore(cmake/modules): bump container plugin to v0.4.0
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Configuration menu - View commit details
-
Copy full SHA for 5666ef4 - Browse repository at this point
Copy the full SHA 5666ef4View commit details
Commits on Oct 20, 2025
-
chore(userspace/plugin): drop RTLD_DEEPBIND but keep `RTLD_LOCAL | RT…
…LD_NOW` for loading plugins Partially revert 657e1d7 Co-authored-by: Iacopo Rozzo <iacopo@sysdig.com> Co-authored-by: Leonardo Di Giovanna <leonardodigiovanna1@gmail.com> Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Configuration menu - View commit details
-
Copy full SHA for 1a8b912 - Browse repository at this point
Copy the full SHA 1a8b912View commit details
Commits on Oct 31, 2025
-
fix(userspace/libsinsp): correct fallback for arg-less proc.* fields
Parsing of ARG_ALLOWED fields in output formatting (e.g., `proc_args=%proc.args`) was broken because the `val ==` check always returned false. This fix drops the unnecessary checks so that `argid = -1` is set /, `argname` is cleared where appropriate, and correctly sets field-name length using `std::size(...)-1`. Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Configuration menu - View commit details
-
Copy full SHA for b63182f - Browse repository at this point
Copy the full SHA b63182fView commit details
Commits on Nov 3, 2025
-
chore(cmake/modules): bump container plugin to v0.4.1
Signed-off-by: Leonardo Grasso <me@leonardograsso.com>
Configuration menu - View commit details
-
Copy full SHA for 16c0267 - Browse repository at this point
Copy the full SHA 16c0267View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...release/0.22.x