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

« back to all changes in this revision

Viewing changes to mir_reviews/lxd/audits/code-shell.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
 
./lxd-bridge/lxd-bridge:18:1: note: LXD_IPV4_NETMASK appears unused. Verify it or export it. [SC2034]
2
 
./lxd-bridge/lxd-bridge:40:70: note: Double quote to prevent globbing and word splitting. [SC2086]
3
 
./lxd-bridge/lxd-bridge:46:23: note: Double quote to prevent globbing and word splitting. [SC2086]
4
 
./lxd-bridge/lxd-bridge:47:21: note: Double quote to prevent globbing and word splitting. [SC2086]
5
 
./lxd-bridge/lxd-bridge:51:32: note: Double quote to prevent globbing and word splitting. [SC2086]
6
 
./lxd-bridge/lxd-bridge:53:14: note: Use $(..) instead of deprecated `..` [SC2006]
7
 
./lxd-bridge/lxd-bridge:53:29: note: Double quote to prevent globbing and word splitting. [SC2086]
8
 
./lxd-bridge/lxd-bridge:55:21: note: Double quote to prevent globbing and word splitting. [SC2086]
9
 
./lxd-bridge/lxd-bridge:55:38: note: Double quote to prevent globbing and word splitting. [SC2086]
10
 
./lxd-bridge/lxd-bridge:57:21: note: Double quote to prevent globbing and word splitting. [SC2086]
11
 
./lxd-bridge/lxd-bridge:97:41: note: Double quote to prevent globbing and word splitting. [SC2086]
12
 
./lxd-bridge/lxd-bridge:144:30: note: Double quote to prevent globbing and word splitting. [SC2086]
13
 
./lxd-bridge/lxd-bridge:144:284: note: Double quote to prevent globbing and word splitting. [SC2086]
14
 
./lxd-bridge/lxd-bridge:144:298: note: Double quote to prevent globbing and word splitting. [SC2086]
15
 
./lxd-bridge/lxd-bridge:149:14: note: Double quote to prevent globbing and word splitting. [SC2086]
16
 
./lxd-bridge/lxd-bridge:179:13: note: Use $(..) instead of deprecated `..` [SC2006]
17
 
./lxd-bridge/lxd-bridge:179:66: note: Double quote to prevent globbing and word splitting. [SC2086]
18
 
./lxd-bridge/lxd-bridge:182:13: note: Use $(..) instead of deprecated `..` [SC2006]
19
 
./lxd-bridge/lxd-bridge:182:64: note: Double quote to prevent globbing and word splitting. [SC2086]
20
 
./dist/src/github.com/elazarl/goproxy/all.bash:4:15: error: Double quote array expansions, otherwise they're like $* and break on spaces. [SC2068]
21
 
./dist/src/github.com/elazarl/goproxy/all.bash:4:25: note: Double quote to prevent globbing and word splitting. [SC2086]
22
 
./dist/src/github.com/elazarl/goproxy/all.bash:8:6: note: Double quote to prevent globbing and word splitting. [SC2086]
23
 
./dist/src/github.com/elazarl/goproxy/all.bash:9:24: warning: Quote this to prevent word splitting. [SC2046]
24
 
./dist/src/github.com/elazarl/goproxy/all.bash:9:35: note: Double quote to prevent globbing and word splitting. [SC2086]
25
 
./dist/src/github.com/elazarl/goproxy/all.bash:10:7: note: Use ./*_test.go so names with dashes won't become options. [SC2035]
26
 
./dist/src/github.com/elazarl/goproxy/all.bash:10:52: note: f appears unused. Verify it or export it. [SC2034]
27
 
./dist/src/github.com/elazarl/goproxy/all.bash:11:17: error: Double quote array expansions, otherwise they're like $* and break on spaces. [SC2068]
28
 
./dist/src/github.com/elazarl/goproxy/all.bash:11:27: note: Double quote to prevent globbing and word splitting. [SC2086]
29
 
./dist/src/github.com/dustinkirkland/golang-petname/debian/update-wordlists.sh:7:14: note: Note that A && B || C is not if-then-else. C may run when A is true. [SC2015]
30
 
./dist/src/github.com/dustinkirkland/golang-petname/debian/update-wordlists.sh:10:9: warning: Don't use variables in the printf format string. Use printf "..%s.." "$foo". [SC2059]
31
 
./dist/src/github.com/dustinkirkland/golang-petname/debian/update-wordlists.sh:11:11: note: To read lines rather than words, pipe/redirect to a 'while read' loop. [SC2013]
32
 
./dist/src/github.com/dustinkirkland/golang-petname/debian/update-wordlists.sh:20:11: note: Use ./*.txt.list so names with dashes won't become options. [SC2035]
33
 
./dist/src/github.com/dustinkirkland/golang-petname/debian/update-wordlists.sh:22:7: note: Use ./*.txt.list so names with dashes won't become options. [SC2035]
34
 
./debian/lxd.init:33:30: note: Double quote to prevent globbing and word splitting. [SC2086]
35
 
./debian/lxd.init:36:41: note: Double quote to prevent globbing and word splitting. [SC2086]
36
 
./debian/lxd.init:58:41: note: Double quote to prevent globbing and word splitting. [SC2086]
37
 
./debian/lxd.init:82:14: note: Double quote to prevent globbing and word splitting. [SC2086]
38
 
./debian/lxd.postinst:20:1: warning: add_groups references arguments, but none are ever passed. [SC2120]
39
 
./debian/lxd.postinst:32:20: note: Double quote to prevent globbing and word splitting. [SC2086]
40
 
./debian/lxd.postinst:38:46: note: $ on variables in (( )) is unnecessary. [SC2004]
41
 
./debian/lxd.postinst:39:46: note: $ on variables in (( )) is unnecessary. [SC2004]
42
 
./debian/lxd.postinst:48:20: note: Double quote to prevent globbing and word splitting. [SC2086]
43
 
./debian/lxd.postinst:54:46: note: $ on variables in (( )) is unnecessary. [SC2004]
44
 
./debian/lxd.postinst:55:46: note: $ on variables in (( )) is unnecessary. [SC2004]
45
 
./debian/lxd.postinst:76:9: note: Use add_groups "$@" if function's $1 should mean script's $1. [SC2119]