# osquery 5.20.0 - Product: osquery (https://whatsnew.fyi/product/osquery) - Vendor: osquery - Date: 2025-10-23 - Version: 5.20.0 - Original notes: https://github.com/osquery/osquery/releases/tag/5.20.0 - Permalink: https://whatsnew.fyi/product/osquery/releases/5.20.0 What's New is an index, not a publisher: every entry below links to the vendor's own release notes, which are the authoritative source. Entries are labelled where they are hand-curated sample data, pre-releases, or drawn from a secondary source such as a developer blog. Reuse: the summaries, labels and curation here are © What's New. Quote freely with attribution and a link back; wholesale republication of the corpus is not permitted — terms: https://whatsnew.fyi/terms. The vendors' own release notes remain their publishers'. --- - **added** — Add default path for CA certificate bundle on openSUSE - **changed** — Exclude config views from db migration - **changed** — Make vscode_extensions more consistently report UUID - **fixed** — Don't overwrite hardware_version if it has a value - **added** — Support nvm on npm_packages table - **added** — Add scoped npm package support in npm_packages table - **fixed** — Fix build against libaudit >=4.1.1 by removing set_aumessage_mode call - **changed** — Update libarchive from 3.7.9 to 3.8.1 ##### What's Changed ###### Features/Bugs * Add default path for CA certificate bundle on openSUSE by @iko1 in https://github.com/osquery/osquery/pull/8687 * Exclude config views from db migration by @Micah-Kolide in https://github.com/osquery/osquery/pull/8678 * Make `vscode_extensions` more consistently report UUID by @zwass in https://github.com/osquery/osquery/pull/8693 * Don't overwrite `hardware_version` if it has a value by @sbrito85 in https://github.com/osquery/osquery/pull/8690 * Support `nvm` on `npm_packages` table by @dantecatalfamo in https://github.com/osquery/osquery/pull/8694 * Add scoped npm package support in `npm_packages` table by @lichao127 in https://github.com/osquery/osquery/pull/8686 ###### Dependencies * Fix build against libaudit >=4.1.1 by removing set_aumessage_mode call by @Blarse in https://github.com/osquery/osquery/pull/8676 * libs: libarchive: 3.7.9 -> 3.8.1 by @LeSuisse in https://github.com/osquery/osquery/pull/8642 ###### Documentation * Fix SQL examples for system_profiler table by @zwass in https://github.com/osquery/osquery/pull/8699 * Add more informative descriptions for `mounts.blocks_free` and `mounts.blocks_available` by @jacobshandling in https://github.com/osquery/osquery/pull/8701 * Update `dns_resolvers` documentation to point to `interface_details` on Windows by @zwass in https://github.com/osquery/osquery/pull/8682 ##### New Contributors * @frankgraziano made their first contribution in https://github.com/osquery/osquery/pull/8681 * @Blarse made their first contribution in https://github.com/osquery/osquery/pull/8676 * @jacobshandling made their first contribution in https://github.com/osquery/osquery/pull/8701 **Full Changelog**: https://github.com/osquery/osquery/compare/5.19.0...5.20.0