We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd18c76 + 93bd6fa commit 199fc84Copy full SHA for 199fc84
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