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 824275f commit 81ade38Copy full SHA for 81ade38
import-from-archmage-yaml.ts
@@ -26,7 +26,7 @@ async function doit() {
26
size,
27
tag: parsed.data.details.type.value,
28
role: parsed.data.details.role.value || undefined,
29
- vulnerability: parsed.data.details.vulnerability.value || undefined,
+ vuln: parsed.data.details.vulnerability.value || undefined,
30
ac: parsed.data.attributes.ac.value,
31
pd: parsed.data.attributes.pd.value,
32
md: parsed.data.attributes.md.value,
0 commit comments