wazuh-kibana-app/server/lib/default-ext.js

25 lines
599 B
JavaScript
Raw Normal View History

2018-05-16 08:49:59 +00:00
/*
* Wazuh app - Default extensions
2019-01-14 16:36:47 +00:00
* Copyright (C) 2015-2019 Wazuh, Inc.
2018-05-16 08:49:59 +00:00
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 2 of the License, or
* (at your option) any later version.
*
* Find more information about this on the LICENSE file.
*/
2018-09-11 09:52:54 +00:00
export const defaultExt = {
2018-09-10 08:32:49 +00:00
pci: true,
2019-04-15 10:47:45 +00:00
gdpr: true,
2019-08-07 08:31:59 +00:00
hipaa: true,
nist: true,
2019-04-15 10:47:45 +00:00
audit: true,
oscap: false,
2018-09-10 08:32:49 +00:00
ciscat: false,
2019-04-15 10:47:45 +00:00
aws: false,
2018-09-10 08:32:49 +00:00
virustotal: false,
2019-04-15 10:47:45 +00:00
osquery: false,
docker: false
2018-09-10 08:32:49 +00:00
};