Skip to content

Commit

Permalink
Fix: Fix typos in WHOLE_SELECTION_FAMILIES (#3922)
Browse files Browse the repository at this point in the history
The word "Local" has been added to "AlmaLinux Local Security Checks"
and "Amazon Linux Local Security Checks" where it was previously
missing in the list of VT families that must be selected as a whole.
  • Loading branch information
timopollmeier authored Nov 30, 2023
1 parent b3e5606 commit 8ceb6fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/pages/scanconfigs/nvtfamilies.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ import Trend from './trend';

const WHOLE_SELECTION_FAMILIES = [
'AIX Local Security Checks',
'AlmaLinux Security Checks',
'Amazon Linux Security Checks',
'AlmaLinux Local Security Checks',
'Amazon Linux Local Security Checks',
'CentOS Local Security Checks',
'Debian Local Security Checks',
'Fedora Local Security Checks',
Expand Down

0 comments on commit 8ceb6fa

Please sign in to comment.