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.
2 parents fe14f48 + 8806b33 commit aae675eCopy full SHA for aae675e
cyclonedx-bom/src/models/signature.rs
@@ -87,7 +87,7 @@ impl FromStr for Algorithm {
87
"HS256" => Ok(Algorithm::HS256),
88
"HS384" => Ok(Algorithm::HS384),
89
"HS512" => Ok(Algorithm::HS512),
90
- _ => Err(format!("Invalid algorithm '{}' found", s)),
+ _ => Err(format!("Invalid signature algorithm '{}' found", s)),
91
}
92
93
cyclonedx-bom/src/specs/v1_4/signature.rs
@@ -93,7 +93,7 @@ impl FromStr for Algorithm {
94
95
96
97
98
99
0 commit comments