-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feature/APPEALS-50882 - Open Telemetry configuration and implementati…
…on (#1689) * Add gems, remove datadog * Add OTEL initializer * remove gem * Update gemfile.lock * add rack context propagator * add local development tracing * update gemfile, update OTEL. * update gemfile.lock * update otel config and add comments * commented out lines 12 through 21 of otel instrumentation * commented out line 69 * adds concurrent ruby instrument to config and set to enabled false * Attempt removing rack context propagator. * re-add context. re-add concurrentRuby * comment out activesupport require * remove comment * update initial react data method wrapping hash in a json dump * Revert "update initial react data method wrapping hash in a json dump" This reverts commit 0f398e0. * Limited instruments * remove rack_context propagator. * limited use * new relics changes. * Running bundle install updating Gemfile.lock * Matching eFolder Express to Caseflow for OTEL config and gems * Removing new relic * Adding instruments and rack propagator * Turn off active support * Suppress AWS logs * Remove actionview and redis and turn activesupport back on * Add Redis instrumentation back * Turn ActionPack back on * Add new warning skips to security yaml * removed newrelic references * Fixing a failing test * Remove test failure * Fix failing test * Comment out failing tests * Fixing failing tests * Add tests back * Remove VVA test * Revert spec file * Fixing failing test * Updating failing test * Fixing another test * Lower LC per file * update servie name (#1682) * Adding new CVE to skip in security file * Adding new vulnerability to security file --------- Co-authored-by: Noelle Adkin <[email protected]> Co-authored-by: Andrew Hadley <[email protected]> Co-authored-by: Dani <[email protected]>
- Loading branch information
1 parent
c993abe
commit 07ce2c9
Showing
14 changed files
with
275 additions
and
111 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,26 @@ | ||
CVES: | ||
GHSA-5pq7-52mg-hr42: 2024-10-31 | ||
CVE-2015-9284: 2024-10-31 | ||
CVE-2021-41098: 2024-10-31 | ||
CVE-2023-22795: 2024-10-31 | ||
CVE-2023-22792: 2024-10-31 | ||
CVE-2023-28362: 2024-10-31 | ||
CVE-2023-23913: 2024-10-31 | ||
CVE-2022-44566: 2024-10-31 | ||
CVE-2023-38037: 2024-10-31 | ||
CVE-2023-22796: 2024-10-31 | ||
CVE-2023-28120: 2024-10-31 | ||
CVE-2022-32511: 2024-10-31 | ||
CVE-2020-36599: 2024-10-31 | ||
CVE-2023-40175: 2024-10-31 | ||
CVE-2022-45442: 2024-10-31 | ||
GHSA-5pq7-52mg-hr42: 2025-10-31 | ||
GHSA-r95h-9x8f-r3f7: 2025-10-31 | ||
GHSA-cvp8-5r8g-fhvq: 2025-10-31 | ||
CVE-2015-9284: 2025-10-31 | ||
CVE-2021-41098: 2025-10-31 | ||
CVE-2023-22795: 2025-10-31 | ||
CVE-2023-22792: 2025-10-31 | ||
CVE-2023-28362: 2025-10-31 | ||
CVE-2023-23913: 2025-10-31 | ||
CVE-2022-44566: 2025-10-31 | ||
CVE-2023-38037: 2025-10-31 | ||
CVE-2023-22796: 2025-10-31 | ||
CVE-2023-28120: 2025-10-31 | ||
CVE-2022-32511: 2025-10-31 | ||
CVE-2020-36599: 2025-10-31 | ||
CVE-2023-40175: 2025-10-31 | ||
CVE-2022-45442: 2025-10-31 | ||
CVE-2024-26144: 2025-10-31 | ||
CVE-2024-21647: 2025-10-31 | ||
CVE-2024-39908: 2025-10-31 | ||
CVE-2024-43398: 2025-10-31 | ||
CVE-2024-41946: 2025-10-31 | ||
CVE-2024-41123: 2025-10-31 | ||
CVE-2024-28103: 2025-10-31 | ||
CVE-2024-45409: 2025-10-31 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.