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 966ffdb commit 3f9a77eCopy full SHA for 3f9a77e
1 file changed
services/apps/packages_worker/src/security-contacts/types.ts
@@ -1,8 +1,10 @@
1
+import type { SecurityContactConfidence } from '@crowd/data-access-layer/src/osspckgs/api'
2
+
3
export type ContactChannel = 'email' | 'github-pvr' | 'url' | 'github-handle' | 'web-form'
4
5
export type ContactRole = 'security-team' | 'maintainer' | 'admin' | 'committer' | 'org-owner'
6
-export type ConfidenceBand = 'PRIMARY' | 'SECONDARY' | 'FALLBACK' | 'NONE'
7
+export type ConfidenceBand = SecurityContactConfidence
8
9
export type SourceTier = 'A' | 'B' | 'C' | 'D'
10
0 commit comments