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

Resolve bundle-audit error #15704

Merged
merged 4 commits into from
Feb 27, 2024
Merged

Resolve bundle-audit error #15704

merged 4 commits into from
Feb 27, 2024

Conversation

rjohnson2011
Copy link
Contributor

@rjohnson2011 rjohnson2011 requested a review from a team as a code owner February 27, 2024 22:09
@rjohnson2011 rjohnson2011 changed the title Change rack-cors version to fix bundle-audit error Resolve bundle-audit error Feb 27, 2024
@rjohnson2011 rjohnson2011 merged commit 9deeac5 into master Feb 27, 2024
20 checks passed
@rjohnson2011 rjohnson2011 deleted the fix-rack-cors-error branch February 27, 2024 22:32
@geeksam
Copy link

geeksam commented Feb 27, 2024

I noticed this on the gem's page and came here to see how you'd "resolved" this, since the gem hasn't had an update yet. By "resolve," I assume you mean "ignore"? 😜

(Purely a friendly jest, I assure you. I made the same change to my CI config in the interest of not breaking the build because of a not-yet-actionable error.)

rjohnson2011 added a commit that referenced this pull request Feb 27, 2024
* Resolve bundle-audit error (#15704)

* Change rack-cors version to fix bundle-audit error

* Add ignore flag to bundle audit

* Restore rack cors version 2.0.1

* Update bundle-audit

* Fix Gemfile.lock (#15700)

* remove x86_64-darwin-22 using bundle lock --remove-platform command

* add ruby using bundle lock --add-platform command

* Remove code-checks.yml

---------

Co-authored-by: Holden Hinkle <[email protected]>
rjohnson2011 added a commit that referenced this pull request Feb 28, 2024
* Resolve bundle-audit error (#15704)

* Change rack-cors version to fix bundle-audit error

* Add ignore flag to bundle audit

* Restore rack cors version 2.0.1

* Update bundle-audit

* Fix Gemfile.lock (#15700)

* remove x86_64-darwin-22 using bundle lock --remove-platform command

* add ruby using bundle lock --add-platform command

* Dbex user identifiers status check (#14858)

* Include Form526 user identifier presence mapping in user profile

Includes the mapping of required Form526 user identifier data generated by the Users::Form526UserIdentifiersStatusService in the user profile returned from the main user endpoint.

The front end will use this information to display to the user any identifiers we don't have in our system, so they can pass that information on to the Contact Center.

Adds a feature flag, form_526_required_identifiers_in_user_object, and gates the presence of this data in the profile.

* Update User LOA JSON Schema validations for 526 identifiers

Updates four JSON schema validation files to relfect the addition of the form526_required_identifier_presence key to the users profile metadata

* Add user arg to feature flags

Forgot to pass the user arg to this feature flag. We want to allow this level of control so we could release this change progressively if we wanted to

* Satisfy outstanding Rubocop warning to use anonymous positional arguments forwarding

* Fix Flipper disable in profile test

The user argument doesn't seem to work properly when enabling and disabling Flippers in specs. Confident this is working properly in the actual codebase though.

* Address style suggestion in metadata conditional

Prefer unless statement and early return to if statment in this case

---------

Co-authored-by: Eric Boehs <[email protected]>

* Adds count of records written to log message (#15705)

* Use LOA2 instead of LOA3 for datebox timestamp logic (#15655)

* revert(vaos): removed clinic stop code logging (#15693)


va.gov-team#71272

* Filter Unwanted Errors from Retrying (Dependents Forms) (#15545)

* Add filters from exception cause

* Use sidekiq skip mechanism

* Use common method to submit backup

* Move filter handling to method

* Params for filter method

* Lint issues

* Fix icn as instance var

* Missed 686c param

* Move salvage form to top of rescue block

* Same for other job

* Remove code checks

* updated cve file in build workflow

---------

Co-authored-by: Holden Hinkle <[email protected]>
Co-authored-by: Nathan Burgess <[email protected]>
Co-authored-by: Eric Boehs <[email protected]>
Co-authored-by: gia-lexa <[email protected]>
Co-authored-by: Eric Tillberg <[email protected]>
Co-authored-by: AJ Magdub <[email protected]>
Co-authored-by: Tyler Fink <[email protected]>
Co-authored-by: RachalCassity <[email protected]>
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.

3 participants