future-architect / vuls

Agent-less vulnerability scanner for Linux, FreeBSD, Container, WordPress, Programming language libraries, Network devices
https://vuls.io/
GNU General Public License v3.0
10.91k stars 1.16k forks source link

[vulsctl on host] no cve results on debian 9 #1629

Closed rpicot-lecko closed 1 year ago

rpicot-lecko commented 1 year ago

What did you do? (required. The issue will be closed when not provided.)

I followed this tutorial: https://vuls.io/docs/en/install-with-vulsctl-host.html

I used a VM on debian 9

Using an old version, so as to certainly have CVEs detected.

I did see that the script oval.sh had only debian 10 and 11, so i added 9 so it looks like the following goval-dictionary fetch debian ${@} 9 10 11 and then launched it again. The logs indicated that the data for debian 9 actually got downloaded

What did you expect to happen?

After the install, and the first scan on local machine, have CVEs on the report

What happened instead?

no cve detected during scan on local machine

localhost (debian9.13)
======================
Total: 0 (Critical:0 High:0 Medium:0 Low:0 ?:0)
0/0 Fixed, 0 poc, 0 exploits, cisa: 0, uscert: 0, jpcert: 0 alerts
684 installed

same with -debug

vuls scan -debug
[Mar 28 15:13:18]  INFO [localhost] vuls-v0.22.2-build-20230328_072748_7f35f4e
[Mar 28 15:13:18]  INFO [localhost] Start scanning
[Mar 28 15:13:18]  INFO [localhost] config: /home/remi/tmp2/vulsctl/install-host/config.toml
[Mar 28 15:13:18] DEBUG [localhost] map[string]config.ServerInfo{
  "localhost": config.ServerInfo{
    BaseName:           "localhost",
    ServerName:         "localhost",
    User:               "",
    Host:               "localhost",
    IgnoreIPAddresses:  []string{},
    JumpServer:         []string{},
    Port:               "local",
    SSHConfigPath:      "",
    KeyPath:            "",
    CpeNames:           []string{},
    ScanMode:           []string{},
    ScanModules:        []string{},
    OwaspDCXMLPath:     "",
    ContainersOnly:     false,
    ContainersIncluded: []string{},
    ContainersExcluded: []string{},
    ContainerType:      "",
    Containers:         map[string]config.ContainerSetting{},
    IgnoreCves:         []string{},
    IgnorePkgsRegexp:   []string{},
    GitHubRepos:        map[string]config.GitHubConf{},
    UUIDs:              map[string]string{},
    Memo:               "",
    Enablerepo:         []string{},
    Optional:           map[string]interface {}{},
    Lockfiles:          []string{},
    FindLock:           false,
    FindLockDirs:       []string{},
    Type:               "",
    IgnoredJSONKeys:    []string{},
    WordPress:          &config.WordPressConf{
      OSUser:  "",
      DocRoot: "",
      CmdPath: "",
    },
    PortScan: &config.PortScanConf{
      IsUseExternalScanner: false,
      ScannerBinPath:       "",
      HasPrivileged:        false,
      ScanTechniques:       []string{},
      SourcePort:           "",
    },
    IPv4Addrs:       []string{},
    IPv6Addrs:       []string{},
    IPSIdentifiers:  map[string]string{},
    LogMsgAnsiColor: "",
    Container:       config.Container{
      ContainerID: "",
      Name:        "",
      Image:       "",
    },
    Distro: config.Distro{
      Family:  "",
      Release: "",
    },
    Mode: config.ScanMode{
      flag: 0x01,
    },
    Module: config.ScanModule{
      flag: 0x0f,
    },
  },
}
[Mar 28 15:13:18]  INFO [localhost] Validating config...
[Mar 28 15:13:18]  INFO [localhost] Detecting Server/Container OS...
[Mar 28 15:13:18]  INFO [localhost] Detecting OS of servers...
[Mar 28 15:13:18] DEBUG [localhost] Executing... ls /etc/debian_version
[Mar 28 15:13:18] DEBUG [localhost] execResult: servername:
  cmd: ls /etc/debian_version
  exitstatus: 0
  stdout: /etc/debian_version

  stderr:
  err: %!s(<nil>)
[Mar 28 15:13:18] DEBUG [localhost] Executing... cat /etc/issue
[Mar 28 15:13:18] DEBUG [localhost] execResult: servername:
  cmd: cat /etc/issue
  exitstatus: 0
  stdout: Debian GNU/Linux 9 \n \l

  stderr:
  err: %!s(<nil>)
[Mar 28 15:13:18] DEBUG [localhost] Executing... lsb_release -ir
[Mar 28 15:13:18] DEBUG [localhost] execResult: servername:
  cmd: lsb_release -ir
  exitstatus: 0
  stdout: Distributor ID:   Debian
Release:    9.13

  stderr:
  err: %!s(<nil>)
[Mar 28 15:13:18] DEBUG [localhost] Debian based Linux. Host: localhost:local
[Mar 28 15:13:18]  INFO [localhost] (1/1) Detected: localhost: debian 9.13
[Mar 28 15:13:18]  INFO [localhost] Detecting OS of containers...
[Mar 28 15:13:18]  INFO [localhost] Checking Scan Modes...
[Mar 28 15:13:18]  INFO [localhost] Detecting Platforms...
[Mar 28 15:13:18] DEBUG [localhost] Executing... type curl
[Mar 28 15:13:18] DEBUG [localhost] execResult: servername:
  cmd: type curl
  exitstatus: 0
  stdout: curl is /usr/bin/curl

  stderr:
  err: %!s(<nil>)
[Mar 28 15:13:18] DEBUG [localhost] Executing... curl --max-time 1 --noproxy 169.254.169.254 http://169.254.169.254/latest/meta-data/instance-id
[Mar 28 15:13:19] DEBUG [localhost] execResult: servername:
  cmd: curl --max-time 1 --noproxy 169.254.169.254 http://169.254.169.254/latest/meta-data/instance-id
  exitstatus: 0
  stdout: <!DOCTYPE html>
<html lang=en>
  <meta charset=utf-8>
  <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
  <title>Error 404 (Not Found)!!1</title>
  <style>
    *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}
  </style>
  <a href=//www.google.com/><span id=logo aria-label=Google></span></a>
  <p><b>404.</b> <ins>That’s an error.</ins>
  <p>The requested URL <code>/latest/meta-data/instance-id</code> was not found on this server.  <ins>That’s all we know.</ins>

  stderr:   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1589  100  1589    0     0  1159k      0 --:--:-- --:--:-- --:--:-- 1551k

  err: %!s(<nil>)
[Mar 28 15:13:19] DEBUG [localhost] Executing... curl -X PUT --max-time 1 --noproxy 169.254.169.254 -H "X-aws-ec2-metadata-token-ttl-seconds: 300" http://169.254.169.254/latest/api/token
[Mar 28 15:13:19] DEBUG [localhost] execResult: servername:
  cmd: curl -X PUT --max-time 1 --noproxy 169.254.169.254 -H "X-aws-ec2-metadata-token-ttl-seconds: 300" http://169.254.169.254/latest/api/token
  exitstatus: 0
  stdout: <!DOCTYPE html>
<html lang=en>
  <meta charset=utf-8>
  <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
  <title>Error 405 (Method Not Allowed)!!1</title>
  <style>
    *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}
  </style>
  <a href=//www.google.com/><span id=logo aria-label=Google></span></a>
  <p><b>405.</b> <ins>That’s an error.</ins>
  <p>The request method <code>PUT</code> is inappropriate for the URL <code>/latest/api/token</code>.  <ins>That’s all we know.</ins>

  stderr:   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
100  1604  100  1604    0     0  1294k      0 --:--:-- --:--:-- --:--:-- 1566k

  err: %!s(<nil>)
[Mar 28 15:13:19] DEBUG [localhost] Executing... curl -H "X-aws-ec2-metadata-token: <!DOCTYPE html><html lang=en>  <meta charset=utf-8>  <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">  <title>Error 405 (Method Not Allowed)!!1</title>  <style>    *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}  </style>  <a href=//www.google.com/><span id=logo aria-label=Google></span></a>  <p><b>405.</b> <ins>That’s an error.</ins>  <p>The request method <code>PUT</code> is inappropriate for the URL <code>/latest/api/token</code>.  <ins>That’s all we know.</ins>" --max-time 1 --noproxy 169.254.169.254 http://169.254.169.254/latest/meta-data/instance-id
[Mar 28 15:13:19] DEBUG [localhost] execResult: servername:
  cmd: curl -H "X-aws-ec2-metadata-token: <!DOCTYPE html><html lang=en>  <meta charset=utf-8>  <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">  <title>Error 405 (Method Not Allowed)!!1</title>  <style>    *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}  </style>  <a href=//www.google.com/><span id=logo aria-label=Google></span></a>  <p><b>405.</b> <ins>That’s an error.</ins>  <p>The request method <code>PUT</code> is inappropriate for the URL <code>/latest/api/token</code>.  <ins>That’s all we know.</ins>" --max-time 1 --noproxy 169.254.169.254 http://169.254.169.254/latest/meta-data/instance-id
  exitstatus: 0
  stdout: <!DOCTYPE html>
