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

Production #9508

Open
wants to merge 317 commits into
base: master
Choose a base branch
from
Open

Production #9508

wants to merge 317 commits into from

Conversation

oslynn
Copy link
Collaborator

@oslynn oslynn commented May 16, 2023

This PR ...

If you are suggesting a fix for a currently exploitable issue, please disclose the issue to the prime-reportstream team directly outside of GitHub instead of filing a PR, so we may immediately patch the affected systems before a disclosure. See SECURITY.md/Reporting a Vulnerability for more information.

Test Steps:

  1. Include steps to test these changes

Changes

  • Include a comprehensive list of changes in this PR
  • (For web UI changes) Include screenshots/video of changes

Checklist

Testing

  • Tested locally?
  • Ran ./prime test or ./gradlew testSmoke against local Docker ReportStream container?
  • (For Changes to /frontend-react/...) Ran npm run lint:write?
  • Added tests?

Process

  • Are there licensing issues with any new dependencies introduced?
  • Includes a summary of what a code reviewer should test/verify?
  • Updated the release notes?
  • Database changes are submitted as a separate PR?
  • DevOps team has been notified if PR requires ops support?

Linked Issues

  • Fixes #issue

To Be Done

Create GitHub issues to track the work remaining, if any

  • #issue

Specific Security-related subjects a reviewer should pay specific attention to

  • Does this PR introduce new endpoints?
    • new endpoint A
    • new endpoint B
  • Does this PR include changes in authentication and/or authorization of existing endpoints?
  • Does this change introduce new dependencies that need vetting?
  • Does this change require changes to our infrastructure?
  • Does logging contain sensitive data?
  • Does this PR include or remove any sensitive information itself?

If you answered 'yes' to any of the questions above, conduct a detailed Review that addresses at least:

  • What are the potential security threats and mitigations? Please list the STRIDE threats and how they are mitigated
    • Spoofing (faking authenticity)
      • Threat T, which could be achieved by A, is mitigated by M
    • Tampering (influence or sabotage the integrity of information, data, or system)
    • Repudiation (the ability to dispute the origin or originator of an action)
    • Information disclosure (data made available to entities who should not have it)
    • Denial of service (make a resource unavailable)
    • Elevation of Privilege (reduce restrictions that apply or gain privileges one should not have)
  • Have you ensured logging does not contain sensitive data?
  • Have you received any additional approvals needed for this change?

@github-actions
Copy link

github-actions bot commented May 16, 2023

Dependency Review

✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.

OpenSSF Scorecard

PackageVersionScoreDetails

Scanned Manifest Files

@oslynn oslynn temporarily deployed to staging May 16, 2023 18:11 — with GitHub Actions Inactive
@kant777 kant777 temporarily deployed to staging May 18, 2023 17:35 — with GitHub Actions Inactive
@kant777 kant777 temporarily deployed to prod May 18, 2023 17:35 — with GitHub Actions Inactive
@github-actions
Copy link

github-actions bot commented May 18, 2023

Test Results

1 255 tests  +8   1 251 ✅ +8   8m 12s ⏱️ +34s
  164 suites +2       4 💤 ±0 
  164 files   +2       0 ❌ ±0 

Results for commit e4c79a0. ± Comparison against base commit 7895c62.

♻️ This comment has been updated with latest results.

