Stefano Bonicatti

Results 44 issues of Stefano Bonicatti

Change the default for table_exceptions and registry_exceptions to true, so that all tests on tables will fail if an exception is thrown during the querying of a table, but set...

test
development

``` 93: ====================================================================== 93: FAIL: test_daemon_sigint (__main__.DaemonTests) 93: ---------------------------------------------------------------------- 93: Traceback (most recent call last): 93: File "test_osqueryd.py", line 153, in test_daemon_sigint 93: self.daemon_sigint_test_helper(pidfile_path) 93: File "test_osqueryd.py", line 141, in...

flaky test

Due to a scheduled brownout of Catalina Github Actions runners, we are temporarily removing the separate Catalina test job (PR: https://github.com/osquery/osquery/pull/7700), so that only Big Sur gets tested. Ideally we...

documentation
CI/CD
macOS Monterey

- Introduce the flag aws_imdsv2_request_attempts to specify how many attempts should be done to retrieve an IMDSv2 token to do a secure request. - Introduce the flag aws_imdsv2_request_interval to specify...

feature
AWS

Implement cpu usage calculation using a service that runs every processes_stats_interval seconds and implements the cpu_peak_usage using the last processes_stats_cpu_peak_samples samples. The cpu usage is by default calculated for all...

feature
virtual tables

# Blueprint ## Goal Proactively, instead of reactively, act on the osquery third party libraries CVEs by periodically "scanning" the libraries and open issues when new CVEs are found. ##...

libraries
blueprint
security
CI/CD

We should update the CMake we use from 3.17.5 to 3.21.2 (current latest version). This should happen across the two repositories (this and packaging). Why: - Needed to build macOS...

build
cmake
apple_silicon

# Bug report ### What operating system and version are you using? Ubuntu 18.04 macOS 10.14.6 Windows 10 Azure Pipelines Windows Server 2016 ### What version of osquery are you...

bug
question
macOS
Linux
Windows

- Add the OSQUERY_ENABLE_COVERAGE CMake option, to enable building with code coverage using LLVM. This also adds a generate_coverage target to be run after the tests have run. - Add...

build
CI/CD

Not the first time this would've been useful, but the need/idea came up again here: https://github.com/osquery/osquery/pull/7651 This is not a full-fledged blueprint but I think it's worth to record the...

feature
virtual tables
user experience
blueprint