Skip to content

Commit

Permalink
feat: package-list table add vulnerability column (#205)
Browse files Browse the repository at this point in the history
  • Loading branch information
carlosthe19916 authored Oct 30, 2024
1 parent c7fdb6c commit cc0e65b
Show file tree
Hide file tree
Showing 17 changed files with 265 additions and 453 deletions.
60 changes: 0 additions & 60 deletions client/src/app/components/AdvisoryGeneralView.tsx

This file was deleted.

32 changes: 0 additions & 32 deletions client/src/app/components/AdvisoryIssuer.tsx

This file was deleted.

158 changes: 0 additions & 158 deletions client/src/app/components/EditLabelsModal.tsx

This file was deleted.

21 changes: 0 additions & 21 deletions client/src/app/components/HashesAsList.tsx

This file was deleted.

19 changes: 0 additions & 19 deletions client/src/app/components/SbomsByPackageCount.tsx

This file was deleted.

88 changes: 0 additions & 88 deletions client/src/app/components/VulnerabilityInDrawerInfo.tsx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { saveAs } from "file-saver";

import { client } from "@app/axios-config/apiInit";
import { downloadAdvisory, downloadSbom } from "@app/client";
import { saveAs } from "file-saver";

export const useDownload = () => {
const onDownloadAdvisory = (id: string, filename?: string) => {
Expand Down
Loading

0 comments on commit cc0e65b

Please sign in to comment.