Skip to content

Commit 331f7c2

Browse files
committed
Remove symbolic link and just copy the file
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent f8a5abb commit 331f7c2

1 file changed

Lines changed: 120 additions & 1 deletion

File tree

docs/source/PIPELINES-AVID.rst

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/source/PIPELINES-AVID.rst

Lines changed: 120 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,120 @@
1+
.. _api_v3_usage:
2+
3+
.. list-table:: Pipeline AVID Mapping
4+
:header-rows: 1
5+
:widths: 30 30 40
6+
7+
* - pipeline name
8+
- datasource_id
9+
- advisory_id
10+
* - archlinux_importer_v2
11+
- archlinux
12+
- AVG ID of the record
13+
* - apache_kafka_importer_v2
14+
- apache_kafka
15+
- CVE ID of the record
16+
* - nvd_importer_v2
17+
- nvd
18+
- CVE ID of the record
19+
* - elixir_security_importer_v2
20+
- elixir_security
21+
- {package_name}/{file_id}
22+
* - npm_importer_v2
23+
- npm
24+
- NPM-<ID>
25+
* - vulnrichment_importer_v2
26+
- vulnrichment
27+
- CVE ID of the record
28+
* - apache_httpd_importer_v2
29+
- apache_httpd
30+
- CVE ID of the record
31+
* - pypa_importer_v2
32+
- pypa
33+
- {package_name}/{ID of the OSV record}
34+
* - gitlab_importer_v2
35+
- gitlab
36+
- Identifier of the GitLab community advisory record
37+
* - pysec_importer_v2
38+
- pysec
39+
- ID of the OSV record
40+
* - xen_importer_v2
41+
- xen
42+
- XSA-<ID>
43+
* - curl_importer_v2
44+
- curl
45+
- CURL-CVE ID of the record
46+
* - oss_fuzz_v2
47+
- oss_fuzz
48+
- ID of the OSV record
49+
* - istio_importer_v2
50+
- istio
51+
- ISTIO-SECURITY-<ID>
52+
* - postgresql_importer_v2
53+
- postgresql
54+
- CVE ID of the record
55+
* - mozilla_importer_v2
56+
- mozilla
57+
- MFSA-<ID>
58+
* - github_osv_importer_v2
59+
- github_osv
60+
- ID of the OSV record
61+
* - redhat_importer_v2
62+
- redhat
63+
- RHSA ID of the record
64+
* - aosp_importer_v2
65+
- aosp_dataset
66+
- CVE ID of the record
67+
* - project_kb_statements_importer_v2
68+
- project-kb-statements_v2
69+
- CVE ID of the record
70+
* - project_kb_msr2019_importer_v2
71+
- project_kb_msr2019
72+
- CVE ID of the record
73+
* - ruby_importer_v2
74+
- ruby_advisory_db
75+
- {file_id}
76+
* - epss_importer_v2
77+
- epss
78+
- CVE ID of the record
79+
* - gentoo_importer_v2
80+
- gentoo
81+
- GLSA ID of the record
82+
* - nginx_importer_v2
83+
- nginx
84+
- First alias of the record
85+
* - debian_importer_v2
86+
- debian
87+
- {package_name}/{debian_record_id}
88+
* - mattermost_importer_v2
89+
- mattermost
90+
- MMSA-<ID>
91+
* - glibc_importer_v2
92+
- glibc
93+
- GLIBC-SA-<ID>
94+
* - apache_tomcat_importer_v2
95+
- apache_tomcat
96+
- {page_id}/{cve_id}
97+
* - suse_score_importer_v2
98+
- suse_score
99+
- CVE ID of the record
100+
* - retiredotnet_importer_v2
101+
- retiredotnet
102+
- retiredotnet-{file_id}
103+
* - ubuntu_osv_importer_v2
104+
- ubuntu_osv
105+
- ID of the OSV record
106+
* - alpine_linux_importer_v2
107+
- alpine
108+
- {package_name}/{distroversion}/{version}/{vulnerability_id}
109+
* - linux_kernel_importer_v2
110+
- linux_kernel
111+
- CVE ID of the record
112+
* - openssl_importer_v2
113+
- openssl
114+
- CVE ID of the record
115+
* - fireeye_importer_v2
116+
- fireeye
117+
- {file_id}
118+
* - collect_{repo_name}_fix_commits
119+
- {repo_name}_fix_commits
120+
- CVE ID / GHSA ID of the record

0 commit comments

Comments
 (0)