hyperledger / anoncreds-rs

anoncreds-rs
https://wiki.hyperledger.org/display/anoncreds
Apache License 2.0
74 stars 55 forks source link

Address SNYK warnings #277

Closed ryjones closed 1 year ago

swcurran commented 1 year ago

@berendsliedrecht — what do you think of the test failures? Are they relevant to the change, or gremlins.

Thanks, @ryjones — I should have done that, and will next time. I just thought there might be some sort of setting that enabled dependabot-type, DCO-loving PRs to be produced from Snyk :-).

berendsliedrecht commented 1 year ago

@swcurran let me have a look. I think we generate some number non-deterministically which made the test fail this one time (assumption based on the error below).

thread 'main' panicked at 'Unable to create or update the revocation state: Error { kind: InvalidState, cause: None, message: Some("Revocation index is outside of valid range") }', src\services\prover.rs:64:49

Will hopefully provide a fix asap.