Skip to content

Commit

Permalink
Add: Add new whole selection VT families
Browse files Browse the repository at this point in the history
Various VT families that should be only selected as a whole have been
added so editing individual VTs is disabled for them.
  • Loading branch information
timopollmeier committed Oct 13, 2023
1 parent d138dc9 commit e87338a
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/web/pages/scanconfigs/nvtfamilies.js
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,23 @@ import PropTypes from 'web/utils/proptypes';
import Trend from './trend';

const WHOLE_SELECTION_FAMILIES = [
'AIX Local Security Checks',
'AlmaLinux Security Checks',
'Amazon Linux Security Checks',
'CentOS Local Security Checks',
'Debian Local Security Checks',
'Fedora Local Security Checks',
'FreeBSD Local Security Checks',
'Gentoo Local Security Checks',
'HP-UX Local Security Checks',
'Huawei EulerOS Local Security Checks',
'Mageia Linux Local Security Checks',
'Mandrake Local Security Checks',
'Oracle Linux Local Security Checks',
'Red Hat Local Security Checks',
'Rocky Linux Local Security Checks',
'Slackware Local Security Checks',
'Solaris Local Security Checks',
'SuSE Local Security Checks',
'Ubuntu Local Security Checks',
];
Expand Down

0 comments on commit e87338a

Please sign in to comment.