Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cn-kali-team committed Aug 8, 2024
1 parent 3a13ab2 commit fda8eb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion engine/src/info.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ impl Info {
pub fn set_vpf(&mut self, vpf: VPF) {
self.metadata.insert(
"verified".to_string(),
Value::Bool(vpf.product.as_str() != UNKNOWN_00),
Value::Bool(vpf.vendor.as_str() != UNKNOWN_00),
);
self
.metadata
Expand Down

0 comments on commit fda8eb0

Please sign in to comment.