diff --git a/locales/en.json b/locales/en.json
index ea69b3151..68665a129 100644
--- a/locales/en.json
+++ b/locales/en.json
@@ -146,8 +146,6 @@
"filterByAffectedSystems": "Filter by {count, plural, =-1 {affected systems} one {# system exposed } other {# systems exposed }}",
"hasKnownExploit": "Has a known exploit",
"high": "High",
- "highVisibilityCve.body": "New CVE Alert: {synopsis} ({celebrityName}) does not have an associated errata with it for Red Hat Enterprise Linux as of now. For more details on this CVE, please visit the Red Hat Customer Portal page for this CVE",
- "highVisibilityCve.link": "Open Red Hat Customer Portal page for {synopsis}",
"impactList.critical": "Critical",
"impactList.high": "High",
"impactList.important": "Important",
diff --git a/src/Components/PresentationalComponents/EmptyStates/EmptyStates.js b/src/Components/PresentationalComponents/EmptyStates/EmptyStates.js
index 20e72f09e..d0d816f92 100644
--- a/src/Components/PresentationalComponents/EmptyStates/EmptyStates.js
+++ b/src/Components/PresentationalComponents/EmptyStates/EmptyStates.js
@@ -10,8 +10,7 @@ import {
EmptyStateIcon,
Text,
TextContent,
- Title,
- Alert
+ Title
} from '@patternfly/react-core';
import { ExternalLinkAltIcon, SecurityIcon } from '@patternfly/react-icons';
import messages from '../../../Messages';
@@ -20,7 +19,7 @@ import { LockIcon } from '@patternfly/react-icons';
import { intl } from '../../../Utilities/IntlProvider';
import PropTypes from 'prop-types';
-export const EmptyStateNoCVEs = ({ secondParagraph, showHighVisibilityCveAlert }) => (
+export const EmptyStateNoCVEs = ({ secondParagraph }) => (
@@ -37,31 +36,13 @@ export const EmptyStateNoCVEs = ({ secondParagraph, showHighVisibilityCveAlert }
) }} />
- {showHighVisibilityCveAlert &&
- {intl.formatMessage(messages.highVisibilityCveLink, { synopsis: 'CVE-2021-44228' })}
-
-
- }/>}
);
EmptyStateNoCVEs.propTypes = {
- secondParagraph: PropTypes.object,
- showHighVisibilityCveAlert: PropTypes.bool
+ secondParagraph: PropTypes.object
};
export const EmptyStateNoSystems = () => (
diff --git a/src/Components/SmartComponents/CVEs/CVEsTable.js b/src/Components/SmartComponents/CVEs/CVEsTable.js
index a04d952a8..f7505767e 100644
--- a/src/Components/SmartComponents/CVEs/CVEsTable.js
+++ b/src/Components/SmartComponents/CVEs/CVEsTable.js
@@ -16,7 +16,7 @@ const CVEsTableWithContext = ({ context, header, canEditStatusOrBusinessRisk })
cells: [
{
props: { colSpan: header?.length },
- title: