-
Notifications
You must be signed in to change notification settings - Fork 50
Release 12.2.11 #1110
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Release 12.2.11 #1110
Conversation
Reviewer's GuideRelease 12.2.11 primarily refreshes localization files with updated versioning and translator info, integrates local Insights configuration into the CVECountCell component (with improved rendering and API call guarding), augments its unit tests for various Insights states, and performs a project version bump. Class diagram for updated CVECountCell componentclassDiagram
CVECountCell <|-- React.Component
CVECountCell : +hostDetails
CVECountCell : +isIopEnabled
CVECountCell : +uuid
CVECountCell : +key
CVECountCell : +response
CVECountCell : +useAdvisorEngineConfig()
CVECountCell : +useAPI()
CVECountCell : +render()
CVECountCell : -UnknownIcon
CVECountCell : -Link
CVECountCell : -insightsCloudUrl
CVECountCell : vulnerabilityApiPath(path)
CVECountCell : if (!isIopEnabled) return <UnknownIcon />
CVECountCell : if (uuid === undefined) return <UnknownIcon />
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary by Sourcery
Bump extension version and refresh translations across all locales; annotate many UI strings with “Ignored when using local Insights”; adjust CVECountCell to respect local Insights configuration by returning UnknownIcon when IoP is disabled or pending; and add tests covering the new conditional rendering logic.
Enhancements:
Build:
Tests:
Chores: