-
Notifications
You must be signed in to change notification settings - Fork 0
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
Add requirements and measures to task registry client #360
base: main
Are you sure you want to change the base?
Add requirements and measures to task registry client #360
Conversation
2d491e2
to
fd5d501
Compare
def get_instrument_list(self) -> RepositoryContent: | ||
response = self.client.get(f"{TaskRegistryAPIClient.base_url}/instruments/") | ||
async def _make_request(self, endpoint: str, params: dict[str, Any] | None = None) -> dict[str, Any]: | ||
response = await self.client.get(f"{self.base_url}/{endpoint}", params=params) |
Check notice
Code scanning / SonarCloud
Server-side requests should not be vulnerable to traversing attacks Low
2feaa17
to
4aca34c
Compare
4aca34c
to
b3a1beb
Compare
Quality Gate failedFailed conditions See analysis details on SonarQube Cloud Catch issues before they fail your Quality Gate with our IDE extension SonarQube for IDE |
Description
Describe in detail the changes you are proposing, and the rationale.
Link all GitHub issues fixed by this PR.
Make sure to first open an issue, get community approval and only then create Pull Request to resolve it.
All Pull Requests must have an issue attached to them
Resolves #
Checklist
Please check all the boxes that apply to this pull request using "x":