We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dd40f5 commit 7a72319Copy full SHA for 7a72319
src/utils/alert/artifact.ts
@@ -10,7 +10,7 @@ export type ArtifactAlertCve = Remap<
10
>
11
12
export type ArtifactAlertCveFixable = Remap<
13
- Omit<CompactSocketArtifactAlert, 'props'> & {
+ Omit<CompactSocketArtifactAlert, 'props' | 'type'> & {
14
type: CveAlertType
15
props: {
16
firstPatchedVersionIdentifier: string
0 commit comments