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

« back to all changes in this revision

Viewing changes to mir_reviews/zfs-linux/audits/code-perl.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 perl ./
2
 
Scanning './'
3
 
== subprocess_spawned() ==
4
 
 
5
 
== memory_management() ==
6
 
 
7
 
== files() ==
8
 
 
9
 
== logging() ==
10
 
 
11
 
== environment() ==
12
 
 
13
 
== privileged() ==
14
 
 
15
 
== networking() ==
16
 
 
17
 
== http:// ==
18
 
./scripts/cstyle.pl:10:# or http://www.opensolaris.org/os/licensing.
19
 
 
20
 
== encryption ==
21
 
 
22
 
== sql() ==
23
 
 
24
 
== tmp() ==
25
 
 
26
 
== priv_cmds (sudo, gksu, pkexec) ==
27
 
 
28
 
== envvars() ==
29
 
 
30
 
== webkit() ==
31
 
 
32
 
== comments (XXX, FIXME, TODO) ==
33
 
./scripts/cstyle.pl:398:        # XXX - but still a problem in sub-blocks.
34
 
./scripts/cstyle.pl:529:                # XXX - should only check this for C++ code
35
 
./scripts/cstyle.pl:530:                # XXX - there are probably other forms that should be allowed
36
 
./scripts/cstyle.pl:564:                s/\b(for|if|while|switch|return|case|sizeof)\s\(/XXX(/g;
37
 
./scripts/cstyle.pl:565:                s/#elif\s\(/XXX(/g;
38
 
./scripts/cstyle.pl:566:                s/^#define\s+\w+\s+\(/XXX(/;
39
 
./scripts/cstyle.pl:569:                s/\w\s\(+\*/XXX(*/g;
40
 
./scripts/cstyle.pl:570:                s/\b($typename|void)\s+\(+/XXX(/og;
41
 
./scripts/cstyle.pl:577:        # XXX - this still trips over too many legitimate things,
42
 
 
43
 
== unsafe input mechanisms ==
44
 
(unsupported type 'perl')
45