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-8275] Remove sensitive #791

Merged
merged 32 commits into from
Jun 3, 2024
Merged

[PM-8275] Remove sensitive #791

merged 32 commits into from
Jun 3, 2024

Conversation

Hinton
Copy link
Member

@Hinton Hinton commented May 17, 2024

Type of change

- [ ] Bug fix
- [ ] New feature development
- [x] Tech debt (refactoring, code cleanup, dependency upgrades, etc)
- [ ] Build/deploy pipeline (DevOps)
- [ ] Other

Objective

Wraps up the custom allocator effort introduced in #788 by removing the now no longer needed Sensitive type.

Before you submit

  • Please add unit tests where it makes sense to do so

Copy link
Contributor

github-actions bot commented May 17, 2024

Logo
Checkmarx One – Scan Summary & Detailsf05f23b9-f0fb-4d13-9290-c2e5cf285873

No New Or Fixed Issues Found

Copy link

codecov bot commented May 17, 2024

Codecov Report

Attention: Patch coverage is 84.76027% with 89 lines in your changes are missing coverage. Please review.

Project coverage is 58.55%. Comparing base (58596f4) to head (8360d93).

Files Patch % Lines
crates/bitwarden/src/auth/login/password.rs 0.00% 12 Missing ⚠️
crates/bitwarden/src/auth/client_auth.rs 10.00% 9 Missing ⚠️
crates/bitwarden-uniffi/src/auth/mod.rs 0.00% 8 Missing ⚠️
crates/bitwarden/src/auth/register.rs 30.00% 7 Missing ⚠️
crates/bitwarden/src/platform/get_user_api_key.rs 0.00% 6 Missing ⚠️
crates/bw/src/auth/login.rs 0.00% 6 Missing ⚠️
crates/bitwarden/src/platform/fido2/client.rs 0.00% 4 Missing ⚠️
crates/bitwarden/src/vault/cipher/cipher.rs 93.44% 4 Missing ⚠️
crates/bitwarden-uniffi/src/crypto.rs 0.00% 3 Missing ⚠️
crates/bitwarden-wasm/src/client.rs 0.00% 3 Missing ⚠️
... and 14 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #791      +/-   ##
==========================================
- Coverage   59.47%   58.55%   -0.93%     
==========================================
  Files         180      178       -2     
  Lines       11753    11405     -348     
==========================================
- Hits         6990     6678     -312     
+ Misses       4763     4727      -36     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@Hinton Hinton force-pushed the ps/allocator-undo-sensitive branch from 9ccfb24 to 5c15808 Compare May 17, 2024 16:42
Base automatically changed from ps/allocator to main May 23, 2024 16:07
@Hinton Hinton changed the title Remove sensitive [PM-8275] Remove sensitive May 23, 2024
…o-sensitive

# Conflicts:
#	crates/bitwarden-c/Cargo.toml
#	crates/bitwarden-crypto/Cargo.toml
#	crates/bitwarden-crypto/src/allocator.rs
#	crates/bitwarden-crypto/src/lib.rs
#	crates/memory-testing/src/main.rs
…o-sensitive

# Conflicts:
#	crates/bitwarden-json/src/client.rs
#	crates/bitwarden/src/client/client.rs
#	crates/bitwarden/src/tool/send.rs
#	crates/bitwarden/src/vault/collection.rs
#	crates/bitwarden/src/vault/folder.rs
#	crates/bitwarden/src/vault/password_history.rs
@Hinton Hinton marked this pull request as ready for review May 31, 2024 14:04
@Hinton Hinton requested a review from dani-garcia May 31, 2024 14:04
@Hinton Hinton merged commit db37b15 into main Jun 3, 2024
105 checks passed
@Hinton Hinton deleted the ps/allocator-undo-sensitive branch June 3, 2024 10:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants