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

« back to all changes in this revision

Viewing changes to mir_reviews/python-cryptography-vectors/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
 
./setup.py:16:    exec(f.read(), about)
5
 
 
6
 
== memory_management() ==
7
 
(unsupported type 'python')
8
 
 
9
 
== files() ==
10
 
./setup.py:15:with open(os.path.join(base_dir, "cryptography_vectors", "__about__.py")) as f:
11
 
./cryptography_vectors/__init__.py:23:    return open(os.path.join(base, filename), mode)
12
 
 
13
 
== logging() ==
14
 
 
15
 
== environment() ==
16
 
 
17
 
== privileged() ==
18
 
 
19
 
== networking() ==
20
 
./setup.py:16:    exec(f.read(), about)
21
 
 
22
 
== http:// ==
23
 
 
24
 
== encryption ==
25
 
./cryptography_vectors/__about__.py:15:__uri__ = "https://github.com/pyca/cryptography"
26
 
 
27
 
== sql() ==
28
 
 
29
 
== tmp() ==
30
 
 
31
 
== priv_cmds (sudo, gksu, pkexec) ==
32
 
 
33
 
== envvars() ==
34
 
 
35
 
== webkit() ==
36
 
 
37
 
== comments (XXX, FIXME, TODO) ==
38
 
 
39
 
== unsafe input mechanisms ==
40
 
(unsupported type 'python')
41