Commit 5b3aa74
committed
Fix Codacy findings on PR 202
- use-defused-xml: switch test XML parse to defusedxml.ElementTree; justify
the write-only xml.etree import in reports.py (no untrusted parsing)
- dangerous-subprocess-use-audit: nosemgrep on the Qt-free subprocess probe
(fixed argv, sys.executable, no shell)
- pylint not-callable: disable on registry.usb_client getter guarded by callable()1 parent 532d982 commit 5b3aa74
4 files changed
Lines changed: 4 additions & 3 deletions
File tree
- je_auto_control/utils
- remote_desktop
- test_suite
- test/unit_test/headless
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
363 | 363 | | |
364 | 364 | | |
365 | 365 | | |
| 366 | + | |
366 | 367 | | |
367 | 368 | | |
368 | 369 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| |||
0 commit comments