Skip to content

Commit

Permalink
fix: adjust cve request generation (#888)
Browse files Browse the repository at this point in the history
  • Loading branch information
RafaelGSS authored Jan 15, 2025
1 parent 8788be2 commit d86c059
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/update_security_release.js
Original file line number Diff line number Diff line change
Expand Up @@ -226,8 +226,11 @@ Summary: ${summary}\n`,
vectorString: cvss_vector_string
}
],
auto_submit_on_publicly_disclosing_report: true,
references: ['https://nodejs.org/en/blog/vulnerability'],
report_id: report.id,
weakness_id: Number(weakness_id),
description: title,
description: report.summary,
vulnerability_discovered_at: new Date().toISOString()
}
}
Expand Down

0 comments on commit d86c059

Please sign in to comment.