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

Deploy RC 422 to Prod #11341

Merged
merged 8 commits into from
Oct 15, 2024
Merged

Deploy RC 422 to Prod #11341

merged 8 commits into from
Oct 15, 2024

Conversation

aduth
Copy link
Contributor

@aduth aduth commented Oct 15, 2024

Bug Fixes

  • Document Capture: Extend session when moving between document capture steps (#11333)

Internal

  • Analytics: Adding facial match issuers query to report (#11339)
  • Analytics: Log edit distance for SSNs (#11331, #11336)
  • CI: Adding label to ArgoCD application manifest (#11332)
  • Tests: Updating to default to acr_values (#11335)

mitchellhenke and others added 8 commits October 10, 2024 12:21
* Extend session when moving between document capture steps

changelog: Bug Fixes, Document Capture, Extend session when moving between document capture steps

* Update spec/javascript/packages/document-capture/components/document-capture-spec.jsx

Co-authored-by: Andrew Duthie <[email protected]>

---------

Co-authored-by: Andrew Duthie <[email protected]>
* changelog: Internal, CI, Adding label to ArgoCD application manifest
* LG-14435: Log edit distance for SSNs on SSN update

**Why**

* Identify when people change their SSNs whether they are 1) correcting
  a typo (e.g., single-character changes) or 2) wholesale changing the
  SSN (i.e., use as a fraud signal).

**How**

* We store the previous SSN on the Idv::Session in `previous_ssn`

* We compute how many characters are different between the previous
  entered SSN and the newly submitted SSN and log that difference using
  DidYouMean::Levenshtein algorithm.

changelog: Internal, Analytics, Log edit distance for SSNs
* changelog: Internal, Tests, Updating to default to acr_values
* LG-14435: Log edit distance for SSNs in proofing results

**Why**

* Add redundancy to the logged field `previous_ssn_edit_distance` to
  make it easier to query and reason about in fraud contexts
* Identify when people change their SSNs whether they are 1) correcting
  a typo (e.g., single-character changes) or 2) wholesale changing the
  SSN (i.e., use as a fraud signal).

**How**

* Add to the VerifyInfoConcern which populates the event attributes for both
  InPerson and Remote VerifyInfoControllers.

changelog: Internal, Analytics, Log edit distance for SSNs
* changelog: Internal, Analytics, Adding facial match issuers query to report
@aduth aduth merged commit aff4584 into stages/prod Oct 15, 2024
1 check passed
@aduth aduth deleted the stages/rc-2024-10-15 branch October 15, 2024 17:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants