Skip to content

Commit fab96d9

Browse files
bdrodesCopilot
andauthored
Update python/ql/test/query-tests/Security/CWE-918-ServerSideRequestForgery/test_azure_client.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 5ca9ff2 commit fab96d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ def azure_sdk_test(credential, output_path):
2222
c = ContainerClient.from_container_url(container_url=url, credential=credential) # NOT OK -- user only controlled fragment
2323
c = ContainerClient.from_container_url(container_url=full_url, credential=credential) # NOT OK -- user has full control
2424

25-
2625
download_blob_from_url(
2726
blob_url=url, # NOT OK -- user only controlled fragment
2827
output=output_path,

0 commit comments

Comments
 (0)