Skip to content

Commit

Permalink
Merge pull request #89 from susuper/main
Browse files Browse the repository at this point in the history
Fixed incorrect qa section of .toml handling.
  • Loading branch information
0xKitsune authored Nov 17, 2023
2 parents d3a1001 + 5f8c14f commit fde8937
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/opts.rs
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ impl Opts {
.map(|f| str_to_vulnerability(f))
.collect::<Vec<Vulnerability>>(),
solstat_toml
.vulnerabilities
.qa
.iter()
.map(|f| str_to_qa(f))
.collect::<Vec<QualityAssurance>>(),
Expand Down

0 comments on commit fde8937

Please sign in to comment.