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

[Closes #380] First pass DEM Data Set import #382

Merged
merged 20 commits into from
May 14, 2024
Merged

[Closes #380] First pass DEM Data Set import #382

merged 20 commits into from
May 14, 2024

Conversation

francisli
Copy link
Member

No description provided.


router.patch(
'/:id/import',
interceptors.requireAgency(models.Employment.Roles.CONFIGURATION),

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
@@ -32,6 +32,45 @@
}),
);

router.get(
'/:id/import',
interceptors.requireAgency(models.Employment.Roles.CONFIGURATION),

Check failure

Code scanning / CodeQL

Missing rate limiting High

This route handler performs
authorization
, but is not rate-limited.
@francisli francisli merged commit fa431c3 into dev May 14, 2024
2 of 3 checks passed
@francisli francisli deleted the 380-dem-import branch May 14, 2024 23:56
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