<html lang=en>
  <meta charset=utf-8>
  <meta name=viewport content="initial-scale=1, minimum-scale=1, width=device-width">
  <title>Error 400 (Bad Request)!!1</title>
  <style>
    *{margin:0;padding:0}html,code{font:15px/22px arial,sans-serif}html{background:#fff;color:#222;padding:15px}body{margin:7% auto 0;max-width:390px;min-height:180px;padding:30px 0 15px}* > body{background:url(//www.google.com/images/errors/robot.png) 100% 5px no-repeat;padding-right:205px}p{margin:11px 0 22px;overflow:hidden}ins{color:#777;text-decoration:none}a img{border:0}@media screen and (max-width:772px){body{background:none;margin-top:0;max-width:none;padding-right:0}}#logo{background:url(//www.google.com/images/branding/googlelogo/1x/googlelogo_color_150x54dp.png) no-repeat;margin-left:-5px}@media only screen and (min-resolution:192dpi){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat 0% 0%/100% 100%;-moz-border-image:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) 0}}@media only screen and (-webkit-min-device-pixel-ratio:2){#logo{background:url(//www.google.com/images/branding/googlelogo/2x/googlelogo_color_150x54dp.png) no-repeat;-webkit-background-size:100% 100%}}#logo{display:inline-block;height:54px;width:150px}
  </style>
  <a href=//www.google.com/><span id=logo aria-label=Google></span></a>
  <p><b>400.</b> <ins>That’s an error.</ins>
  <p>Your client has issued a malformed or illegal request.  <ins>That’s all we know.</ins>

  stderr:   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
                                 Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0curl: (6) Could not resolve host: minimum-scale=1,
curl: (3) [globbing] nested brace in column 494
100  1555  100  1555    0     0  3137k      0 --:--:-- --:--:-- --:--:-- 3137k

  err: %!s(<nil>)
[Mar 28 15:13:19]  INFO [localhost] (1/1) localhost is running on other
[Mar 28 15:13:19] DEBUG [localhost] Executing... /sbin/ip -o addr
[Mar 28 15:13:19] DEBUG [localhost] execResult: servername:
  cmd: /sbin/ip -o addr
  exitstatus: 0
  stdout: 1: lo    inet 127.0.0.1/8 scope host lo\       valid_lft forever preferred_lft forever
1: lo    inet6 ::1/128 scope host \       valid_lft forever preferred_lft forever
2: eth0    inet 10.132.0.10/32 brd 10.132.0.10 scope global eth0\       valid_lft forever preferred_lft forever
2: eth0    inet6 fe80::4001:aff:fe84:a/64 scope link \       valid_lft forever preferred_lft forever
3: docker0    inet 172.17.0.1/16 brd 172.17.255.255 scope global docker0\       valid_lft forever preferred_lft forever
3: docker0    inet6 fe80::42:8bff:feeb:c600/64 scope link \       valid_lft forever preferred_lft forever

  stderr:
  err: %!s(<nil>)
[Mar 28 15:13:19]  INFO [localhost] Scanning OS pkg in fast mode
[Mar 28 15:13:19] DEBUG [localhost] Executing... uname -r
[Mar 28 15:13:19] DEBUG [localhost] execResult: servername:
  cmd: uname -r
  exitstatus: 0
  stdout: 4.9.0-19-amd64

  stderr:
  err: %!s(<nil>)
[Mar 28 15:13:19] DEBUG [localhost] Executing... uname -a
[Mar 28 15:13:19] DEBUG [localhost] execResult: servername:
  cmd: uname -a
  exitstatus: 0
  stdout: Linux lecko-api-calculation 4.9.0-19-amd64 #1 SMP Debian 4.9.320-2 (2022-06-30) x86_64 GNU/Linux

  stderr:
  err: %!s(<nil>)
[Mar 28 15:13:19] DEBUG [localhost] Executing... test -f /var/run/reboot-required
[Mar 28 15:13:19] DEBUG [localhost] execResult: servername:
  cmd: test -f /var/run/reboot-required
  exitstatus: 1
  stdout:
  stderr:
  err: exit status 1
[Mar 28 15:13:19] DEBUG [localhost] Executing... dpkg-query -W -f="\${binary:Package},\${db:Status-Abbrev},\${Version},\${Source},\${source:Version}\n"
[Mar 28 15:13:19] DEBUG [localhost] execResult: servername:
  cmd: dpkg-query -W -f="\${binary:Package},\${db:Status-Abbrev},\${Version},\${Source},\${source:Version}\n"
  exitstatus: 0
  stdout: acct,rc ,6.6.2-1,,6.6.2-1
acpi-support-base,ii ,0.142-8,acpi-support,0.142-8
acpid,ii ,1:2.0.28-1+b1,acpid (1:2.0.28-1),1:2.0.28-1
adduser,ii ,3.115,,3.115
adwaita-icon-theme,ii ,3.22.0-1+deb9u1,,3.22.0-1+deb9u1
ant,ii ,1.9.9-1+deb9u1,,1.9.9-1+deb9u1
ant-optional,ii ,1.9.9-1+deb9u1,ant,1.9.9-1+deb9u1
apache2,ii ,2.4.25-3+deb9u13,,2.4.25-3+deb9u13
apache2-bin,ii ,2.4.25-3+deb9u13,apache2,2.4.25-3+deb9u13
apache2-data,ii ,2.4.25-3+deb9u13,apache2,2.4.25-3+deb9u13
apache2-utils,ii ,2.4.25-3+deb9u13,apache2,2.4.25-3+deb9u13
apt,ii ,1.4.11,,1.4.11
apt-transport-https,ii ,1.4.11,apt,1.4.11
apt-utils,ii ,1.4.11,apt,1.4.11
at-spi2-core,ii ,2.22.0-6+deb9u1,,2.22.0-6+deb9u1
auditd,rc ,1:2.6.7-2,audit,1:2.6.7-2
augeas-lenses,ii ,1.8.0-1+deb9u1,augeas,1.8.0-1+deb9u1
base-files,ii ,9.9+deb9u13,,9.9+deb9u13
base-passwd,ii ,3.5.43,,3.5.43
bash,ii ,4.4-5,,4.4-5
binutils,ii ,2.28-5,,2.28-5
bsdmainutils,ii ,9.0.12+nmu1,,9.0.12+nmu1
bsdutils,ii ,1:2.29.2-1+deb9u1,util-linux (2.29.2-1+deb9u1),2.29.2-1+deb9u1
build-essential,ii ,12.3,,12.3
busybox,ii ,1:1.22.0-19+deb9u2,,1:1.22.0-19+deb9u2
bzip2,ii ,1.0.6-8.1,,1.0.6-8.1
bzip2-doc,ii ,1.0.6-8.1,bzip2,1.0.6-8.1
ca-certificates,ii ,20200601~deb9u2,,20200601~deb9u2
ca-certificates-java,ii ,20170929~deb9u3,,20170929~deb9u3
ccze,ii ,0.2.1-3,,0.2.1-3
certbot,ii ,0.28.0-1~deb9u3,python-certbot,0.28.0-1~deb9u3
chromium,rc ,73.0.3683.75-1~deb9u1,,73.0.3683.75-1~deb9u1
cloud-guest-utils,ii ,0.29-1,cloud-utils,0.29-1
containerd.io,ii ,1.4.3-1,,1.4.3-1
coreutils,ii ,8.26-3,,8.26-3
cpio,ii ,2.11+dfsg-6,,2.11+dfsg-6
cpp,ii ,4:6.3.0-4,gcc-defaults (1.168),1.168
cpp-6,ii ,6.3.0-18+deb9u1,gcc-6,6.3.0-18+deb9u1
cron,ii ,3.0pl1-128+deb9u2,,3.0pl1-128+deb9u2
curl,ii ,7.52.1-5+deb9u16,,7.52.1-5+deb9u16
dash,ii ,0.5.8-2.4,,0.5.8-2.4
dbus,ii ,1.10.32-0+deb9u1,,1.10.32-0+deb9u1
dconf-gsettings-backend:amd64,ii ,0.26.0-2+b1,d-conf (0.26.0-2),0.26.0-2
dconf-service,ii ,0.26.0-2+b1,d-conf (0.26.0-2),0.26.0-2
debconf,ii ,1.5.61,,1.5.61
debconf-i18n,ii ,1.5.61,debconf,1.5.61
debian-archive-keyring,ii ,2017.5+deb9u2,,2017.5+deb9u2
debianutils,ii ,4.8.1.1,,4.8.1.1
debsecan,ii ,0.4.19~deb9u1,,0.4.19~deb9u1
dh-python,ii ,2.20170125,,2.20170125
diffutils,ii ,1:3.5-3,,1:3.5-3
dirmngr,ii ,2.1.18-8~deb9u4,gnupg2,2.1.18-8~deb9u4
distro-info-data,ii ,0.36,,0.36
dmidecode,ii ,3.0-4,,3.0-4
dmsetup,ii ,2:1.02.137-2,lvm2 (2.02.168-2),2.02.168-2
docker-ce,ii ,5:19.03.15~3-0~debian-stretch,,5:19.03.15~3-0~debian-stretch
docker-ce-cli,ii ,5:19.03.15~3-0~debian-stretch,docker-ce,5:19.03.15~3-0~debian-stretch
dpkg,ii ,1.18.26,,1.18.26
dpkg-dev,ii ,1.18.26,dpkg,1.18.26
e2fslibs:amd64,ii ,1.43.4-2+deb9u2,e2fsprogs,1.43.4-2+deb9u2
e2fsprogs,ii ,1.43.4-2+deb9u2,,1.43.4-2+deb9u2
emacs,ii ,46.1,emacs-defaults,46.1
emacs24,ii ,24.5+1-11+deb9u1,,24.5+1-11+deb9u1
emacs24-bin-common,ii ,24.5+1-11+deb9u1,emacs24,24.5+1-11+deb9u1
emacs24-common,ii ,24.5+1-11+deb9u1,emacs24,24.5+1-11+deb9u1
emacs24-el,ii ,24.5+1-11+deb9u1,emacs24,24.5+1-11+deb9u1
emacsen-common,ii ,2.0.8,,2.0.8
ethtool,ii ,1:4.8-1+b1,ethtool (1:4.8-1),1:4.8-1
exim4,ii ,4.89-2+deb9u8,,4.89-2+deb9u8
exim4-base,ii ,4.89-2+deb9u8,exim4,4.89-2+deb9u8
exim4-config,ii ,4.89-2+deb9u8,exim4,4.89-2+deb9u8
exim4-daemon-light,ii ,4.89-2+deb9u8,exim4,4.89-2+deb9u8
fakeroot,ii ,1.21-3.1,,1.21-3.1
file,ii ,1:5.30-1+deb9u3,,1:5.30-1+deb9u3
findutils,ii ,4.6.0+git+20161106-2,,4.6.0+git+20161106-2
firmware-linux-free,ii ,3.4,firmware-free,3.4
fontconfig,ii ,2.11.0-6.7+b1,fontconfig (2.11.0-6.7),2.11.0-6.7
fontconfig-config,ii ,2.11.0-6.7,fontconfig,2.11.0-6.7
fonts-dejavu-core,ii ,2.37-1,fonts-dejavu,2.37-1
fonts-dejavu-extra,ii ,2.37-1,fonts-dejavu,2.37-1
fonts-droid-fallback,ii ,1:6.0.1r16-1.1,fonts-android,1:6.0.1r16-1.1
fonts-liberation,ii ,1:1.07.4-2,,1:1.07.4-2
fonts-noto-mono,ii ,20161116-1,fonts-noto,20161116-1
g++,ii ,4:6.3.0-4,gcc-defaults (1.168),1.168
g++-6,ii ,6.3.0-18+deb9u1,gcc-6,6.3.0-18+deb9u1
gcc,ii ,4:6.3.0-4,gcc-defaults (1.168),1.168
gcc-6,ii ,6.3.0-18+deb9u1,,6.3.0-18+deb9u1
gcc-6-base:amd64,ii ,6.3.0-18+deb9u1,gcc-6,6.3.0-18+deb9u1
gconf-service,ii ,3.2.6-4+b1,gconf (3.2.6-4),3.2.6-4
gconf2-common,ii ,3.2.6-4,gconf,3.2.6-4
gdisk,ii ,1.0.1-1+deb9u1,,1.0.1-1+deb9u1
gettext-base,ii ,0.19.8.1-2+deb9u1,gettext,0.19.8.1-2+deb9u1
ghostscript,ii ,9.26a~dfsg-0+deb9u9,,9.26a~dfsg-0+deb9u9
gir1.2-glib-2.0:amd64,ii ,1.50.0-1+b1,gobject-introspection (1.50.0-1),1.50.0-1
gir1.2-packagekitglib-1.0,ii ,1.1.5-2+deb9u2,packagekit,1.1.5-2+deb9u2
git,ii ,1:2.11.0-3+deb9u7,,1:2.11.0-3+deb9u7
git-man,ii ,1:2.11.0-3+deb9u7,git,1:2.11.0-3+deb9u7
glib-networking:amd64,ii ,2.50.0-1+deb9u1,,2.50.0-1+deb9u1
glib-networking-common,ii ,2.50.0-1+deb9u1,glib-networking,2.50.0-1+deb9u1
glib-networking-services,ii ,2.50.0-1+deb9u1,glib-networking,2.50.0-1+deb9u1
gnupg,ii ,2.1.18-8~deb9u4,gnupg2,2.1.18-8~deb9u4
gnupg-agent,ii ,2.1.18-8~deb9u4,gnupg2,2.1.18-8~deb9u4
gnutls-bin,ii ,3.5.8-5+deb9u6,gnutls28,3.5.8-5+deb9u6
google-cloud-packages-archive-keyring,ii ,1.2-480117723,,1.2-480117723
google-cloud-sdk,ii ,405.0.0-0,,405.0.0-0
google-cloud-sdk-app-engine-python,ii ,405.0.0-0,,405.0.0-0
google-compute-engine,ii ,2.8.14-1,,2.8.14-1
google-compute-engine-oslogin,ii ,1:20210907.00-g1+deb9,,1:20210907.00-g1+deb9
gpgv,ii ,2.1.18-8~deb9u4,gnupg2,2.1.18-8~deb9u4
grep,ii ,2.27-2,,2.27-2
groff-base,ii ,1.22.3-9,groff,1.22.3-9
grub-common,ii ,2.02~beta3-5+deb9u2,grub2,2.02~beta3-5+deb9u2
grub-pc,ii ,2.02~beta3-5+deb9u2,grub2,2.02~beta3-5+deb9u2
grub-pc-bin,ii ,2.02~beta3-5+deb9u2,grub2,2.02~beta3-5+deb9u2
grub2-common,ii ,2.02~beta3-5+deb9u2,grub2,2.02~beta3-5+deb9u2
gsettings-desktop-schemas,ii ,3.22.0-1,,3.22.0-1
gsfonts,ii ,1:8.11+urwcyr1.0.7~pre44-4.3,,1:8.11+urwcyr1.0.7~pre44-4.3
gtk-update-icon-cache,ii ,3.22.11-1,gtk+3.0,3.22.11-1
guile-2.0-libs:amd64,ii ,2.0.13+1-4,guile-2.0,2.0.13+1-4
gzip,ii ,1.6-5+deb9u1,,1.6-5+deb9u1
hicolor-icon-theme,ii ,0.15-1,,0.15-1
hostname,ii ,3.18+b1,hostname (3.18),3.18
htop,ii ,2.0.2-1,,2.0.2-1
ifupdown,ii ,0.8.19,,0.8.19
imagemagick-6-common,ii ,8:6.9.7.4+dfsg-11+deb9u14,imagemagick,8:6.9.7.4+dfsg-11+deb9u14
init,ii ,1.48,init-system-helpers,1.48
init-system-helpers,ii ,1.48,,1.48
initramfs-tools,ii ,0.130,,0.130
initramfs-tools-core,ii ,0.130,initramfs-tools,0.130
iproute2,ii ,4.9.0-1+deb9u1,,4.9.0-1+deb9u1
iptables,ii ,1.6.0+snapshot20161117-6,,1.6.0+snapshot20161117-6
iputils-ping,ii ,3:20161105-1,iputils,3:20161105-1
isc-dhcp-client,ii ,4.3.5-3+deb9u2,isc-dhcp,4.3.5-3+deb9u2
isc-dhcp-common,ii ,4.3.5-3+deb9u2,isc-dhcp,4.3.5-3+deb9u2
iso-codes,ii ,3.75-1,,3.75-1
java-common,ii ,0.58+deb9u1,,0.58+deb9u1
jdk-17,ii ,17.0.4-ga,,17.0.4-ga
jq,ii ,1.5+dfsg-1.3,,1.5+dfsg-1.3
junit,ii ,3.8.2-8,,3.8.2-8
junit4,ii ,4.12-4+deb9u1,,4.12-4+deb9u1
klibc-utils,ii ,2.0.4-9+deb9u1,klibc,2.0.4-9+deb9u1
kmod,ii ,23-2,,23-2
kpartx,ii ,0.6.4-5+deb9u1,multipath-tools,0.6.4-5+deb9u1
less,ii ,481-2.1,,481-2.1
libacl1:amd64,ii ,2.2.52-3+b1,acl (2.2.52-3),2.2.52-3
libalgorithm-diff-perl,ii ,1.19.03-1,,1.19.03-1
libalgorithm-diff-xs-perl,ii ,0.04-4+b2,libalgorithm-diff-xs-perl (0.04-4),0.04-4
libalgorithm-merge-perl,ii ,0.08-3,,0.08-3
libaopalliance-java,ii ,20070526-5,,20070526-5
libapache-pom-java,ii ,10-2,apache-pom,10-2
libapparmor1:amd64,ii ,2.11.0-3+deb9u2,apparmor,2.11.0-3+deb9u2
libapr1:amd64,ii ,1.5.2-5+deb9u1,apr,1.5.2-5+deb9u1
libaprutil1:amd64,ii ,1.5.4-3,apr-util,1.5.4-3
libaprutil1-dbd-sqlite3:amd64,ii ,1.5.4-3,apr-util,1.5.4-3
libaprutil1-ldap:amd64,ii ,1.5.4-3,apr-util,1.5.4-3
libapt-inst2.0:amd64,ii ,1.4.11,apt,1.4.11
libapt-pkg5.0:amd64,ii ,1.4.11,apt,1.4.11
libasan3:amd64,ii ,6.3.0-18+deb9u1,gcc-6,6.3.0-18+deb9u1
libasm-java,ii ,5.2-2,asm,5.2-2
libasound2:amd64,ii ,1.1.3-5,alsa-lib,1.1.3-5
libasound2-data,ii ,1.1.3-5,alsa-lib,1.1.3-5
libassuan0:amd64,ii ,2.4.3-2,libassuan,2.4.3-2
libatinject-jsr330-api-java,ii ,1.0+ds1-2,atinject-jsr330,1.0+ds1-2
libatk-bridge2.0-0:amd64,ii ,2.22.0-2,at-spi2-atk,2.22.0-2
libatk1.0-0:amd64,ii ,2.22.0-1,atk1.0,2.22.0-1
libatk1.0-data,ii ,2.22.0-1,atk1.0,2.22.0-1
libatomic1:amd64,ii ,6.3.0-18+deb9u1,gcc-6,6.3.0-18+deb9u1
libatspi2.0-0:amd64,ii ,2.22.0-6+deb9u1,at-spi2-core,2.22.0-6+deb9u1
libattr1:amd64,ii ,1:2.4.47-2+b2,attr (1:2.4.47-2),1:2.4.47-2
libaudit-common,ii ,1:2.6.7-2,audit,1:2.6.7-2
libaudit1:amd64,ii ,1:2.6.7-2,audit,1:2.6.7-2
libaugeas0,ii ,1.8.0-1+deb9u1,augeas,1.8.0-1+deb9u1
libauparse0:amd64,ii ,1:2.6.7-2,audit,1:2.6.7-2
libavahi-client3:amd64,ii ,0.6.32-2+deb9u1,avahi,0.6.32-2+deb9u1
libavahi-common-data:amd64,ii ,0.6.32-2+deb9u1,avahi,0.6.32-2+deb9u1
libavahi-common3:amd64,ii ,0.6.32-2+deb9u1,avahi,0.6.32-2+deb9u1
libblkid1:amd64,ii ,2.29.2-1+deb9u1,util-linux,2.29.2-1+deb9u1
libbsd0:amd64,ii ,0.8.3-1+deb9u1,libbsd,0.8.3-1+deb9u1
libbsh-java,ii ,2.0b4-18,bsh,2.0b4-18
libbz2-1.0:amd64,ii ,1.0.6-8.1,bzip2,1.0.6-8.1
libbz2-dev:amd64,ii ,1.0.6-8.1,bzip2,1.0.6-8.1
libc-bin,ii ,2.24-11+deb9u4,glibc,2.24-11+deb9u4
libc-dev-bin,ii ,2.24-11+deb9u4,glibc,2.24-11+deb9u4
libc-l10n,ii ,2.24-11+deb9u4,glibc,2.24-11+deb9u4
libc6:amd64,ii ,2.24-11+deb9u4,glibc,2.24-11+deb9u4
libc6-dev:amd64,ii ,2.24-11+deb9u4,glibc,2.24-11+deb9u4
libc6-i386,ii ,2.24-11+deb9u4,glibc,2.24-11+deb9u4
libc6-x32,ii ,2.24-11+deb9u4,glibc,2.24-11+deb9u4
libcairo-gobject2:amd64,ii ,1.14.8-1+deb9u1,cairo,1.14.8-1+deb9u1
libcairo2:amd64,ii ,1.14.8-1+deb9u1,cairo,1.14.8-1+deb9u1
libcap-ng0:amd64,ii ,0.7.7-3+b1,libcap-ng (0.7.7-3),0.7.7-3
libcap2:amd64,ii ,1:2.25-1,,1:2.25-1
libcap2-bin,ii ,1:2.25-1,libcap2,1:2.25-1
libcc1-0:amd64,ii ,6.3.0-18+deb9u1,gcc-6,6.3.0-18+deb9u1
libcdi-api-java,ii ,1.0-2,cdi-api,1.0-2
libcglib-java,ii ,3.2.4-1,cglib,3.2.4-1
libcilkrts5:amd64,ii ,6.3.0-18+deb9u1,gcc-6,6.3.0-18+deb9u1
libclassworlds-java,ii ,1.1-final-5,classworlds,1.1-final-5
libcolord2:amd64,ii ,1.3.3-2,colord,1.3.3-2
libcomerr2:amd64,ii ,1.43.4-2+deb9u2,e2fsprogs,1.43.4-2+deb9u2
libcommons-cli-java,ii ,1.3.1-3,,1.3.1-3
libcommons-codec-java,ii ,1.10-1,,1.10-1
libcommons-httpclient-java,ii ,3.1-12,commons-httpclient,3.1-12
libcommons-io-java,ii ,2.5-1+deb9u1,commons-io,2.5-1+deb9u1
libcommons-lang-java,ii ,2.6-6,,2.6-6
libcommons-lang3-java,ii ,3.5-1,,3.5-1
libcommons-logging-java,ii ,1.2-1,,1.2-1
libcommons-net-java,ii ,3.5-1,,3.5-1
libcommons-parent-java,ii ,39-3,commons-parent,39-3
libcroco3:amd64,ii ,0.6.11-3,libcroco,0.6.11-3
libcryptsetup4:amd64,ii ,2:1.7.3-4,cryptsetup,2:1.7.3-4
libcups2:amd64,ii ,2.2.1-8+deb9u8,cups,2.2.1-8+deb9u8
libcupsfilters1:amd64,ii ,1.11.6-3+deb9u1,cups-filters,1.11.6-3+deb9u1
libcupsimage2:amd64,ii ,2.2.1-8+deb9u8,cups,2.2.1-8+deb9u8
libcurl3:amd64,ii ,7.52.1-5+deb9u16,curl,7.52.1-5+deb9u16
libcurl3-gnutls:amd64,ii ,7.52.1-5+deb9u16,curl,7.52.1-5+deb9u16
libdatrie1:amd64,ii ,0.2.10-4+b1,libdatrie (0.2.10-4),0.2.10-4
libdb5.3:amd64,ii ,5.3.28-12+deb9u1,db5.3,5.3.28-12+deb9u1
libdbus-1-3:amd64,ii ,1.10.32-0+deb9u1,dbus,1.10.32-0+deb9u1
libdbus-glib-1-2:amd64,ii ,0.108-2,dbus-glib,0.108-2
libdconf1:amd64,ii ,0.26.0-2+b1,d-conf (0.26.0-2),0.26.0-2
libdebconfclient0:amd64,ii ,0.227,cdebconf,0.227
libdevmapper1.02.1:amd64,ii ,2:1.02.137-2,lvm2 (2.02.168-2),2.02.168-2
libdns-export162,ii ,1:9.10.3.dfsg.P4-12.3+deb9u12,bind9,1:9.10.3.dfsg.P4-12.3+deb9u12
libdom4j-java,ii ,1.6.1+dfsg.3-2+deb9u1,dom4j,1.6.1+dfsg.3-2+deb9u1
libdoxia-core-java,ii ,1.1.4-6,doxia,1.1.4-6
libdpkg-perl,ii ,1.18.26,dpkg,1.18.26
libdrm2:amd64,ii ,2.4.74-1,libdrm,2.4.74-1
libeasymock-java,ii ,3.4+ds-1,easymock,3.4+ds-1
libeclipse-aether-java,ii ,1.0.2-1,eclipse-aether,1.0.2-1
libedit2:amd64,ii ,3.1-20160903-3,libedit,3.1-20160903-3
libegl1-mesa:amd64,ii ,13.0.6-1+b2,mesa (13.0.6-1),13.0.6-1
libelf1:amd64,ii ,0.168-1+deb9u1,elfutils,0.168-1+deb9u1
libepoxy0:amd64,ii ,1.3.1-2,libepoxy,1.3.1-2
liberror-perl,ii ,0.17024-1,,0.17024-1
libestr0,ii ,0.1.10-2,libestr,0.1.10-2
libexpat1:amd64,ii ,2.2.0-2+deb9u5,expat,2.2.0-2+deb9u5
libfakeroot:amd64,ii ,1.21-3.1,fakeroot,1.21-3.1
libfastjson4:amd64,ii ,0.99.4-1,libfastjson,0.99.4-1
libfdisk1:amd64,ii ,2.29.2-1+deb9u1,util-linux,2.29.2-1+deb9u1
libffi-dev:amd64,ii ,3.2.1-6,libffi,3.2.1-6
libffi6:amd64,ii ,3.2.1-6,libffi,3.2.1-6
libfftw3-double3:amd64,ii ,3.3.5-3,fftw3,3.3.5-3
libfile-fcntllock-perl,ii ,0.22-3+b2,libfile-fcntllock-perl (0.22-3),0.22-3
libfontconfig1:amd64,ii ,2.11.0-6.7+b1,fontconfig (2.11.0-6.7),2.11.0-6.7
libfreetype6:amd64,ii ,2.6.3-3.2+deb9u2,freetype,2.6.3-3.2+deb9u2
libfribidi0:amd64,ii ,0.19.7-1+deb9u2,fribidi,0.19.7-1+deb9u2
libfuse2:amd64,ii ,2.9.7-1+deb9u2,fuse,2.9.7-1+deb9u2
libgbm1:amd64,ii ,13.0.6-1+b2,mesa (13.0.6-1),13.0.6-1
libgc1c2:amd64,ii ,1:7.4.2-8+deb9u1,libgc,1:7.4.2-8+deb9u1
libgcc-6-dev:amd64,ii ,6.3.0-18+deb9u1,gcc-6,6.3.0-18+deb9u1
libgcc1:amd64,ii ,1:6.3.0-18+deb9u1,gcc-6 (6.3.0-18+deb9u1),6.3.0-18+deb9u1
libgconf-2-4:amd64,ii ,3.2.6-4+b1,gconf (3.2.6-4),3.2.6-4
libgcrypt20:amd64,ii ,1.7.6-2+deb9u4,,1.7.6-2+deb9u4
libgd3:amd64,ii ,2.2.4-2+deb9u5,libgd2,2.2.4-2+deb9u5
libgdbm-dev:amd64,ii ,1.8.3-14,gdbm,1.8.3-14
libgdbm3:amd64,ii ,1.8.3-14,gdbm,1.8.3-14
libgdk-pixbuf2.0-0:amd64,ii ,2.36.5-2+deb9u2,gdk-pixbuf,2.36.5-2+deb9u2
libgdk-pixbuf2.0-common,ii ,2.36.5-2+deb9u2,gdk-pixbuf,2.36.5-2+deb9u2
libgeronimo-interceptor-3.0-spec-java,ii ,1.0.1-3,geronimo-interceptor-3.0-spec,1.0.1-3
libgif7:amd64,ii ,5.1.4-0.4,giflib,5.1.4-0.4
libgirepository-1.0-1:amd64,ii ,1.50.0-1+b1,gobject-introspection (1.50.0-1),1.50.0-1
libgl1-mesa-dri:amd64,rc ,13.0.6-1+b2,mesa (13.0.6-1),13.0.6-1
libglib2.0-0:amd64,ii ,2.50.3-2+deb9u3,glib2.0,2.50.3-2+deb9u3
libglib2.0-bin,ii ,2.50.3-2+deb9u3,glib2.0,2.50.3-2+deb9u3
libglib2.0-data,ii ,2.50.3-2+deb9u3,glib2.0,2.50.3-2+deb9u3
libgmp10:amd64,ii ,2:6.1.2+dfsg-1+deb9u1,gmp,2:6.1.2+dfsg-1+deb9u1
libgnutls-dane0:amd64,ii ,3.5.8-5+deb9u6,gnutls28,3.5.8-5+deb9u6
libgnutls30:amd64,ii ,3.5.8-5+deb9u6,gnutls28,3.5.8-5+deb9u6
libgomp1:amd64,ii ,6.3.0-18+deb9u1,gcc-6,6.3.0-18+deb9u1
libgpg-error0:amd64,ii ,1.26-2,libgpg-error,1.26-2
libgpm2:amd64,ii ,1.20.4-6.2+b1,gpm (1.20.4-6.2),1.20.4-6.2
libgraphite2-3:amd64,ii ,1.3.10-1,graphite2,1.3.10-1
libgs9:amd64,ii ,9.26a~dfsg-0+deb9u9,ghostscript,9.26a~dfsg-0+deb9u9
libgs9-common,ii ,9.26a~dfsg-0+deb9u9,ghostscript,9.26a~dfsg-0+deb9u9
libgsasl7,ii ,1.8.0-8+b2,gsasl (1.8.0-8),1.8.0-8
libgssapi-krb5-2:amd64,ii ,1.15-1+deb9u3,krb5,1.15-1+deb9u3
libgstreamer1.0-0:amd64,ii ,1.10.4-1,gstreamer1.0,1.10.4-1
libgtk-3-0:amd64,ii ,3.22.11-1,gtk+3.0,3.22.11-1
libgtk-3-bin,ii ,3.22.11-1,gtk+3.0,3.22.11-1
libgtk-3-common,ii ,3.22.11-1,gtk+3.0,3.22.11-1
libgtk2.0-0:amd64,rc ,2.24.31-2,gtk+2.0,2.24.31-2
libgtk2.0-common,rc ,2.24.31-2,gtk+2.0,2.24.31-2
libguava-java,ii ,19.0-1,guava-libraries,19.0-1
libguice-java,ii ,4.0-3,guice,4.0-3
libhamcrest-java,ii ,1.3-6,,1.3-6
libharfbuzz0b:amd64,ii ,1.4.2-1,harfbuzz,1.4.2-1
libhogweed4:amd64,ii ,3.3-1+deb9u1,nettle,3.3-1+deb9u1
libhttpclient-java,ii ,4.5.2-2+deb9u1,httpcomponents-client,4.5.2-2+deb9u1
libhttpcore-java,ii ,4.4.6-1,httpcomponents-core,4.4.6-1
libice6:amd64,ii ,2:1.0.9-2,libice,2:1.0.9-2
libicu57:amd64,ii ,57.1-6+deb9u5,icu,57.1-6+deb9u5
libidn11:amd64,ii ,1.33-1+deb9u1,libidn,1.33-1+deb9u1
libidn2-0:amd64,ii ,0.16-1+deb9u1,,0.16-1+deb9u1
libijs-0.35:amd64,ii ,0.35-12,ijs,0.35-12
libip4tc0:amd64,ii ,1.6.0+snapshot20161117-6,iptables,1.6.0+snapshot20161117-6
libip6tc0:amd64,ii ,1.6.0+snapshot20161117-6,iptables,1.6.0+snapshot20161117-6
libiptc0:amd64,ii ,1.6.0+snapshot20161117-6,iptables,1.6.0+snapshot20161117-6
libisc-export160,ii ,1:9.10.3.dfsg.P4-12.3+deb9u12,bind9,1:9.10.3.dfsg.P4-12.3+deb9u12
libisl15:amd64,ii ,0.18-1,isl,0.18-1
libisorelax-java,ii ,20041111-9,isorelax,20041111-9
libitm1:amd64,ii ,6.3.0-18+deb9u1,gcc-6,6.3.0-18+deb9u1
libjaxen-java,ii ,1.1.6-1+deb9u1,,1.1.6-1+deb9u1
libjaxp1.3-java,ii ,1.3.05-2,,1.3.05-2
libjbig0:amd64,ii ,2.1-3.1+b2,jbigkit (2.1-3.1),2.1-3.1
libjbig2dec0:amd64,ii ,0.13-4.1+deb9u1,jbig2dec,0.13-4.1+deb9u1
libjdom1-java,ii ,1.1.3-1+deb9u1,,1.1.3-1+deb9u1
libjetty9-java,ii ,9.2.30-0+deb9u2,jetty9,9.2.30-0+deb9u2
libjpeg62-turbo:amd64,ii ,1:1.5.1-2+deb9u2,libjpeg-turbo,1:1.5.1-2+deb9u2
libjq1:amd64,ii ,1.5+dfsg-1.3,jq,1.5+dfsg-1.3
libjsch-java,ii ,0.1.54-1,jsch,0.1.54-1
libjson-c3:amd64,ii ,0.12.1-1.1+deb9u1,json-c,0.12.1-1.1+deb9u1
libjson-glib-1.0-0:amd64,ii ,1.2.6-1,json-glib,1.2.6-1
libjson-glib-1.0-common,ii ,1.2.6-1,json-glib,1.2.6-1
libjsoup-java,ii ,1.10.2-1,jsoup,1.10.2-1
libjsr305-java,ii ,0.1~+svn49-10,,0.1~+svn49-10
libjzlib-java,ii ,1.1.3-1,jzlib,1.1.3-1
libk5crypto3:amd64,ii ,1.15-1+deb9u3,krb5,1.15-1+deb9u3
libkeyutils1:amd64,ii ,1.5.9-9,keyutils,1.5.9-9
libklibc,ii ,2.0.4-9+deb9u1,klibc,2.0.4-9+deb9u1
libkmod2:amd64,ii ,23-2,kmod,23-2
libkrb5-3:amd64,ii ,1.15-1+deb9u3,krb5,1.15-1+deb9u3
libkrb5support0:amd64,ii ,1.15-1+deb9u3,krb5,1.15-1+deb9u3
libksba8:amd64,ii ,1.3.5-2,libksba,1.3.5-2
libkyotocabinet16v5:amd64,ii ,1.2.76-4.2+b1,kyotocabinet (1.2.76-4.2),1.2.76-4.2
liblcms2-2:amd64,ii ,2.8-4+deb9u1,lcms2,2.8-4+deb9u1
libldap-2.4-2:amd64,ii ,2.4.44+dfsg-5+deb9u9,openldap,2.4.44+dfsg-5+deb9u9
libldap-common,ii ,2.4.44+dfsg-5+deb9u9,openldap,2.4.44+dfsg-5+deb9u9
liblocale-gettext-perl,ii ,1.07-3+b1,liblocale-gettext-perl (1.07-3),1.07-3
liblockfile-bin,ii ,1.14-1+b1,liblockfile (1.14-1),1.14-1
liblockfile1:amd64,ii ,1.14-1+b1,liblockfile (1.14-1),1.14-1
liblog4j1.2-java,ii ,1.2.17-7+deb9u2,apache-log4j1.2,1.2.17-7+deb9u2
liblogging-stdlog0:amd64,ii ,1.0.5-2+b2,liblogging (1.0.5-2),1.0.5-2
liblognorm5:amd64,ii ,2.0.1-1.1+b1,liblognorm (2.0.1-1.1),2.0.1-1.1
liblqr-1-0:amd64,ii ,0.4.2-2+b2,liblqr (0.4.2-2),0.4.2-2
liblsan0:amd64,ii ,6.3.0-18+deb9u1,gcc-6,6.3.0-18+deb9u1
libltdl7:amd64,ii ,2.4.6-2,libtool,2.4.6-2
liblua5.2-0:amd64,ii ,5.2.4-1.1+b2,lua5.2 (5.2.4-1.1),5.2.4-1.1
liblz4-1:amd64,ii ,0.0~r131-2+deb9u1,lz4,0.0~r131-2+deb9u1
liblzma5:amd64,ii ,5.2.2-1.2+deb9u1,xz-utils,5.2.2-1.2+deb9u1
liblzo2-2:amd64,ii ,2.08-1.2+b2,lzo2 (2.08-1.2),2.08-1.2
libm17n-0:amd64,ii ,1.7.0-3+b1,m17n-lib (1.7.0-3),1.7.0-3
libmagic-mgc,ii ,1:5.30-1+deb9u3,file,1:5.30-1+deb9u3
libmagic1:amd64,ii ,1:5.30-1+deb9u3,file,1:5.30-1+deb9u3
libmagickcore-6.q16-3:amd64,ii ,8:6.9.7.4+dfsg-11+deb9u14,imagemagick,8:6.9.7.4+dfsg-11+deb9u14
libmagickwand-6.q16-3:amd64,ii ,8:6.9.7.4+dfsg-11+deb9u14,imagemagick,8:6.9.7.4+dfsg-11+deb9u14
libmailutils5:amd64,ii ,1:3.1.1-1,mailutils,1:3.1.1-1
libmariadbclient18:amd64,ii ,10.1.48-0+deb9u2,mariadb-10.1,10.1.48-0+deb9u2
libmaven-parent-java,ii ,21-2,maven-parent,21-2
libmaven2-core-java,ii ,2.2.1-26,maven2-core,2.2.1-26
libmaven3-core-java,ii ,3.3.9-4,maven,3.3.9-4
libmnl0:amd64,ii ,1.0.4-2,libmnl,1.0.4-2
libmount1:amd64,ii ,2.29.2-1+deb9u1,util-linux,2.29.2-1+deb9u1
libmpc3:amd64,ii ,1.0.3-1+b2,mpclib3 (1.0.3-1),1.0.3-1
libmpdec2:amd64,ii ,2.4.2-1,mpdecimal,2.4.2-1
libmpfr4:amd64,ii ,3.1.5-1,mpfr4,3.1.5-1
libmpx2:amd64,ii ,6.3.0-18+deb9u1,gcc-6,6.3.0-18+deb9u1
libmsv-java,ii ,2009.1+dfsg1-5,msv,2009.1+dfsg1-5
libncurses5:amd64,ii ,6.0+20161126-1+deb9u2,ncurses,6.0+20161126-1+deb9u2
libncurses5-dev:amd64,ii ,6.0+20161126-1+deb9u2,ncurses,6.0+20161126-1+deb9u2
libncursesw5:amd64,ii ,6.0+20161126-1+deb9u2,ncurses,6.0+20161126-1+deb9u2
libnetfilter-conntrack3:amd64,ii ,1.0.6-2,libnetfilter-conntrack,1.0.6-2
libnettle6:amd64,ii ,3.3-1+deb9u1,nettle,3.3-1+deb9u1
libnewt0.52:amd64,ii ,0.52.19-1+b1,newt (0.52.19-1),0.52.19-1
libnfnetlink0:amd64,ii ,1.0.1-3,libnfnetlink,1.0.1-3
libnghttp2-14:amd64,ii ,1.18.1-1+deb9u2,nghttp2,1.18.1-1+deb9u2
libnpth0:amd64,ii ,1.3-1,npth,1.3-1
libnspr4:amd64,ii ,2:4.12-6,nspr,2:4.12-6
libnspr4-dev,ii ,2:4.12-6,nspr,2:4.12-6
libnss3:amd64,ii ,2:3.26.2-1.1+deb9u5,nss,2:3.26.2-1.1+deb9u5
libnss3-dev:amd64,ii ,2:3.26.2-1.1+deb9u5,nss,2:3.26.2-1.1+deb9u5
libntlm0:amd64,ii ,1.4-8+deb9u1,libntlm,1.4-8+deb9u1
libobjenesis-java,ii ,2.5.1-1,objenesis,2.5.1-1
libogg0:amd64,rc ,1.3.2-1,libogg,1.3.2-1
libonig4:amd64,ii ,6.1.3-2+deb9u2,libonig,6.1.3-2+deb9u2
libopenjp2-7:amd64,ii ,2.1.2-1.1+deb9u7,openjpeg2,2.1.2-1.1+deb9u7
libopts25:amd64,ii ,1:5.18.12-3,autogen,1:5.18.12-3
libotf0:amd64,ii ,0.9.13-3+b1,libotf (0.9.13-3),0.9.13-3
libp11-kit0:amd64,ii ,0.23.3-2+deb9u1,p11-kit,0.23.3-2+deb9u1
libpackagekit-glib2-18:amd64,ii ,1.1.5-2+deb9u2,packagekit,1.1.5-2+deb9u2
libpam-cap:amd64,ii ,1:2.25-1,libcap2,1:2.25-1
libpam-modules:amd64,ii ,1.1.8-3.6,pam,1.1.8-3.6
libpam-modules-bin,ii ,1.1.8-3.6,pam,1.1.8-3.6
libpam-runtime,ii ,1.1.8-3.6,pam,1.1.8-3.6
libpam-systemd:amd64,ii ,232-25+deb9u14,systemd,232-25+deb9u14
libpam0g:amd64,ii ,1.1.8-3.6,pam,1.1.8-3.6
libpango-1.0-0:amd64,ii ,1.40.5-1,pango1.0,1.40.5-1
libpangocairo-1.0-0:amd64,ii ,1.40.5-1,pango1.0,1.40.5-1
libpangoft2-1.0-0:amd64,ii ,1.40.5-1,pango1.0,1.40.5-1
libpaper-utils,ii ,1.1.24+nmu5,libpaper,1.1.24+nmu5
libpaper1:amd64,ii ,1.1.24+nmu5,libpaper,1.1.24+nmu5
libparted2:amd64,ii ,3.2-17,parted,3.2-17
libpcap0.8:amd64,ii ,1.8.1-3+deb9u1,libpcap,1.8.1-3+deb9u1
libpcre3:amd64,ii ,2:8.39-3,pcre3,2:8.39-3
libpcsclite1:amd64,ii ,1.8.20-1,pcsc-lite,1.8.20-1
libperl5.24:amd64,ii ,5.24.1-3+deb9u7,perl,5.24.1-3+deb9u7
libpipeline1:amd64,ii ,1.4.1-2,libpipeline,1.4.1-2
libpixman-1-0:amd64,ii ,0.34.0-1,pixman,0.34.0-1
libplexus-ant-factory-java,ii ,1.0~alpha2.1-3,plexus-ant-factory,1.0~alpha2.1-3
libplexus-archiver-java,ii ,2.2-1+deb9u1,plexus-archiver,2.2-1+deb9u1
libplexus-bsh-factory-java,ii ,1.0~alpha7-3.1,plexus-bsh-factory,1.0~alpha7-3.1
libplexus-cipher-java,ii ,1.7-1,plexus-cipher,1.7-1
libplexus-classworlds-java,ii ,1.5.0-5,plexus-classworlds,1.5.0-5
libplexus-classworlds2-java,ii ,2.5.2-1,plexus-classworlds2,2.5.2-1
libplexus-cli-java,ii ,1.2-5,plexus-cli,1.2-5
libplexus-component-annotations-java,ii ,1.6-3,plexus-containers1.5,1.6-3
libplexus-component-metadata-java,ii ,1.6-3,plexus-containers1.5,1.6-3
libplexus-container-default-java,ii ,1.0-alpha-9-stable-1-7,plexus-container-default,1.0-alpha-9-stable-1-7
libplexus-container-default1.5-java,ii ,1.6-3,plexus-containers1.5,1.6-3
libplexus-containers-java,ii ,1.0~beta3.0.7-8,plexus-containers,1.0~beta3.0.7-8
libplexus-containers1.5-java,ii ,1.6-3,plexus-containers1.5,1.6-3
libplexus-interactivity-api-java,ii ,1.0-alpha-6-7,plexus-interactivity-api,1.0-alpha-6-7
libplexus-interpolation-java,ii ,1.21-1,plexus-interpolation,1.21-1
libplexus-io-java,ii ,1.0~alpha5-2,plexus-io,1.0~alpha5-2
libplexus-sec-dispatcher-java,ii ,1.3.1-6,plexus-sec-dispatcher,1.3.1-6
libplexus-utils-java,ii ,1:1.5.15-4+deb9u1,plexus-utils,1:1.5.15-4+deb9u1
libplexus-utils2-java,ii ,3.0.22-1,plexus-utils2,3.0.22-1
libpng16-16:amd64,ii ,1.6.28-1+deb9u1,libpng1.6,1.6.28-1+deb9u1
libpolkit-agent-1-0:amd64,ii ,0.105-18+deb9u2,policykit-1,0.105-18+deb9u2
libpolkit-backend-1-0:amd64,ii ,0.105-18+deb9u2,policykit-1,0.105-18+deb9u2
libpolkit-gobject-1-0:amd64,ii ,0.105-18+deb9u2,policykit-1,0.105-18+deb9u2
libpopt0:amd64,ii ,1.16-10+b2,popt (1.16-10),1.16-10
libprocps6:amd64,ii ,2:3.3.12-3+deb9u1,procps,2:3.3.12-3+deb9u1
libproxy1v5:amd64,ii ,0.4.14-2+deb9u2,libproxy,0.4.14-2+deb9u2
libpsl5:amd64,ii ,0.17.0-3,libpsl,0.17.0-3
libpulse0:amd64,rc ,10.0-1+deb9u1,pulseaudio,10.0-1+deb9u1
libpython-stdlib:amd64,ii ,2.7.13-2,python-defaults,2.7.13-2
libpython2.7:amd64,ii ,2.7.13-2+deb9u6,python2.7,2.7.13-2+deb9u6
libpython2.7-minimal:amd64,ii ,2.7.13-2+deb9u6,python2.7,2.7.13-2+deb9u6
libpython2.7-stdlib:amd64,ii ,2.7.13-2+deb9u6,python2.7,2.7.13-2+deb9u6
libpython3-stdlib:amd64,ii ,3.5.3-1,python3-defaults,3.5.3-1
libpython3.5:amd64,ii ,3.5.3-1+deb9u5,python3.5,3.5.3-1+deb9u5
libpython3.5-minimal:amd64,ii ,3.5.3-1+deb9u5,python3.5,3.5.3-1+deb9u5
libpython3.5-stdlib:amd64,ii ,3.5.3-1+deb9u5,python3.5,3.5.3-1+deb9u5
libqdox2-java,ii ,2.0~M3-3,qdox2,2.0~M3-3
libquadmath0:amd64,ii ,6.3.0-18+deb9u1,gcc-6,6.3.0-18+deb9u1
libreadline-dev:amd64,ii ,7.0-3,readline,7.0-3
libreadline7:amd64,ii ,7.0-3,readline,7.0-3
librelaxng-datatype-java,ii ,1.0+ds1-3,,1.0+ds1-3
librest-0.7-0:amd64,ii ,0.8.0-2,librest,0.8.0-2
librsvg2-2:amd64,ii ,2.40.21-0+deb9u1,librsvg,2.40.21-0+deb9u1
librsvg2-common:amd64,ii ,2.40.21-0+deb9u1,librsvg,2.40.21-0+deb9u1
librtmp1:amd64,ii ,2.4+20151223.gitfa8646d.1-1+b1,rtmpdump (2.4+20151223.gitfa8646d.1-1),2.4+20151223.gitfa8646d.1-1
libsasl2-2:amd64,ii ,2.1.27~101-g0780600+dfsg-3+deb9u2,cyrus-sasl2,2.1.27~101-g0780600+dfsg-3+deb9u2
libsasl2-modules-db:amd64,ii ,2.1.27~101-g0780600+dfsg-3+deb9u2,cyrus-sasl2,2.1.27~101-g0780600+dfsg-3+deb9u2
libseccomp2:amd64,ii ,2.3.1-2.1+deb9u1,libseccomp,2.3.1-2.1+deb9u1
libselinux1:amd64,ii ,2.6-3+b3,libselinux (2.6-3),2.6-3
libsemanage-common,ii ,2.6-2,libsemanage,2.6-2
libsemanage1:amd64,ii ,2.6-2,libsemanage,2.6-2
libsensors4:amd64,rc ,1:3.4.0-4,lm-sensors,1:3.4.0-4
libsepol1:amd64,ii ,2.6-2,libsepol,2.6-2
libservlet3.1-java,ii ,8.5.54-0+deb9u8,tomcat8,8.5.54-0+deb9u8
libsisu-inject-java,ii ,0.3.2-2,sisu-inject,0.3.2-2
libsisu-plexus-java,ii ,0.3.2-1,sisu-plexus,0.3.2-1
libslang2:amd64,ii ,2.3.1-5,slang2,2.3.1-5
libslf4j-java,ii ,1.7.22-1,,1.7.22-1
libsm6:amd64,ii ,2:1.2.2-1+b3,libsm (2:1.2.2-1),2:1.2.2-1
libsmartcols1:amd64,ii ,2.29.2-1+deb9u1,util-linux,2.29.2-1+deb9u1
libsoup-gnome2.4-1:amd64,ii ,2.56.0-2+deb9u2,libsoup2.4,2.56.0-2+deb9u2
libsoup2.4-1:amd64,ii ,2.56.0-2+deb9u2,libsoup2.4,2.56.0-2+deb9u2
libsqlite0,ii ,2.8.17-14,sqlite,2.8.17-14
libsqlite3-0:amd64,ii ,3.16.2-5+deb9u3,sqlite3,3.16.2-5+deb9u3
libsqlite3-dev:amd64,ii ,3.16.2-5+deb9u3,sqlite3,3.16.2-5+deb9u3
libss2:amd64,ii ,1.43.4-2+deb9u2,e2fsprogs,1.43.4-2+deb9u2
libssh2-1:amd64,ii ,1.7.0-1+deb9u2,libssh2,1.7.0-1+deb9u2
libssl-dev:amd64,ii ,1.1.0l-1~deb9u6,openssl,1.1.0l-1~deb9u6
libssl-doc,ii ,1.1.0l-1~deb9u6,openssl,1.1.0l-1~deb9u6
libssl1.0.2:amd64,ii ,1.0.2u-1~deb9u7,openssl1.0,1.0.2u-1~deb9u7
libssl1.1:amd64,ii ,1.1.0l-1~deb9u6,openssl,1.1.0l-1~deb9u6
libstdc++-6-dev:amd64,ii ,6.3.0-18+deb9u1,gcc-6,6.3.0-18+deb9u1
libstdc++6:amd64,ii ,6.3.0-18+deb9u1,gcc-6,6.3.0-18+deb9u1
libsystemd0:amd64,ii ,232-25+deb9u14,systemd,232-25+deb9u14
libtasn1-6:amd64,ii ,4.10-1.1+deb9u1,,4.10-1.1+deb9u1
libtext-charwidth-perl,ii ,0.04-7+b5,libtext-charwidth-perl (0.04-7),0.04-7
libtext-iconv-perl,ii ,1.7-5+b4,libtext-iconv-perl (1.7-5),1.7-5
libtext-wrapi18n-perl,ii ,0.06-7.1,,0.06-7.1
libthai-data,ii ,0.1.26-1,libthai,0.1.26-1
libthai0:amd64,ii ,0.1.26-1,libthai,0.1.26-1
libtiff5:amd64,ii ,4.0.8-2+deb9u8,tiff,4.0.8-2+deb9u8
libtinfo-dev:amd64,ii ,6.0+20161126-1+deb9u2,ncurses,6.0+20161126-1+deb9u2
libtinfo5:amd64,ii ,6.0+20161126-1+deb9u2,ncurses,6.0+20161126-1+deb9u2
libtsan0:amd64,ii ,6.3.0-18+deb9u1,gcc-6,6.3.0-18+deb9u1
libubsan0:amd64,ii ,6.3.0-18+deb9u1,gcc-6,6.3.0-18+deb9u1
libudev1:amd64,ii ,232-25+deb9u14,systemd,232-25+deb9u14
libunbound2:amd64,ii ,1.6.0-3+deb9u2,unbound,1.6.0-3+deb9u2
libunistring0:amd64,ii ,0.9.6+really0.9.3-0.1,libunistring,0.9.6+really0.9.3-0.1
libustr-1.0-1:amd64,ii ,1.0.4-6,ustr,1.0.4-6
libuuid1:amd64,ii ,2.29.2-1+deb9u1,util-linux,2.29.2-1+deb9u1
libvdpau-va-gl1:amd64,rc ,0.4.2-1,libvdpau-va-gl,0.4.2-1
libvdpau1:amd64,rc ,1.1.1-6,libvdpau,1.1.1-6
libwagon-java,ii ,1.0.0-9,wagon,1.0.0-9
libwagon2-java,ii ,2.10-6,wagon2,2.10-6
libwayland-client0:amd64,ii ,1.12.0-1+deb9u1,wayland,1.12.0-1+deb9u1
libwayland-cursor0:amd64,ii ,1.12.0-1+deb9u1,wayland,1.12.0-1+deb9u1
libwayland-egl1-mesa:amd64,ii ,13.0.6-1+b2,mesa (13.0.6-1),13.0.6-1
libwayland-server0:amd64,ii ,1.12.0-1+deb9u1,wayland,1.12.0-1+deb9u1
libwebp6:amd64,ii ,0.5.2-1+deb9u1,libwebp,0.5.2-1+deb9u1
libwrap0:amd64,ii ,7.6.q-26,tcp-wrappers,7.6.q-26
libx11-6:amd64,ii ,2:1.6.4-3+deb9u4,libx11,2:1.6.4-3+deb9u4
libx11-data,ii ,2:1.6.4-3+deb9u4,libx11,2:1.6.4-3+deb9u4
libx11-xcb1:amd64,ii ,2:1.6.4-3+deb9u4,libx11,2:1.6.4-3+deb9u4
libxalan2-java,ii ,2.7.1-9,,2.7.1-9
libxapian30:amd64,ii ,1.4.3-2+deb9u3,xapian-core,1.4.3-2+deb9u3
libxau6:amd64,ii ,1:1.0.8-1,libxau,1:1.0.8-1
libxbean-java,ii ,4.5-4,,4.5-4
libxcb-dri2-0:amd64,ii ,1.12-1,libxcb,1.12-1
libxcb-dri3-0:amd64,ii ,1.12-1,libxcb,1.12-1
libxcb-present0:amd64,ii ,1.12-1,libxcb,1.12-1
libxcb-render0:amd64,ii ,1.12-1,libxcb,1.12-1
libxcb-shm0:amd64,ii ,1.12-1,libxcb,1.12-1
libxcb-sync1:amd64,ii ,1.12-1,libxcb,1.12-1
libxcb-xfixes0:amd64,ii ,1.12-1,libxcb,1.12-1
libxcb1:amd64,ii ,1.12-1,libxcb,1.12-1
libxcomposite1:amd64,ii ,1:0.4.4-2,libxcomposite,1:0.4.4-2
libxcursor1:amd64,ii ,1:1.1.14-1+deb9u2,libxcursor,1:1.1.14-1+deb9u2
libxdamage1:amd64,ii ,1:1.1.4-2+b3,libxdamage (1:1.1.4-2),1:1.1.4-2
libxdmcp6:amd64,ii ,1:1.1.2-3,libxdmcp,1:1.1.2-3
libxerces2-java,ii ,2.11.0-7,,2.11.0-7
libxext6:amd64,ii ,2:1.3.3-1+b2,libxext (2:1.3.3-1),2:1.3.3-1
libxfixes3:amd64,ii ,1:5.0.3-1,libxfixes,1:5.0.3-1
libxft2:amd64,ii ,2.3.2-1+b2,xft (2.3.2-1),2.3.2-1
libxi6:amd64,ii ,2:1.7.9-1,libxi,2:1.7.9-1
libxinerama1:amd64,ii ,2:1.1.3-1+b3,libxinerama (2:1.1.3-1),2:1.1.3-1
libxkbcommon0:amd64,ii ,0.7.1-2~deb9u1,libxkbcommon,0.7.1-2~deb9u1
libxml-commons-external-java,ii ,1.4.01-2,xml-commons-external,1.4.01-2
libxml-commons-resolver1.1-java,ii ,1.2-7,,1.2-7
libxml2:amd64,ii ,2.9.4+dfsg1-2.2+deb9u7,,2.9.4+dfsg1-2.2+deb9u7
libxom-java,ii ,1.2.10-1,xom,1.2.10-1
libxpm4:amd64,ii ,1:3.5.12-1,libxpm,1:3.5.12-1
libxpp2-java,ii ,2.1.10-7,,2.1.10-7
libxpp3-java,ii ,1.1.4c-2,,1.1.4c-2
libxrandr2:amd64,ii ,2:1.5.1-1,libxrandr,2:1.5.1-1
libxrender1:amd64,ii ,1:0.9.10-1,libxrender,1:0.9.10-1
libxshmfence1:amd64,ii ,1.2-1+b2,libxshmfence (1.2-1),1.2-1
libxss1:amd64,rc ,1:1.2.2-1,libxss,1:1.2.2-1
libxt6:amd64,ii ,1:1.1.5-1,libxt,1:1.1.5-1
libxtables12:amd64,ii ,1.6.0+snapshot20161117-6,iptables,1.6.0+snapshot20161117-6
libxtst6:amd64,ii ,2:1.2.3-1,libxtst,2:1.2.3-1
libyajl2:amd64,ii ,2.1.0-2+b3,yajl (2.1.0-2),2.1.0-2
linux-base,ii ,4.5,,4.5
linux-image-4.9.0-19-amd64,ii ,4.9.320-2,linux,4.9.320-2
linux-image-4.9.0-9-amd64,ii ,4.9.168-1+deb9u5,linux,4.9.168-1+deb9u5
linux-image-amd64,ii ,4.9+80+deb9u17,linux-latest (80+deb9u17),80+deb9u17
linux-libc-dev:amd64,ii ,4.9.320-2,linux,4.9.320-2
locales,ii ,2.24-11+deb9u4,glibc,2.24-11+deb9u4
locate,ii ,4.6.0+git+20161106-2,findutils,4.6.0+git+20161106-2
login,ii ,1:4.4-4.1+deb9u1,shadow,1:4.4-4.1+deb9u1
logrotate,ii ,3.11.0-0.1,,3.11.0-0.1
lsb-base,ii ,9.20161125,lsb,9.20161125
lsb-release,ii ,9.20161125,lsb,9.20161125
m17n-db,ii ,1.7.0-2,,1.7.0-2
mailutils,ii ,1:3.1.1-1,,1:3.1.1-1
mailutils-common,ii ,1:3.1.1-1,mailutils,1:3.1.1-1
make,ii ,4.1-9.1,make-dfsg,4.1-9.1
man-db,ii ,2.7.6.1-2,,2.7.6.1-2
manpages,ii ,4.10-2,,4.10-2
manpages-dev,ii ,4.10-2,manpages,4.10-2
maven,ii ,3.3.9-4,,3.3.9-4
mawk,ii ,1.3.3-17+b3,mawk (1.3.3-17),1.3.3-17
mime-support,ii ,3.60,,3.60
mongodb-database-tools,ii ,100.2.1,,100.2.1
mongodb-enterprise-shell,ii ,4.4.3,mongodb-enterprise,4.4.3
mount,ii ,2.29.2-1+deb9u1,util-linux,2.29.2-1+deb9u1
multiarch-support,ii ,2.24-11+deb9u4,glibc,2.24-11+deb9u4
mysql-common,ii ,5.8+1.0.2,mysql-defaults (1.0.2),1.0.2
nano,ii ,2.7.4-1,,2.7.4-1
ncurses-base,ii ,6.0+20161126-1+deb9u2,ncurses,6.0+20161126-1+deb9u2
ncurses-bin,ii ,6.0+20161126-1+deb9u2,ncurses,6.0+20161126-1+deb9u2
net-tools,ii ,1.60+git20161116.90da8a0-1,,1.60+git20161116.90da8a0-1
netbase,ii ,5.4,,5.4
netcat,ii ,1.10-41,,1.10-41
netcat-traditional,ii ,1.10-41+b1,netcat (1.10-41),1.10-41
nethogs,ii ,0.8.5-2,,0.8.5-2
nodejs,ii ,10.24.1-1nodesource1,,10.24.1-1nodesource1
ntp,ii ,1:4.2.8p10+dfsg-3+deb9u2,,1:4.2.8p10+dfsg-3+deb9u2
openjdk-11-jre-headless:amd64,rc ,11.0.6+10-1~bpo9+1,openjdk-11,11.0.6+10-1~bpo9+1
openjdk-8-jre-headless:amd64,ii ,8u332-ga-1~deb9u1,openjdk-8,8u332-ga-1~deb9u1
openssh-client,ii ,1:7.4p1-10+deb9u7,openssh,1:7.4p1-10+deb9u7
openssh-server,ii ,1:7.4p1-10+deb9u7,openssh,1:7.4p1-10+deb9u7
openssh-sftp-server,ii ,1:7.4p1-10+deb9u7,openssh,1:7.4p1-10+deb9u7
openssl,ii ,1.1.0l-1~deb9u6,,1.1.0l-1~deb9u6
packagekit,ii ,1.1.5-2+deb9u2,,1.1.5-2+deb9u2
packagekit-tools,ii ,1.1.5-2+deb9u2,packagekit,1.1.5-2+deb9u2
parted,ii ,3.2-17,,3.2-17
passwd,ii ,1:4.4-4.1+deb9u1,shadow,1:4.4-4.1+deb9u1
patch,ii ,2.7.5-1+deb9u2,,2.7.5-1+deb9u2
perl,ii ,5.24.1-3+deb9u7,,5.24.1-3+deb9u7
perl-base,ii ,5.24.1-3+deb9u7,perl,5.24.1-3+deb9u7
perl-modules-5.24,ii ,5.24.1-3+deb9u7,perl,5.24.1-3+deb9u7
pinentry-curses,ii ,1.0.0-2,pinentry,1.0.0-2
policykit-1,ii ,0.105-18+deb9u2,,0.105-18+deb9u2
poppler-data,ii ,0.4.7-8,,0.4.7-8
procps,ii ,2:3.3.12-3+deb9u1,,2:3.3.12-3+deb9u1
psmisc,ii ,22.21-2.1+b2,psmisc (22.21-2.1),22.21-2.1
python,ii ,2.7.13-2,python-defaults,2.7.13-2
python-apt,ii ,1.4.3,,1.4.3
python-apt-common,ii ,1.4.3,python-apt,1.4.3
python-boto,ii ,2.44.0-1,,2.44.0-1
python-certbot-apache,ii ,0.28.0-1~deb9u1,,0.28.0-1~deb9u1
python-chardet,ii ,2.3.0-2,chardet,2.3.0-2
python-crcmod,ii ,1.7-2+b2,python-crcmod (1.7-2),1.7-2
python-google-compute-engine,ii ,2.8.14-1,,2.8.14-1
python-minimal,ii ,2.7.13-2,python-defaults,2.7.13-2
python-pkg-resources,ii ,33.1.1-1,python-setuptools,33.1.1-1
python-pyicu,ii ,1.9.5-1,pyicu,1.9.5-1
python-requests,ii ,2.12.4-1,requests,2.12.4-1
python-six,ii ,1.10.0-3,six,1.10.0-3
python-urllib3,ii ,1.19.1-1+deb9u1,,1.19.1-1+deb9u1
python2.7,ii ,2.7.13-2+deb9u6,,2.7.13-2+deb9u6
python2.7-minimal,ii ,2.7.13-2+deb9u6,python2.7,2.7.13-2+deb9u6
python3,ii ,3.5.3-1,python3-defaults,3.5.3-1
python3-acme,ii ,0.28.0-1~deb9u2,python-acme,0.28.0-1~deb9u2
python3-apt,ii ,1.4.3,python-apt,1.4.3
python3-asn1crypto,ii ,0.24.0-1~bpo9+1,asn1crypto,0.24.0-1~bpo9+1
python3-augeas,ii ,0.5.0-1,python-augeas,0.5.0-1
python3-boto,ii ,2.44.0-1,python-boto,2.44.0-1
python3-certbot,ii ,0.28.0-1~deb9u3,python-certbot,0.28.0-1~deb9u3
python3-certbot-apache,ii ,0.28.0-1~deb9u1,python-certbot-apache,0.28.0-1~deb9u1
python3-cffi-backend,ii ,1.9.1-2,python-cffi,1.9.1-2
python3-chardet,ii ,2.3.0-2,chardet,2.3.0-2
python3-configargparse,ii ,0.11.0-1,python-configargparse,0.11.0-1
python3-configobj,ii ,5.0.6-2,configobj,5.0.6-2
python3-cryptography,ii ,2.3-1~bpo9+1,python-cryptography,2.3-1~bpo9+1
python3-dbus,ii ,1.2.4-1+b1,dbus-python (1.2.4-1),1.2.4-1
python3-distro,ii ,1.0.1-2,python-distro,1.0.1-2
python3-future,ii ,0.15.2-4,python-future,0.15.2-4
python3-gi,ii ,3.22.0-2,pygobject,3.22.0-2
python3-google-compute-engine,ii ,2.8.14-1,python-google-compute-engine,2.8.14-1
python3-idna,ii ,2.6-1~bpo9+1,python-idna,2.6-1~bpo9+1
python3-josepy,ii ,1.1.0-2~deb9u1,python-josepy,1.1.0-2~deb9u1
python3-minimal,ii ,3.5.3-1,python3-defaults,3.5.3-1
python3-mock,ii ,2.0.0-3,python-mock,2.0.0-3
python3-openssl,ii ,16.2.0-1,pyopenssl,16.2.0-1
python3-parsedatetime,ii ,2.4-2~bpo9+1,parsedatetime,2.4-2~bpo9+1
python3-pbr,ii ,4.2.0-4~bpo9+2,python-pbr,4.2.0-4~bpo9+2
python3-pkg-resources,ii ,33.1.1-1,python-setuptools,33.1.1-1
python3-pycurl,ii ,7.43.0-2,pycurl,7.43.0-2
python3-requests,ii ,2.12.4-1,requests,2.12.4-1
python3-requests-toolbelt,ii ,0.7.0-1,python-requests-toolbelt,0.7.0-1
python3-rfc3339,ii ,1.0-4,pyrfc3339,1.0-4
python3-setuptools,ii ,33.1.1-1,python-setuptools,33.1.1-1
python3-six,ii ,1.10.0-3,six,1.10.0-3
python3-software-properties,ii ,0.96.20.2-1+deb9u1,software-properties,0.96.20.2-1+deb9u1
python3-tz,ii ,2016.7-0.3,python-tz,2016.7-0.3
python3-urllib3,ii ,1.19.1-1+deb9u1,python-urllib3,1.19.1-1+deb9u1
python3-zope.component,ii ,4.3.0-1,zope.component,4.3.0-1
python3-zope.event,ii ,4.2.0-1,zope.event,4.2.0-1
python3-zope.hookable,ii ,4.0.4-4+b2,zope.hookable (4.0.4-4),4.0.4-4
python3-zope.interface,ii ,4.3.2-1,zope.interface,4.3.2-1
python3.5,ii ,3.5.3-1+deb9u5,,3.5.3-1+deb9u5
python3.5-minimal,ii ,3.5.3-1+deb9u5,python3.5,3.5.3-1+deb9u5
readline-common,ii ,7.0-3,readline,7.0-3
rename,ii ,0.20-4,,0.20-4
rsync,ii ,3.1.2-1+deb9u3,,3.1.2-1+deb9u3
rsyslog,ii ,8.24.0-1+deb9u3,,8.24.0-1+deb9u3
screen,ii ,4.5.0-6+deb9u1,,4.5.0-6+deb9u1
sed,ii ,4.4-1,,4.4-1
sensible-utils,ii ,0.0.9+deb9u1,,0.0.9+deb9u1
sgml-base,ii ,1.29,,1.29
shared-mime-info,ii ,1.8-1+deb9u1,,1.8-1+deb9u1
software-properties-common,ii ,0.96.20.2-1+deb9u1,software-properties,0.96.20.2-1+deb9u1
speedtest-cli,ii ,1.0.0-1,,1.0.0-1
splunkforwarder,ii ,8.2.5,,8.2.5
sqlite,ii ,2.8.17-14,,2.8.17-14
sqlite3,ii ,3.16.2-5+deb9u3,,3.16.2-5+deb9u3
ssl-cert,ii ,1.0.39,,1.0.39
stackdriver-agent,ii ,6.3.0-1.stretch,,6.3.0-1.stretch
sudo,ii ,1.8.19p1-2.1+deb9u3,,1.8.19p1-2.1+deb9u3
systemd,ii ,232-25+deb9u14,,232-25+deb9u14
systemd-sysv,ii ,232-25+deb9u14,systemd,232-25+deb9u14
sysvinit-utils,ii ,2.88dsf-59.9,sysvinit,2.88dsf-59.9
tar,ii ,1.29b-1.1+deb9u1,,1.29b-1.1+deb9u1
tasksel,ii ,3.39,,3.39
tasksel-data,ii ,3.39,tasksel,3.39
tcpdump,ii ,4.9.3-1~deb9u2,,4.9.3-1~deb9u2
telnet,ii ,0.17-41,netkit-telnet,0.17-41
traceroute,ii ,1:2.1.0-2,,1:2.1.0-2
tzdata,ii ,2021a-0+deb9u4,,2021a-0+deb9u4
ucf,ii ,3.0036,,3.0036
udev,ii ,232-25+deb9u14,systemd,232-25+deb9u14
unattended-upgrades,ii ,0.93.1+nmu1,,0.93.1+nmu1
util-linux,ii ,2.29.2-1+deb9u1,,2.29.2-1+deb9u1
uuid-runtime,ii ,2.29.2-1+deb9u1,util-linux,2.29.2-1+deb9u1
vim,ii ,2:8.0.0197-4+deb9u7,,2:8.0.0197-4+deb9u7
vim-common,ii ,2:8.0.0197-4+deb9u7,vim,2:8.0.0197-4+deb9u7
vim-runtime,ii ,2:8.0.0197-4+deb9u7,vim,2:8.0.0197-4+deb9u7
vim-tiny,ii ,2:8.0.0197-4+deb9u7,vim,2:8.0.0197-4+deb9u7
wget,ii ,1.18-5+deb9u3,,1.18-5+deb9u3
whiptail,ii ,0.52.19-1+b1,newt (0.52.19-1),0.52.19-1
x11-common,ii ,1:7.7+19,xorg,1:7.7+19
x11-utils,rc ,7.7+3+b1,x11-utils (7.7+3),7.7+3
x11-xserver-utils,rc ,7.7+7+b1,x11-xserver-utils (7.7+7),7.7+7
xdg-user-dirs,ii ,0.15-2+b1,xdg-user-dirs (0.15-2),0.15-2
xkb-data,ii ,2.19-1+deb9u1,xkeyboard-config,2.19-1+deb9u1
xml-core,ii ,0.17,,0.17
xxd,ii ,2:8.0.0197-4+deb9u7,vim,2:8.0.0197-4+deb9u7
xz-utils,ii ,5.2.2-1.2+deb9u1,,5.2.2-1.2+deb9u1
zlib1g:amd64,ii ,1:1.2.8.dfsg-5+deb9u1,zlib,1:1.2.8.dfsg-5+deb9u1
zlib1g-dev:amd64,ii ,1:1.2.8.dfsg-5+deb9u1,zlib,1:1.2.8.dfsg-5+deb9u1

  stderr:
  err: %!s(<nil>)
[Mar 28 15:13:19] DEBUG [localhost] acct package status is 'c', ignoring
[Mar 28 15:13:19] DEBUG [localhost] auditd package status is 'c', ignoring
[Mar 28 15:13:19] DEBUG [localhost] chromium package status is 'c', ignoring
[Mar 28 15:13:19] DEBUG [localhost] libgl1-mesa-dri package status is 'c', ignoring
[Mar 28 15:13:19] DEBUG [localhost] libgtk2.0-0 package status is 'c', ignoring
[Mar 28 15:13:19] DEBUG [localhost] libgtk2.0-common package status is 'c', ignoring
[Mar 28 15:13:19] DEBUG [localhost] libogg0 package status is 'c', ignoring
[Mar 28 15:13:19] DEBUG [localhost] libpulse0 package status is 'c', ignoring
[Mar 28 15:13:19] DEBUG [localhost] libsensors4 package status is 'c', ignoring
[Mar 28 15:13:19] DEBUG [localhost] libvdpau-va-gl1 package status is 'c', ignoring
[Mar 28 15:13:19] DEBUG [localhost] libvdpau1 package status is 'c', ignoring
[Mar 28 15:13:19] DEBUG [localhost] libxss1 package status is 'c', ignoring
[Mar 28 15:13:19] DEBUG [localhost] openjdk-11-jre-headless package status is 'c', ignoring
[Mar 28 15:13:19] DEBUG [localhost] x11-utils package status is 'c', ignoring
[Mar 28 15:13:19] DEBUG [localhost] x11-xserver-utils package status is 'c', ignoring
[Mar 28 15:13:19]  INFO [localhost] Scanning listen port...
[Mar 28 15:13:19]  INFO [localhost] Using Port Scanner: Vuls built-in Scanner
[Mar 28 15:13:19]  WARN [localhost] Some warnings occurred during scanning on localhost. Please fix the warnings to get a useful information. Execute configtest subcommand before scanning to know the cause of the warnings. warnings: [Standard OS support is EOL(End-of-Life). Purchase extended support if available or Upgrading your OS is strongly recommended.]

Scan Summary
================
localhost   debian9.13  684 installed

Warning: [Standard OS support is EOL(End-of-Life). Purchase extended support if available or Upgrading your OS is strongly recommended.]

To view the detail, vuls tui is useful.
To send a report, run vuls report -h.

Steps to reproduce the behaviour

Configuration (MUST fill this out):

$ vuls -v

vuls-v0.22.2-build-20230328_072748_7f35f4e

[servers.localhost] host = "localhost" port = "local"



* command:
`vuls scan` then `vuls report`
MaineK00n commented 1 year ago

Currently, Debian detects from gost (= debian-security-tracker) information instead of goval-dictionary (= OVAL). Please run $ ./gost.sh --debian and then report.

MaineK00n commented 1 year ago

Since I did not receive any reply, I assumed that the problem had been resolved. If you have any further questions, please reopen this issue.