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

Sync staging with develop #353

Merged
merged 125 commits into from
Sep 11, 2023
Merged

Sync staging with develop #353

merged 125 commits into from
Sep 11, 2023

Conversation

courtneymyers
Copy link
Collaborator

Merging latest develop changes into staging

…l rebates page) and update styles (shrink buttons, update small screen layout)
…link to the right of the new rebate year select
…on text components for dashboard, helpdesk, and signout (less dry but also less indirection)
… and update rebate year select in allRebates component to use it
…status, and update API to return those values and code to reflect they're now each stored at the year level too
…se it in checkFormSubmissionPeriodAndBapStatus() function
…lsy, and update SAM.gov api endpoint to not attempt to fetch SAM.gov entities if no email address (or an empty string for one) is provided

const router = express.Router();

router.use(ensureAuthenticated);

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.

const router = express.Router();

router.use(ensureAuthenticated);

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.

const router = express.Router();

router.use(ensureAuthenticated);

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.

const router = express.Router();

router.use(ensureAuthenticated);

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.

const router = express.Router();

router.use(ensureAuthenticated);

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
@courtneymyers courtneymyers merged commit d3545ba into staging Sep 11, 2023
2 of 3 checks passed
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.

1 participant