File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -181,3 +181,21 @@ to update the existing report.
181
181
182
182
In that case, reopen the issue for the report to discuss the change, rather
183
183
than create a new issue.
184
+
185
+ ## Frequent issues during triage
186
+
187
+ This section describes frequent issues that come up when triaging vulndb reports.
188
+
189
+ ### vulnreport cgo failures
190
+
191
+ When ` vulnreport fix` fails with an error message like
192
+ ```
193
+ /path/to/package@v1.2.3/foo.go:1:2: could not import C (no metadata for C)
194
+ ````
195
+ a frequent cause is the local machine missing `C` library headers causing
196
+ typechecking of cgo packages to fail. The easiest workaround is to use
197
+ a machine with the development headers installed or to install them.
198
+
199
+ Commonly missing packages include:
200
+ * libgpgme-dev
201
+ * libdevmapper-dev
You can’t perform that action at this time.
0 commit comments