Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[PM-5791] Change decrypt to return Sensitive #536

Merged
merged 29 commits into from
Apr 25, 2024

Merge branch 'main' of github.com:bitwarden/sdk into ps/zeroize-decry…

3d247ad
Select commit
Loading
Failed to load commit list.
Merged

[PM-5791] Change decrypt to return Sensitive #536

Merge branch 'main' of github.com:bitwarden/sdk into ps/zeroize-decry…
3d247ad
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Jan 29, 2024 in 1s

63.22% of diff hit (target 51.69%)

View this Pull Request on Codecov

63.22% of diff hit (target 51.69%)

Annotations

Check warning on line 73 in crates/bitwarden-crypto/src/decrypted.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/decrypted.rs#L71-L73

Added lines #L71 - L73 were not covered by tests

Check warning on line 81 in crates/bitwarden-crypto/src/decrypted.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/decrypted.rs#L77-L81

Added lines #L77 - L81 were not covered by tests

Check warning on line 88 in crates/bitwarden-crypto/src/decrypted.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/decrypted.rs#L86-L88

Added lines #L86 - L88 were not covered by tests

Check warning on line 94 in crates/bitwarden-crypto/src/decrypted.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/decrypted.rs#L92-L94

Added lines #L92 - L94 were not covered by tests

Check warning on line 101 in crates/bitwarden-crypto/src/decrypted.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/decrypted.rs#L99-L101

Added lines #L99 - L101 were not covered by tests

Check warning on line 105 in crates/bitwarden-crypto/src/decrypted.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/decrypted.rs#L103-L105

Added lines #L103 - L105 were not covered by tests

Check warning on line 109 in crates/bitwarden-crypto/src/decrypted.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden-crypto/src/decrypted.rs#L107-L109

Added lines #L107 - L109 were not covered by tests

Check warning on line 98 in crates/bitwarden/src/client/encryption_settings.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/client/encryption_settings.rs#L98

Added line #L98 was not covered by tests

Check warning on line 100 in crates/bitwarden/src/client/encryption_settings.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/client/encryption_settings.rs#L100

Added line #L100 was not covered by tests

Check warning on line 68 in crates/bitwarden/src/mobile/vault/client_attachments.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/mobile/vault/client_attachments.rs#L68

Added line #L68 was not covered by tests

Check warning on line 54 in crates/bitwarden/src/mobile/vault/client_sends.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/mobile/vault/client_sends.rs#L53-L54

Added lines #L53 - L54 were not covered by tests

Check warning on line 30 in crates/bitwarden/src/secrets_manager/projects/project_response.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/secrets_manager/projects/project_response.rs#L30

Added line #L30 was not covered by tests

Check warning on line 39 in crates/bitwarden/src/secrets_manager/projects/project_response.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/secrets_manager/projects/project_response.rs#L39

Added line #L39 was not covered by tests

Check warning on line 37 in crates/bitwarden/src/secrets_manager/state.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/secrets_manager/state.rs#L35-L37

Added lines #L35 - L37 were not covered by tests

Check warning on line 25 in crates/bitwarden/src/uniffi_support.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/uniffi_support.rs#L25

Added line #L25 was not covered by tests

Check warning on line 32 in crates/bitwarden/src/uniffi_support.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/uniffi_support.rs#L30-L32

Added lines #L30 - L32 were not covered by tests

Check warning on line 36 in crates/bitwarden/src/uniffi_support.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/uniffi_support.rs#L34-L36

Added lines #L34 - L36 were not covered by tests

Check warning on line 237 in crates/bitwarden/src/vault/cipher/cipher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/vault/cipher/cipher.rs#L233-L237

Added lines #L233 - L237 were not covered by tests

Check warning on line 248 in crates/bitwarden/src/vault/cipher/cipher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/vault/cipher/cipher.rs#L247-L248

Added lines #L247 - L248 were not covered by tests

Check warning on line 254 in crates/bitwarden/src/vault/cipher/cipher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/vault/cipher/cipher.rs#L252-L254

Added lines #L252 - L254 were not covered by tests

Check warning on line 261 in crates/bitwarden/src/vault/cipher/cipher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/vault/cipher/cipher.rs#L261

Added line #L261 was not covered by tests

Check warning on line 266 in crates/bitwarden/src/vault/cipher/cipher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/vault/cipher/cipher.rs#L266

Added line #L266 was not covered by tests

Check warning on line 280 in crates/bitwarden/src/vault/cipher/cipher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/vault/cipher/cipher.rs#L279-L280

Added lines #L279 - L280 were not covered by tests

Check warning on line 288 in crates/bitwarden/src/vault/cipher/cipher.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/vault/cipher/cipher.rs#L287-L288

Added lines #L287 - L288 were not covered by tests

Check warning on line 125 in crates/bitwarden/src/vault/send.rs

See this annotation in the file changed.

@codecov codecov / codecov/patch

crates/bitwarden/src/vault/send.rs#L125

Added line #L125 was not covered by tests