We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd18c76 commit 93bd6faCopy full SHA for 93bd6fa
src/schema.rs
@@ -500,10 +500,10 @@ pub struct Severity {
500
#[serde(rename_all = "UPPERCASE")]
501
#[non_exhaustive]
502
pub enum CreditType {
503
- /// Validated the vulnerability to ensure accruacy or severity.
+ /// Validated the vulnerability to ensure accuracy or severity.
504
Analyst,
505
506
- /// Facilitated the corredinated response process.
+ /// Facilitated the coordinated response process.
507
Coordinator,
508
509
/// Identified the vulnerability
0 commit comments