Commit ed39971
authored
fix(cmd): store correct CA verification status (#9554)
**Description**
If `CheckSignatureFrom()` returns an error, the `verifiedCA` property of
`certInfo` should be set to `"FAILED"`. However, currently `verifiedCA`
is always set to `"PASSED"`, ignoring the result of
`CheckSignatureFrom()`. This PR sets the correct status.1 parent 6929c8e commit ed39971
1 file changed
Lines changed: 3 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
85 | 85 | | |
86 | 86 | | |
87 | 87 | | |
88 | | - | |
89 | | - | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
90 | 91 | | |
91 | | - | |
92 | 92 | | |
93 | 93 | | |
94 | 94 | | |
| |||
0 commit comments