Update python/ql/test/query-tests/Security/CWE-918-ServerSideRequestForgery/test_azure_client.py

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
Ben Rodes
2025-09-30 14:00:16 -04:00
committed by GitHub
parent 5ca9ff2082
commit fab96d9539

View File

@@ -22,7 +22,6 @@ def azure_sdk_test(credential, output_path):
c = ContainerClient.from_container_url(container_url=url, credential=credential) # NOT OK -- user only controlled fragment
c = ContainerClient.from_container_url(container_url=full_url, credential=credential) # NOT OK -- user has full control
download_blob_from_url(
blob_url=url, # NOT OK -- user only controlled fragment
output=output_path,