~ubuntu-security/ubuntu-cve-tracker/master

« back to all changes in this revision

Viewing changes to mir_reviews/unity-scope-click/audits/code-python.txt

  • Committer: Steve Beattie
  • Date: 2019-02-19 06:18:27 UTC
  • Revision ID: sbeattie@ubuntu.com-20190219061827-oh57fzcfc1u9dlfk
The ubuntu-cve-tracker project has been converted to git.

Please use 'git clone https://git.launchpad.net/ubuntu-cve-tracker' to
get the converted tree.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Running: /home/sarnold/bin/audit-code.sh -c python ./
2
 
Scanning './'
3
 
== subprocess_spawned() ==
4
 
./autopilot/unityclickscope/test_click_scope.py:109:        os.system('pkill -f -9 clickscope.ini')
5
 
./autopilot/unityclickscope/test_click_scope.py:110:        os.system(
6
 
 
7
 
== memory_management() ==
8
 
(unsupported type 'python')
9
 
 
10
 
== files() ==
11
 
./autopilot/unityclickscope/fake_servers.py:34:        with open(file_path) as file_:
12
 
 
13
 
== logging() ==
14
 
 
15
 
== environment() ==
16
 
 
17
 
== privileged() ==
18
 
 
19
 
== networking() ==
20
 
./autopilot/unityclickscope/credentials.py:35:        self._main_loop_thread = threading.Thread(
21
 
./autopilot/unityclickscope/fixture_setup.py:45:        server_thread = threading.Thread(target=fake_server.serve_forever)
22
 
./autopilot/unityclickscope/fake_servers.py:31:        self.wfile.write(reply_json.encode())
23
 
./autopilot/unityclickscope/fake_servers.py:35:            data = file_.read()
24
 
./autopilot/unityclickscope/fake_servers.py:42:                self.wfile.write(data)
25
 
./autopilot/unityclickscope/fake_servers.py:159:        dummy_file.write('Dummy click file.'.encode())
26
 
./autopilot/unityclickscope/fake_servers.py:160:        dummy_file.write(name.encode())
27
 
 
28
 
== http:// ==
29
 
./autopilot/unityclickscope/test_fixture_setup.py:15:# along with this program. If not, see <http://www.gnu.org/licenses/>.
30
 
./autopilot/unityclickscope/credentials.py:15:# along with this program. If not, see <http://www.gnu.org/licenses/>.
31
 
./autopilot/unityclickscope/fixture_setup.py:15:# along with this program. If not, see <http://www.gnu.org/licenses/>.
32
 
./autopilot/unityclickscope/fixture_setup.py:49:        self.url = 'http://localhost:{}/'.format(fake_server.server_port)
33
 
./autopilot/unityclickscope/fake_servers.py:15:# along with this program. If not, see <http://www.gnu.org/licenses/>.
34
 
./autopilot/unityclickscope/test_click_scope.py:15:# along with this program. If not, see <http://www.gnu.org/licenses/>.
35
 
./autopilot/unityclickscope/fake_services.py:15:# along with this program. If not, see <http://www.gnu.org/licenses/>.
36
 
 
37
 
== encryption ==
38
 
./autopilot/unityclickscope/fake_servers.py:60:            'resource_url': 'https://TODO/api/v1/package/com.ubuntu.shorts',
39
 
./autopilot/unityclickscope/fake_servers.py:68:        'website': 'https://launchpad.net/ubuntu-rssreader-app',
40
 
./autopilot/unityclickscope/fake_servers.py:77:        'screenshot_url': 'https://TODO/shorts0.png',
41
 
./autopilot/unityclickscope/fake_servers.py:84:        'icon_url': 'https://TODO/shorts.png',
42
 
./autopilot/unityclickscope/fake_servers.py:95:            'https://TODO/shorts0.png',
43
 
./autopilot/unityclickscope/fake_servers.py:96:            'https://TODO/shorts1.png'
44
 
 
45
 
== sql() ==
46
 
./autopilot/unityclickscope/test_click_scope.py:157:        self.dash.enter_search_query(query)
47
 
 
48
 
== tmp() ==
49
 
 
50
 
== priv_cmds (sudo, gksu, pkexec) ==
51
 
 
52
 
== envvars() ==
53
 
 
54
 
== webkit() ==
55
 
 
56
 
== comments (XXX, FIXME, TODO) ==
57
 
./autopilot/unityclickscope/fake_servers.py:60:            'resource_url': 'https://TODO/api/v1/package/com.ubuntu.shorts',
58
 
./autopilot/unityclickscope/fake_servers.py:77:        'screenshot_url': 'https://TODO/shorts0.png',
59
 
./autopilot/unityclickscope/fake_servers.py:84:        'icon_url': 'https://TODO/shorts.png',
60
 
./autopilot/unityclickscope/fake_servers.py:95:            'https://TODO/shorts0.png',
61
 
./autopilot/unityclickscope/fake_servers.py:96:            'https://TODO/shorts1.png'
62
 
 
63
 
== unsafe input mechanisms ==
64
 
(unsupported type 'python')
65