Skip to content

Commit

Permalink
Add vulnerabilities module to macos agents (#2969)
Browse files Browse the repository at this point in the history
* Add vulnerabilities module to macOS agents

* Changelog updated

* Moved changelog item to revision 4101

Co-authored-by: Franco Charriol <[email protected]>
  • Loading branch information
pablomarga and frankeros authored Feb 12, 2021
1 parent 39f5111 commit 5c02112
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ All notable changes to the Wazuh app project will be documented in this file.
- Added on FIM Inventory Windows Registry registry_key and registry_value items from syscheck [#2908](https://github.com/wazuh/wazuh-kibana-app/issues/2908)
- Uncheck agents after an action in agents groups management [#2907](https://github.com/wazuh/wazuh-kibana-app/pull/2907)
- Unsave rule files when edit or create a rule with invalid content [#2944](https://github.com/wazuh/wazuh-kibana-app/pull/2944)
- Added vulnerabilities module for macos agents [#2969](https://github.com/wazuh/wazuh-kibana-app/pull/2969)

### Fixed

Expand Down
2 changes: 1 addition & 1 deletion public/utils/components-os-support.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
export const UnsupportedComponents = {
linux: [],
windows: ['audit', 'oscap', 'docker'],
darwin: ['audit', 'oscap', 'vuls', 'docker'],
darwin: ['audit', 'oscap', 'docker'],
sunos: ['vuls'],
other: ['audit', 'oscap', 'vuls', 'docker']
};

0 comments on commit 5c02112

Please sign in to comment.