@kant777 kant777 temporarily deployed to prod May 18, 2023 17:43 — with GitHub Actions Inactive
@oslynn oslynn temporarily deployed to prod May 23, 2023 17:23 — with GitHub Actions Inactive
@oslynn oslynn temporarily deployed to staging May 23, 2023 17:23 — with GitHub Actions Inactive
@oslynn oslynn temporarily deployed to prod May 23, 2023 17:34 — with GitHub Actions Inactive
@brick-green brick-green temporarily deployed to prod May 25, 2023 14:55 — with GitHub Actions Inactive
@brick-green brick-green temporarily deployed to staging May 25, 2023 14:55 — with GitHub Actions Inactive
@brick-green brick-green temporarily deployed to prod May 25, 2023 15:03 — with GitHub Actions Inactive
@thetaurean thetaurean temporarily deployed to prod May 30, 2023 18:43 — with GitHub Actions Inactive
@thetaurean thetaurean temporarily deployed to staging May 30, 2023 18:43 — with GitHub Actions Inactive
@thetaurean thetaurean temporarily deployed to prod May 30, 2023 18:53 — with GitHub Actions Inactive
@thetaurean thetaurean temporarily deployed to staging June 1, 2023 18:14 — with GitHub Actions Inactive
@thetaurean thetaurean temporarily deployed to prod June 1, 2023 18:14 — with GitHub Actions Inactive
@thetaurean thetaurean temporarily deployed to prod June 1, 2023 18:24 — with GitHub Actions Inactive
@jack-h-wang jack-h-wang temporarily deployed to staging June 8, 2023 19:13 — with GitHub Actions Inactive
@jack-h-wang jack-h-wang temporarily deployed to prod June 8, 2023 19:13 — with GitHub Actions Inactive
@jack-h-wang jack-h-wang temporarily deployed to prod June 8, 2023 19:22 — with GitHub Actions Inactive
@jack-h-wang jack-h-wang temporarily deployed to prod June 13, 2023 18:23 — with GitHub Actions Inactive
@jack-h-wang jack-h-wang temporarily deployed to staging June 13, 2023 18:24 — with GitHub Actions Inactive
@jack-h-wang jack-h-wang temporarily deployed to prod June 13, 2023 18:35 — with GitHub Actions Inactive
@jack-h-wang jack-h-wang temporarily deployed to staging June 15, 2023 17:07 — with GitHub Actions Inactive
@jack-h-wang jack-h-wang temporarily deployed to prod June 15, 2023 17:07 — with GitHub Actions Inactive
@jack-h-wang jack-h-wang temporarily deployed to prod June 15, 2023 17:16 — with GitHub Actions Inactive
dependabot bot and others added 12 commits December 5, 2024 23:44
…es (#16724)

* Bump the linting-and-formatting group across 1 directory with 4 updates

Bumps the linting-and-formatting group with 4 updates in the /frontend-react directory: [@eslint/compat](https://github.com/eslint/rewrite), [@eslint/js](https://github.com/eslint/eslint/tree/HEAD/packages/js), [eslint](https://github.com/eslint/eslint) and [prettier](https://github.com/prettier/prettier).


Updates `@eslint/compat` from 1.2.2 to 1.2.4
- [Release notes](https://github.com/eslint/rewrite/releases)
- [Changelog](https://github.com/eslint/rewrite/blob/main/release-please-config.json)
- [Commits](eslint/rewrite@compat-v1.2.2...compat-v1.2.4)

Updates `@eslint/js` from 9.13.0 to 9.16.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/commits/v9.16.0/packages/js)

Updates `eslint` from 9.13.0 to 9.16.0
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/main/CHANGELOG.md)
- [Commits](eslint/eslint@v9.13.0...v9.16.0)

Updates `prettier` from 3.3.3 to 3.4.2
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](prettier/prettier@3.3.3...3.4.2)

---
updated-dependencies:
- dependency-name: "@eslint/compat"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: linting-and-formatting
- dependency-name: "@eslint/js"
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting-and-formatting
- dependency-name: eslint
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting-and-formatting
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: linting-and-formatting
...

Signed-off-by: dependabot[bot] <[email protected]>

* format autofix

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joseph Andersen <[email protected]>
* Bump the bundler group across 1 directory with 3 updates

Bumps the bundler group with 3 updates in the /frontend-react directory: [@vitejs/plugin-react](https://github.com/vitejs/vite-plugin-react/tree/HEAD/packages/plugin-react), [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) and [vite-plugin-svgr](https://github.com/pd4d10/vite-plugin-svgr).


Updates `@vitejs/plugin-react` from 4.3.3 to 4.3.4
- [Release notes](https://github.com/vitejs/vite-plugin-react/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react/blob/main/packages/plugin-react/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react/commits/v4.3.4/packages/plugin-react)

Updates `vite` from 5.4.10 to 6.0.3
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v6.0.3/packages/vite)

Updates `vite-plugin-svgr` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/pd4d10/vite-plugin-svgr/releases)
- [Commits](pd4d10/vite-plugin-svgr@v4.2.0...v4.3.0)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react"
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: bundler
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: bundler
- dependency-name: vite-plugin-svgr
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: bundler
...

Signed-off-by: dependabot[bot] <[email protected]>

* migrate css config for vite 6

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joseph Andersen <[email protected]>
* Bump the router group across 1 directory with 3 updates

Bumps the router group with 3 updates in the /frontend-react directory: [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router), [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom) and [storybook-addon-remix-react-router](https://github.com/JesusTheHun/storybook-addon-remix-react-router).


Updates `react-router` from 6.27.0 to 7.0.2
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router)

Updates `react-router-dom` from 6.27.0 to 7.0.2
- [Release notes](https://github.com/remix-run/react-router/releases)
- [Changelog](https://github.com/remix-run/react-router/blob/main/packages/react-router-dom/CHANGELOG.md)
- [Commits](https://github.com/remix-run/react-router/commits/[email protected]/packages/react-router-dom)

Updates `storybook-addon-remix-react-router` from 3.0.1 to 3.0.2
- [Release notes](https://github.com/JesusTheHun/storybook-addon-remix-react-router/releases)
- [Changelog](https://github.com/JesusTheHun/storybook-addon-remix-react-router/blob/main/CHANGELOG.md)
- [Commits](JesusTheHun/storybook-addon-remix-react-router@v3.0.1...v3.0.2)

---
updated-dependencies:
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: router
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: router
- dependency-name: storybook-addon-remix-react-router
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: router
...

Signed-off-by: dependabot[bot] <[email protected]>

* pin react-router to pre-7 as it requires react 19

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Joseph Andersen <[email protected]>
* Integrating the checksum-validate-action GitHub Action into project
* Correcting all external references to the checksum-validate-action GitHub Action

---------

Co-authored-by: Eduardo Valdes <[email protected]>
Bumps [eslint-plugin-testing-library](https://github.com/testing-library/eslint-plugin-testing-library) from 6.4.0 to 7.1.1.
- [Release notes](https://github.com/testing-library/eslint-plugin-testing-library/releases)
- [Changelog](https://github.com/testing-library/eslint-plugin-testing-library/blob/main/.releaserc.json)
- [Commits](testing-library/eslint-plugin-testing-library@v6.4.0...v7.1.1)

---
updated-dependencies:
- dependency-name: eslint-plugin-testing-library
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the mocking group with 2 updates in the /frontend-react directory: [msw](https://github.com/mswjs/msw) and [msw-storybook-addon](https://github.com/mswjs/msw-storybook-addon/tree/HEAD/packages/msw-addon).


Updates `msw` from 2.4.11 to 2.6.7
- [Release notes](https://github.com/mswjs/msw/releases)
- [Changelog](https://github.com/mswjs/msw/blob/main/CHANGELOG.md)
- [Commits](mswjs/msw@v2.4.11...v2.6.7)

Updates `msw-storybook-addon` from 2.0.3 to 2.0.4
- [Release notes](https://github.com/mswjs/msw-storybook-addon/releases)
- [Changelog](https://github.com/mswjs/msw-storybook-addon/blob/main/packages/msw-addon/CHANGELOG.md)
- [Commits](https://github.com/mswjs/msw-storybook-addon/commits/v2.0.4/packages/msw-addon)

---
updated-dependencies:
- dependency-name: msw
  dependency-type: direct:development
  update-type: version-update:semver-minor
  dependency-group: mocking
- dependency-name: msw-storybook-addon
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: mocking
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
#16632)

Bumps the project group in /frontend-react with 1 update: [husky](https://github.com/typicode/husky).


Updates `husky` from 9.1.6 to 9.1.7
- [Release notes](https://github.com/typicode/husky/releases)
- [Commits](typicode/husky@v9.1.6...v9.1.7)

---
updated-dependencies:
- dependency-name: husky
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: project
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the ui group in /frontend-react with 1 update: [focus-trap-react](https://github.com/focus-trap/focus-trap-react).


Updates `focus-trap-react` from 10.3.0 to 10.3.1
- [Release notes](https://github.com/focus-trap/focus-trap-react/releases)
- [Changelog](https://github.com/focus-trap/focus-trap-react/blob/master/CHANGELOG.md)
- [Commits](focus-trap/focus-trap-react@v10.3.0...v10.3.1)

---
updated-dependencies:
- dependency-name: focus-trap-react
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: ui
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the auth group with 1 update in the /frontend-react directory: [@okta/okta-signin-widget](https://github.com/okta/okta-signin-widget).


Updates `@okta/okta-signin-widget` from 7.24.2 to 7.26.1
- [Release notes](https://github.com/okta/okta-signin-widget/releases)
- [Changelog](https://github.com/okta/okta-signin-widget/blob/master/webpack.release.config.js)
- [Commits](okta/okta-signin-widget@okta-signin-widget-7.24.2...okta-signin-widget-7.26.1)

---
updated-dependencies:
- dependency-name: "@okta/okta-signin-widget"
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: auth
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Bumps the typescript-types group in /frontend-react with 1 update: [@types/github-slugger](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/github-slugger).


Updates `@types/github-slugger` from 1.3.0 to 2.0.0
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/github-slugger)

---
updated-dependencies:
- dependency-name: "@types/github-slugger"
  dependency-type: direct:development
  update-type: version-update:semver-major
  dependency-group: typescript-types
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Copy link

⚠️ Broken Links ⚠️

https://www.cdc.gov/od/foia

Error: Request failed with status code 403


https://www.hhs.gov/vulnerability-disclosure-policy/index.html

Error: Request failed with status code 403


https://www.cdc.gov/poxvirus/mpox/lab-personnel/report-results.html

Error: Request failed with status code 404


Copy link

Branch deployed to Chromatic 🚀.

  • ⚠️ Detected 0 tests with visual changes.
  • ✅ All tests passed.

View via:

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.