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 594 commits into
base: master
Choose a base branch
from
Open

Production #9508

wants to merge 594 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
Contributor

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
Contributor

github-actions bot commented May 18, 2023

Test Results

1 272 tests  +25   1 268 ✅ +25   7m 33s ⏱️ -5s
  165 suites + 3       4 💤 ± 0 
  165 files   + 3       0 ❌ ± 0 

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

This pull request removes 7 and adds 32 tests. Note that renamed tests count towards both.
gov.cdc.prime.router.azure.BlobAccessTests ‑ copy blob()
gov.cdc.prime.router.azure.ReportFunctionTests ‑ getReceiver()
gov.cdc.prime.router.azure.ReportFunctionTests ‑ processFhirDataRequest no environment, receiver name, or org name and output format blank()
gov.cdc.prime.router.fhirengine.utils.HL7ReaderTests ‑ get getMessages can parse a message that uses the deprecated CE type in OBX2()
gov.cdc.prime.router.fhirengine.utils.HL7ReaderTests ‑ get getMessages no mapped models()
gov.cdc.prime.router.fhirengine.utils.HL7ReaderTests ‑ get getMessages v27 succeeds()
gov.cdc.prime.router.fhirengine.utils.HL7ReaderTests ‑ test getMessageProfile()
gov.cdc.prime.router.ReceiverTests ‑ test MAJURO receiver timezone()
gov.cdc.prime.router.azure.ReportFunctionTests ‑ processFhirDataRequest nonCLI request in staging without access token should fail()
gov.cdc.prime.router.azure.ReportFunctionTests ‑ processFhirDataRequest receiver name, or org name and output format blank()
gov.cdc.prime.router.azure.ReportFunctionTests ‑ return ack if requested and enabled()
gov.cdc.prime.router.azure.SenderFunctionTest ‑ test SenderFunction conditionCodeComparisonPostRequest exception error()
gov.cdc.prime.router.azure.SenderFunctionTest ‑ test SenderFunction conditionCodeComparisonPostRequest ok()
gov.cdc.prime.router.azure.SenderFunctionTest ‑ test SenderFunction conditionCodeComparisonPostRequest with bad sender()
gov.cdc.prime.router.azure.SenderFunctionTest ‑ test SenderFunction conditionCodeComparisonPostRequest with no sender()
gov.cdc.prime.router.azure.SenderFunctionTest ‑ test SenderFunction conditionCodeComparisonPostRequest with unauthenticated sender()
gov.cdc.prime.router.azure.SenderFunctionTest ‑ test SenderFunction conditionCodeComparisonPostRequest with unauthorized sender()
…

♻️ 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
@jack-h-wang jack-h-wang temporarily deployed to prod June 20, 2023 17:35 — with GitHub Actions Inactive
@jack-h-wang jack-h-wang temporarily deployed to staging June 20, 2023 17:35 — with GitHub Actions Inactive
@jack-h-wang jack-h-wang temporarily deployed to prod June 20, 2023 17:50 — with GitHub Actions Inactive
etanb and others added 24 commits January 23, 2025 16:38
…sult-Page-without-Download-Results

Experience 16074: Create test result page without download results
Bumps the react group in /frontend-react with 1 update: [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react).


Updates `eslint-plugin-react` from 7.37.3 to 7.37.4
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](jsx-eslint/eslint-plugin-react@v7.37.3...v7.37.4)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: react
...

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the ui group in /frontend-react with 2 updates: [focus-trap-react](https://github.com/focus-trap/focus-trap-react) and [react-toastify](https://github.com/fkhadra/react-toastify).


Updates `focus-trap-react` from 11.0.2 to 11.0.3
- [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@v11.0.2...v11.0.3)

Updates `react-toastify` from 11.0.2 to 11.0.3
- [Release notes](https://github.com/fkhadra/react-toastify/releases)
- [Commits](fkhadra/react-toastify@v11.0.2...v11.0.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Bumps the router group in /frontend-react with 2 updates: [react-router](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router) and [react-router-dom](https://github.com/remix-run/react-router/tree/HEAD/packages/react-router-dom).


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

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

---
updated-dependencies:
- dependency-name: react-router
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: router
- dependency-name: react-router-dom
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: router
...

Signed-off-by: dependabot[bot] <support@github.com>
…d-react/react-56108c88ef

Bump eslint-plugin-react from 7.37.3 to 7.37.4 in /frontend-react in the react group
…d-react/ui-2455ac706d

Bump the ui group in /frontend-react with 2 updates
* frontend dockerized

* run nginx as unprivileged user

* bump node to bugfix version 20.15.1, as per Chainguard requirement

* add Dockerfile

* re-add run.container.sh script

* update dpendabot to include Dockerfile in updates

* resolve new CVE in glibc

* update nginx.conf

---------

Co-authored-by: Joseph Andersen <12385932+jpandersen87@users.noreply.github.com>
fixed versioning strategy
Change label from 'DevOps' to 'DevSecOps'
* Shell/Bash, PowerShell and Python scripts to export Azure Resources into CSV format
…d-react/router-362ca8d24e

Bump the router group in /frontend-react with 2 updates
* Release Notes - Dec 2024 - Publication
Fixes #15221
* workflow updates

* fix dependabot versioning strategy for Dockerfile
* Carbon Health Onboarding - Test with WA

* Update the qualityFilter

* Update routingFilter
* Adding basic implementation to be refined

* trivy action:

* Updates

---------

Co-authored-by: matts <22215332+devopsmatt@users.noreply.github.com>
17017: docs for sender code to condition mapping comparison endpoint
Copy link
Contributor

⚠️ Broken Links ⚠️

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

Error: Request failed with status code 403


❌ /assets/xlsm/20241204_ReportStream-Mapping-Template.xlsm

Error: Internal link: Page error


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

Error: Request failed with status code 404


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.