We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38745ec commit 198c2c2Copy full SHA for 198c2c2
.changeset/seven-rabbits-doubt.md
@@ -0,0 +1,5 @@
1
+---
2
+'dex-analysis': minor
3
4
+
5
+disallow arbitrary urls in DEX remote commands explore tools
apps/dex-analysis/src/warp_diag_reader.ts
@@ -69,7 +69,7 @@ export class WarpDiagReader extends DurableObject<Env> {
69
const url = new URL(
70
`https://api.cloudflare.com/client/v4/accounts/${accountId}/dex/devices/${deviceId}/commands/downloads/${commandId}.zip`
71
)
72
- console.log(`WarpDiagReader fetching `, url)
73
let headers = {
74
Authorization: `Bearer ${accessToken}`,
75
}
0 commit comments