Skip to content

Commit 8b93e81

Browse files
am0o0tausbn
authored andcommitted
minor test cases change: remove unused dict
1 parent 6b9cc1a commit 8b93e81

File tree

1 file changed

+0
-8
lines changed
  • python/ql/test/experimental/query-tests/Security/CWE-074-SecondaryServerCmdInjection

1 file changed

+0
-8
lines changed

python/ql/test/experimental/query-tests/Security/CWE-074-SecondaryServerCmdInjection/Scrapli.py

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,6 @@
88

99

1010
app = FastAPI()
11-
cisco_881 = {
12-
'device_type': 'cisco_ios',
13-
'host': '10.10.10.10',
14-
'username': 'test',
15-
'password': 'password',
16-
'port': 8022, # optional, defaults to 22
17-
'secret': 'secret', # optional, defaults to ''
18-
}
1911

2012
@app.get("/bad1")
2113
async def bad1(cmd: str):

0 commit comments

Comments
 (0)