Skip to content

Commit 7b85722

Browse files
committed
chore: minor changes
1 parent 0521a90 commit 7b85722

File tree

1 file changed

+0
-37
lines changed

1 file changed

+0
-37
lines changed

src/app/Trust/TrustRoots/TrustRoots.data.tsx

Lines changed: 0 additions & 37 deletions
Original file line numberDiff line numberDiff line change
@@ -114,40 +114,3 @@ export interface ImportersDataRow {
114114
period: string;
115115
state: string;
116116
}
117-
118-
// export const columns = ['Name', 'Type', 'Description', 'Source', 'Period', 'State'];
119-
120-
// export const rows: ImportersDataRow[] = [
121-
// {
122-
// name: 'cve',
123-
// type: 'cve',
124-
// description: 'CVE list v5',
125-
// source: 'https://github.com/CVEProject/cvelistV5',
126-
// period: '1day',
127-
// state: 'Disabled',
128-
// },
129-
// {
130-
// name: 'osv-github',
131-
// type: 'osv',
132-
// description: 'GitHub Advisory Database',
133-
// source: 'https://github.com/github/advisory-database',
134-
// period: '1day',
135-
// state: 'Disabled',
136-
// },
137-
// {
138-
// name: 'redhat-csaf',
139-
// type: 'csaf',
140-
// description: 'All Red Hat CSAF data',
141-
// source: 'redhat.com',
142-
// period: '1day',
143-
// state: 'Disabled',
144-
// },
145-
// {
146-
// name: 'redhat-sboms',
147-
// type: 'sbom',
148-
// description: 'All Red Hat SBOMs',
149-
// source: 'https://access.redhat.com/security/data/sbom/beta/',
150-
// period: '1day',
151-
// state: 'Disabled',
152-
// },
153-
// ];

0 commit comments

Comments
 (0)