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

Setup processing of zip files #7

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Setup processing of zip files #7

wants to merge 4 commits into from

Conversation

shenanigansd
Copy link
Contributor

Closes #6

Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
Signed-off-by: GitHub <noreply@github.com>
@shenanigansd shenanigansd self-assigned this Apr 6, 2024
async def get_zip_contents(path: str) -> dict[str, bytes]:
"""Get zip contents."""
async with httpx.AsyncClient() as client:
response = await client.get(url=unquote(path))

Check failure

Code scanning / CodeQL

Full server-side request forgery Critical

The full URL of this request depends on a
user-provided value
.
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.

Setup analyzing
1 participant