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.94k stars 1.16k forks source link

runtime error while creating report having gost enabled #1281

Closed PhilPhonic closed 2 years ago

PhilPhonic commented 3 years ago

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

I tried generating a report having gost via HTTP enabled.

What did you expect to happen?

Get a report.

What happened instead?

panic: runtime error: invalid memory address or nil pointer dereference

goroutine 1 [running]: github.com/future-architect/vuls/gost.FillCVEsWithRedHat.func1(0x0, 0x0) /go/src/github.com/future-architect/vuls/gost/gost.go:49 +0x26 github.com/future-architect/vuls/gost.FillCVEsWithRedHat(0xc000200000, 0x15734b1, 0x4, 0xc0004882b0, 0x4, 0xc0000bc540, 0x10, 0x0, 0x0, 0x0, ...) /go/src/github.com/future-architect/vuls/gost/gost.go:53 +0x217 github.com/future-architect/vuls/detector.Detect(0xc0005d4c00, 0x1, 0x1, 0xc0000b6480, 0x22, 0x2, 0x2, 0xc00028e250, 0x6, 0xc00028e258) /go/src/github.com/future-architect/vuls/detector/detector.go:81 +0xf0a github.com/future-architect/vuls/subcmds.(ReportCmd).Execute(0xc00043c060, 0x1821990, 0xc0000ba010, 0xc000077680, 0x0, 0x0, 0x0, 0xc000099201) /go/src/github.com/future-architect/vuls/subcmds/report.go:241 +0x8a6 github.com/google/subcommands.(Commander).Execute(0xc0000e9780, 0x1821990, 0xc0000ba010, 0x0, 0x0, 0x0, 0xc000488180) /go/pkg/mod/github.com/google/subcommands@v1.2.0/subcommands.go:209 +0x347 github.com/google/subcommands.Execute(...) /go/pkg/mod/github.com/google/subcommands@v1.2.0/subcommands.go:492 main.main() /go/src/github.com/future-architect/vuls/cmd/vuls/main.go:37 +0x396 ERROR: 2


Please re-run the command using ```-debug``` and provide the output below.

[root@vulstest ~]# docker-compose -f docker-compose.yml run report-debug Creating vuls_report_run ... done [Aug 11 07:30:05] INFO [localhost] vuls-v0.15.13-build-20210721_001547_5f4d68c [Aug 11 07:30:05] INFO [localhost] Validating config... [Aug 11 07:30:05] INFO [localhost] cveDict.type=http, cveDict.url=http://go-cve-dictionary:1323, cveDict.SQLite3Path= [http] 2021/08/11 07:30:05 HTTP Request: GET /health HTTP/1.1 Host: go-cve-dictionary:1323

[http] 2021/08/11 07:30:05 HTTP Response: HTTP/1.1 200 OK Connection: close Content-Type: text/plain; charset=UTF-8 Date: Wed, 11 Aug 2021 07:30:05 GMT Content-Length: 0

[Aug 11 07:30:05] INFO [localhost] ovalDict.type=http, ovalDict.url=http://goval-dictionary:1324, ovalDict.SQLite3Path= [http] 2021/08/11 07:30:05 HTTP Request: GET /health HTTP/1.1 Host: goval-dictionary:1324

[http] 2021/08/11 07:30:05 HTTP Response: HTTP/1.1 200 OK Connection: close Content-Type: text/plain; charset=UTF-8 Date: Wed, 11 Aug 2021 07:30:05 GMT Content-Length: 0

[Aug 11 07:30:05] INFO [localhost] gost.type=http, gost.url=http://gost:1325, gost.SQLite3Path= [http] 2021/08/11 07:30:05 HTTP Request: GET /health HTTP/1.1 Host: gost:1325

[http] 2021/08/11 07:30:05 HTTP Response: HTTP/1.1 200 OK Connection: close Content-Type: text/plain; charset=UTF-8 Date: Wed, 11 Aug 2021 07:30:05 GMT Content-Length: 0

[Aug 11 07:30:05] INFO [localhost] exploit.type=http, exploit.url=http://go-exploitdb:1326, exploit.SQLite3Path= [http] 2021/08/11 07:30:05 HTTP Request: GET /health HTTP/1.1 Host: go-exploitdb:1326

[http] 2021/08/11 07:30:05 HTTP Response: HTTP/1.1 200 OK Connection: close Content-Type: text/plain; charset=UTF-8 Date: Wed, 11 Aug 2021 07:30:05 GMT Content-Length: 0

[Aug 11 07:30:05] INFO [localhost] metasploit.type=sqlite3, metasploit.url=, metasploit.SQLite3Path=/vuls/go-msfdb.sqlite3 [Aug 11 07:30:05] INFO [localhost] Loaded: /vuls/results/2021-08-11T07:29:57Z [Aug 11 07:30:05] DEBUG [localhost] testhost.local (centos7.9.2009): config.ServerInfo{ ServerName: "testhost.local", User: "vuls", Host: "192.168.1.2", JumpServer: []string{}, Port: "22", SSHConfigPath: "", KeyPath: "/root/.ssh/id_rsa", 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, Type: "", IgnoredJSONKeys: []string{}, IPv4Addrs: []string{}, IPv6Addrs: []string{}, IPSIdentifiers: map[string]string{}, WordPress: &config.WordPressConf{ OSUser: "", DocRoot: "", CmdPath: "", }, PortScan: &config.PortScanConf{ IsUseExternalScanner: false, ScannerBinPath: "", HasPrivileged: false, ScanTechniques: []string{}, SourcePort: "", }, LogMsgAnsiColor: "\x1b[32m", Container: config.Container{ ContainerID: "", Name: "", Image: "", }, Distro: config.Distro{ Family: "", Release: "", }, Mode: config.ScanMode{ flag: 0x01, }, Module: config.ScanModule{ flag: 0x0f, }, } [Aug 11 07:30:05] DEBUG [localhost] Check if oval fetched: centos 7.9.2009 [Aug 11 07:30:05] INFO [localhost] OVAL centos 7.9.2009 is fresh. defs: 1296 [Aug 11 07:30:05] DEBUG [localhost] Check if oval fresh: centos 7.9.2009 [Aug 11 07:30:05] INFO [localhost] OVAL centos 7.9.2009 is fresh. lastModified: 2021-08-11T06:45:37Z [Aug 11 07:30:05] DEBUG [localhost] Fill with oval: centos 7.9.2009 [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iwl7260-firmware [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/krb5-libs [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/lm_sensors-libs [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-threads-shared [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/cairo-gobject [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/dejavu-sans-fonts [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/jbigkit-libs [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/kbd [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ntp [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/parted [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/cyrus-sasl-gssapi [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/elfutils [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iptables-services [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iputils [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/irqbalance [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libXfixes [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libtasn1 [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/lsscsi [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/man-pages-overrides [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/newt [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/open-vm-tools-desktop [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-sss-murmur [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pyusb [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/abrt-console-notification [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/cups-libs [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ed [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ipa-server-common [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libmspack [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-IPy [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/usermode [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/e2fsprogs-libs [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ivtv-firmware [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libidn [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/rpm [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/scl-utils [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/setserial [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/sos [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/txw2 [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/bridge-utils [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/grub2-common [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/apache-commons-lang [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gperftools-libs [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/mod_session [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/nuxwdog [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-decorator [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/rng-tools [Aug 11 07:30:05] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/389-ds-base-libs [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/at [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/attr [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/dhclient [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/dmidecode [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iw [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/resteasy-base-client [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/abrt-cli [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/elfutils-libs [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ipa-client [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libxkbcommon [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/openssl [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/binutils [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/device-mapper-event-libs [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/hunspell-en [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libmodman [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/p11-kit-trust [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-File-Path [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Pod-Usage [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/slang [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/tomcat-el-2.2-api [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/bind-pkcs11-utils [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/dmraid-events [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/glib-networking [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libstoragemgmt [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libtdb [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/mtr [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pcsc-lite-libs [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-macros [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-dateutil [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/rpm-libs [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/jakarta-commons-httpclient [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libXtst [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libsepol [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pcre [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/yum [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/apache-commons-dbcp [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/avalon-logkit [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/device-mapper-event [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libgcc [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libreport-centos [Aug 11 07:30:06] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Time-HiRes [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pinfo [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-configobj [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/strace [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/coreutils [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pciutils-libs [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pki-server [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/policycoreutils [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python2-ipaclient [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/apache-commons-logging [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/authconfig [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libglvnd-egl [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Pod-Perldoc [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python2-futures [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/quota-nls [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/resteasy-base-jackson-provider [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/rootfiles [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/usbutils [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/virt-what [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/words [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/xpp3 [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gdbm [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/hostname [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libusbx [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ppp [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-backports-ssl_match_hostname [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/xmlsec1 [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/abrt-addon-kerneloops [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/bind-license [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libsemanage-python [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libstoragemgmt-python-clibs [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-ldap [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/xdg-utils [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/alsa-firmware [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/apache-commons-collections [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/cal10n [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/chkconfig [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iwl5000-firmware [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libXau [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libdnet [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libsss_sudo [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/lua [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/mozjs17 [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-enum34 [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-perf [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python3-pip [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/apache-commons-daemon [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/geoipupdate [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python2-cryptography [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/setuptool [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/tcpdump [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/unzip [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/adwaita-cursor-theme [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/expat [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/grub2-tools-extra [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libthai [Aug 11 07:30:07] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libxcb [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pki-base-java [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pth [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-schedutils [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-tdb [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/resteasy-base-jaxrs-api [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/vim-minimal [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/which [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gnupg2 [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gpm-libs [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/hicolor-icon-theme [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/jansson [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libreport-plugin-ureport [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/openssl-libs [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/rdma-core [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/slf4j [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/sssd-ad [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libini_config [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libstoragemgmt-python [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/net-snmp-agent-libs [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/objectweb-asm [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pkgconfig [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/resteasy-base-jaxrs [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/scannotation [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/colord-libs [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/cpio [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/dhcp-libs [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/krb5-server [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/newt-python [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/setools-libs [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/xmlrpc-c-client [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/device-mapper-libs [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/geronimo-jms [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/grep [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/mod_auth_gssapi [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Text-ParseWords [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/yum-utils [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/dconf [Aug 11 07:30:08] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libcgroup [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/os-prober [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/polkit-pkla-compat [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/rpm-python [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/tzdata-java [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/kbd-misc [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/keyutils [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libXi [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libcroco [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/logrotate [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/jvnet-parent [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libdrm [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libffi [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Archive-Tar [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Compress-Raw-Bzip2 [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-javapackages [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gdb [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libSM [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/rfkill [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/traceroute [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/xkeyboard-config [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/oddjob [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Carp [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libmnl [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libtirpc [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/mesa-libEGL [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/mod_wsgi [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Scalar-List-Utils [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-dns [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python3-libs [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/yum-langpacks [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libsss_idmap [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/man-pages [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pam [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Getopt-Long [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/policycoreutils-python [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-six [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python2-pyasn1-modules [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/cryptsetup [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gettext [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/grub2-pc-modules [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libglvnd-glx [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libssh2 [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/net-snmp-libs [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/nspr [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pm-utils [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/tomcat-servlet-3.0-api [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/bc [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/boost-thread [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/filesystem [Aug 11 07:30:09] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/giflib [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/glassfish-fastinfoset [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/glibc-common [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-slip [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/jsr-311 [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libnfnetlink [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libsoup [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/xalan-j2 [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/abrt-addon-pstoreoops [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/desktop-file-utils [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/istack-commons [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libevent [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libfprint [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libglvnd [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libselinux-python [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ncurses [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/cronie [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libreport-cli [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python2-ipalib [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/GeoIP [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/fuse-libs [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/jakarta-oro [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/mailcap [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/abrt [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/dbus-libs [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gpgme [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iwl100-firmware [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/kernel-tools [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libpng [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/xfsprogs [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libnl [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libproxy [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/nss-util [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Compress-Raw-Zlib [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/custodia [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/dbus-python [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gdk-pixbuf2 [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/mesa-libGL [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Mozilla-LDAP [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/systemd-libs [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/tcsh [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ustr [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/xml-commons-resolver [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/zlib [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/dmraid [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/java-1.8.0-openjdk [Aug 11 07:30:10] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/java-1.8.0-openjdk-headless [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/javassist [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/kpatch [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libattr [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libfontenc [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libnl3-cli [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/fontconfig [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pango [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/sgpio [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/tomcat [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/abrt-dbus [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/basesystem [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/hunspell [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libkadm5 [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libutempter [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-HTTP-Tiny [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/sudo [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gssproxy [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libepoxy [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/nuxwdog-client-java [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/centos-indexhtml [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libcap [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libdaemon [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libreport-python [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libsss_certmap [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libtiff [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pciutils [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pyldb [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-firewall [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/readline [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/stax2-api [Aug 11 07:30:11] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/fontawesome-fonts [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/http-parser [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libfastjson [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libreport-plugin-mantisbt [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/xz-libs [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/firewalld-filesystem [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libX11 [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/mdadm [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/openssh-server [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/shared-mime-info [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/nss-sysinit [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/sssd-krb5 [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/xorg-x11-font-utils [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/yum-metadata-parser [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gawk [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gtk3 [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gtkmm24 [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ldapjdk [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libsmartcols [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/satyr [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/augeas-libs [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/cracklib [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gettext-libs [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gtkmm30 [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/vim-common [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/alsa-lib [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iwl4965-firmware [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/jaxen [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libjpeg-turbo [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libteam [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libuuid [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libwayland-cursor [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/rsyslog [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iprutils [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/nano [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/usb_modeswitch-data [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/copy-jdk-configs [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iwl6000g2b-firmware [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-libs [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pki-tools [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-backports [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/systemd-sysv [Aug 11 07:30:12] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/apr-util-openssl [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/atk [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/initscripts [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libgpg-error [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/systemd-python [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/dbus [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/elfutils-default-yama-scope [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/hunspell-en-GB [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libcollection [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libuser [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/opencryptoki [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/openssh [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/samba-common-libs [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/sysstat [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/util-linux [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/glib2 [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libXxf86vm [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libsysfs [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/open-sans-fonts [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pygobject2 [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-linux-procfs [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/rdate [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/freetype [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/grubby [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/httpcomponents-core [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/langtable [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libXft [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python2-ipaserver [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/tomcat-jsp-2.2-api [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gzip [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/junit [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libconfig [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libxshmfence [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ntsysv [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/sssd-krb5-common [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/bash [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/blktrace [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/msv-xsdlib [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-ipaddress [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-ply [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/quota [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/biosdevname [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/cairomm [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/dbus-glib [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/dracut-config-rescue [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libgomp [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libndp [Aug 11 07:30:13] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libpwquality [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-threads [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-jwcrypto [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/tar [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/apache-commons-pool [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/dom4j [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/findutils [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ipa-server [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/krb5-workstation [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libss [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/samba-libs [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/glassfish-dtd-parser [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/kernel-tools-libs [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libsss_nss_idmap [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/lz4 [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/opencryptoki-libs [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-PathTools [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/snappy [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/svrcore [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/teamd [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/yum-plugin-fastestmirror [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/aic94xx-firmware [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/kbd-legacy [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libXrandr [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libXrender [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/metricbeat [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/trousers [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/hsqldb [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ipa-client-common [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/sg3_utils-libs [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/shadow-utils [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/dejavu-fonts-common [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libitm [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/nettle [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Exporter [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/plymouth-core-libs [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libXinerama [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/tuned [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/apache-commons-codec [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/centos-release [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ldns [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libacl [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/procps-ng [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ttmkfdir [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ws-jaxme [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/kernel [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libxslt [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/net-tools [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/nfs-utils [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Package-Constants [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-lxml [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/audit [Aug 11 07:30:14] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/avalon-framework [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/dhcp-common [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/dracut [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/file-libs [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libref_array [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libreport-filesystem [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/man-db [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-DB_File [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-chardet [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/abrt-libs [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/apache-commons-io [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/fribidi [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iwl6000g2a-firmware [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/langtable-python [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libseccomp [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libsss_autofs [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/log4j [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/qrencode-libs [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/bind [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/hunspell-de [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libdwarf [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libselinux-utils [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libsemanage [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/lksctp-tools [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/mailx [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/resteasy-base-jaxb-provider [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/cracklib-dicts [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/dyninst [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/glibmm24 [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gtk2 [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/nss-pem [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/sed [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/xerces-j2 [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/xorg-x11-fonts-Type1 [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libtool-ltdl [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/nss-tools [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pki-ca [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-kdcproxy [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-libs [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python3 [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/fprintd [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/httpd [Aug 11 07:30:15] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/jss [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/polkit [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/resteasy-base-atom-provider [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libassuan [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libedit [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libpcap [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pinentry [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/psmisc [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-pyudev [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/rest [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/setup [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/abrt-tui [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/antlr-tool [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/fprintd-pam [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/hwdata [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Socket [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-slip-dbus [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python2-pyasn1 [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/tomcatjss [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/vim-enhanced [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/yajl [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ipset-libs [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iwl2000-firmware [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libwayland-egl [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libwbclient [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/linux-firmware [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/mlocate [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-podlators [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-dmidecode [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-pycparser [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/rpm-build-libs [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/bcel [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/lcms2 [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/mesa-libgbm [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/microcode_ctl [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/tomcat-lib [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/glassfish-jaxb [Aug 11 07:30:16] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libreport-plugin-mailx [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libreport-web [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/puppet-agent [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-netaddr [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-pycurl [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libpciaccess [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/nss [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/autogen-libopts [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libdb [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/lzo [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/rsync [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/bind-libs-lite [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ca-certificates [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/codemodel [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/diffutils [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/kmod [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/krb5-pkinit [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/make [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pixman [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/sssd-ldap [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/telnet [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/boost-system [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/cyrus-sasl-plain [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/harfbuzz [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iwl5150-firmware [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ledmon [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/apr-util [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libgusb [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Storable [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pyxattr [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/audit-libs [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/cyrus-sasl-lib [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/fxload [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/geronimo-jta [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gmp [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/info [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libICE [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libtalloc [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-idna [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-netifaces [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/regexp [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/args4j [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/device-mapper-persistent-data [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/elfutils-libelf [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iwl2030-firmware [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-libipa_hbac [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-yubico [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/certmonger [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ecj [Aug 11 07:30:17] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/openldap [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Data-Dumper [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Encode [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-gobject-base [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/alsa-tools-firmware [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/device-mapper [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/grub2-tools-minimal [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/langtable-data [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libdb-utils [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libtevent [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/sssd-dbus [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/xz [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/abrt-addon-python [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/bea-stax [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/easymock2 [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/joda-convert [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libnetfilter_conntrack [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/mod_nss [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Filter [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-constant [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-augeas [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-sssdconfig [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-urllib3 [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/velocity [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libpipeline [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-IO-Zlib [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/at-spi2-core [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/dracut-network [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ntpdate [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/plymouth-scripts [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/abrt-addon-vmcore [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/at-spi2-atk [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/emacs-filesystem [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/fipscheck [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libcap-ng [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libestr [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libstdc++ [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pytalloc [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-nss [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/rpcbind [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/stax-ex [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/bzip2 [Aug 11 07:30:18] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/centos-logos [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/fontpackages-filesystem [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gsettings-desktop-schemas [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iwl3160-firmware [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/nss-softokn [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/psacct [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-iniparse [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/sssd [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/apache-commons-cli [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/bzip2-libs [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/audit-libs-python [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/bind-pkcs11-libs [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gtk-update-icon-cache [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libXdamage [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/mesa-libglapi [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/nss-softokn-freebl [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-IO-Compress [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-cffi [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/rngom [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/xmlsec1-openssl [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/zip [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/acl [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/bea-stax-api [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/dosfstools [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/jackson [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libXcomposite [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libXext [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/mod_lookup_identity [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/oddjob-mkhomedir [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/opendnssec [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python3-setuptools [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/sysvinit-tools [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/cronie-anacron [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gobject-introspection [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ncurses-libs [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/xmlrpc-c [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/zsh [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/autofs [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/joda-time [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/kmod-libs [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libXcursor [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/abrt-addon-xorg [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/crda [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/grub2-pc [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ipset [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/bind-libs [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/fuse [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libbasicobjects [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-File-Temp [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/sqlite [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/boost-date-time [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/glassfish-jaxb-api [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/graphite2 [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/less [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libpath_utils [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libwayland-client [Aug 11 07:30:19] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/cyrus-sasl-md5 [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/grub2 [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/javapackages-tools [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/msv-msv [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/slapi-nis [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/time [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/e2fsprogs [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/httpd-tools [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libdhash [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libgcrypt [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-NetAddr-IP [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/abrt-retrace-client [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/selinux-policy [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/smartmontools [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/sssd-proxy [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/adwaita-icon-theme [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/glibc [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iproute [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libblkid [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-gssapi [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/samba-client-libs [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/vim-filesystem [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/hesiod [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ipa-common [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/kpartx [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libicu [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libsigc++20 [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/bind-export-libs [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ebtables [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libreport-plugin-rhtsupport [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/usb_modeswitch [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/bind-dyndb-ldap [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/btrfs-progs [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/jboss-annotations-1.1-api [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libverto-tevent [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libxml2-python [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/mariadb-libs [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ncurses-base [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/sssd-common-pac [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/tzdata [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iwl135-firmware [Aug 11 07:30:20] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iwl6000-firmware [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/net-snmp [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/systemd [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/tcp_wrappers [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libsmbclient [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-custodia [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/systemtap-runtime [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/abrt-python [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/c-ares [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/hamcrest [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/httpcomponents-client [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iwl6050-firmware [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libaio [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libgudev1 [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/tcp_wrappers-libs [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/avahi-libs [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/bash-completion [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/crontabs [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libldb [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libnfsidmap [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libunistring [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/jdom [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-urlgrabber [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/relaxngDatatype [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/curl [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/hardlink [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/wget [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/bind-utils [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/fipscheck-lib [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ipa-server-dns [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libcurl [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libwayland-server [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/openldap-clients [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pyliblzma [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-kitchen [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/softhsm [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/cairo [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/gnutls [Aug 11 07:30:21] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libtar [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libxml2 [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Time-Local [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/389-ds-base [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/ethtool [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/sssd-ipa [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/atkmm [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iwl3945-firmware [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libverto [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/lsof [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-parent [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/popt [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-qrcode-core [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/qdox [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/samba-common [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/selinux-policy-targeted [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/sssd-common [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/xml-commons-apis [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/abrt-addon-ccpp [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iwl105-firmware [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/lvm2-libs [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/opencryptoki-swtok [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/xfsdump [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/xsom [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/checkpolicy [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/file [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/grub2-tools [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/json-c [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/json-glib [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/keyutils-libs [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libmount [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pygpgme [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libX11-common [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libipa_hbac [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libreport [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libselinux [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/numactl-libs [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/passwd [Aug 11 07:30:22] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-setuptools [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/bind-pkcs11 [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/cryptsetup-libs [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/isorelax [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libnl3 [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pki-base [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/groff-base [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iptables [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/jasper-libs [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/lvm2 [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pki-kra [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/hunspell-en-US [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/iwl1000-firmware [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/jing [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/libcom_err [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/p11-kit [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/pangomm [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/plymouth [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/python-requests [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/sssd-client [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/apr [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/chrony [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/javamail [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/kexec-tools [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/open-vm-tools [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/openssh-clients [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Pod-Escapes [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://goval-dictionary:1324/packs/centos/7.9.2009/perl-Pod-Simple [Aug 11 07:30:23] DEBUG [localhost] CVE-2021-3480 is newly detected by OVAL: DefID: oval:com.redhat.rhsa:def:20212032 [Aug 11 07:30:23] DEBUG [localhost] CVE-2021-2341 is newly detected by OVAL: DefID: oval:com.redhat.rhsa:def:20212845 [Aug 11 07:30:23] DEBUG [localhost] CVE-2021-2369 is newly detected by OVAL: DefID: oval:com.redhat.rhsa:def:20212845 [Aug 11 07:30:23] DEBUG [localhost] CVE-2021-2388 is newly detected by OVAL: DefID: oval:com.redhat.rhsa:def:20212845 [Aug 11 07:30:23] DEBUG [localhost] CVE-2020-0543 is newly detected by OVAL: DefID: oval:com.redhat.rhsa:def:20213028 [Aug 11 07:30:23] DEBUG [localhost] CVE-2020-0548 is newly detected by OVAL: DefID: oval:com.redhat.rhsa:def:20213028 [Aug 11 07:30:23] DEBUG [localhost] CVE-2020-0549 is newly detected by OVAL: DefID: oval:com.redhat.rhsa:def:20213028 [Aug 11 07:30:23] DEBUG [localhost] CVE-2020-24489 is newly detected by OVAL: DefID: oval:com.redhat.rhsa:def:20213028 [Aug 11 07:30:23] DEBUG [localhost] CVE-2020-24511 is newly detected by OVAL: DefID: oval:com.redhat.rhsa:def:20213028 [Aug 11 07:30:23] DEBUG [localhost] CVE-2020-24512 is newly detected by OVAL: DefID: oval:com.redhat.rhsa:def:20213028 [Aug 11 07:30:23] DEBUG [localhost] CVE-2020-8695 is newly detected by OVAL: DefID: oval:com.redhat.rhsa:def:20213028 [Aug 11 07:30:23] DEBUG [localhost] CVE-2020-8696 is newly detected by OVAL: DefID: oval:com.redhat.rhsa:def:20213028 [Aug 11 07:30:23] DEBUG [localhost] CVE-2020-8698 is newly detected by OVAL: DefID: oval:com.redhat.rhsa:def:20213028 [Aug 11 07:30:23] INFO [localhost] testhost.local: 13 CVEs are detected with OVAL [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/nss/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/autogen-libopts/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libpciaccess/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/lzo/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/make/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pixman/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/rsync/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/bind-libs-lite/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libdb/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/krb5-pkinit/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ca-certificates/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/codemodel/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/diffutils/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/kmod/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/sssd-ldap/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/telnet/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/boost-system/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/cyrus-sasl-plain/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/harfbuzz/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iwl5150-firmware/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ledmon/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/apr-util/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libgusb/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Storable/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pyxattr/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libICE/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/info/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libtalloc/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/audit-libs/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/cyrus-sasl-lib/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/fxload/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/geronimo-jta/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gmp/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-idna/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-netifaces/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/regexp/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-yubico/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/args4j/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/device-mapper-persistent-data/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/elfutils-libelf/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iwl2030-firmware/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-libipa_hbac/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-gobject-base/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/certmonger/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ecj/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/openldap/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Data-Dumper/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Encode/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libtevent/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/sssd-dbus/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/xz/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/alsa-tools-firmware/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/device-mapper/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/grub2-tools-minimal/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/langtable-data/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libdb-utils/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/mod_nss/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Filter/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-constant/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/abrt-addon-python/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/bea-stax/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/easymock2/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/joda-convert/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libnetfilter_conntrack/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-augeas/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-sssdconfig/unfixed-cves [Aug 11 07:30:23] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-urllib3/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/velocity/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libpipeline/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-IO-Zlib/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/at-spi2-core/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/dracut-network/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ntpdate/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/plymouth-scripts/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libestr/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libstdc++/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pytalloc/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/abrt-addon-vmcore/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/at-spi2-atk/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/emacs-filesystem/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/fipscheck/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libcap-ng/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-nss/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/rpcbind/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/stax-ex/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/nss-softokn/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/psacct/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-iniparse/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/bzip2/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/centos-logos/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/fontpackages-filesystem/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gsettings-desktop-schemas/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iwl3160-firmware/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/sssd/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/apache-commons-cli/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/bzip2-libs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/nss-softokn-freebl/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-IO-Compress/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-cffi/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/audit-libs-python/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/bind-pkcs11-libs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gtk-update-icon-cache/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libXdamage/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/mesa-libglapi/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/rngom/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/xmlsec1-openssl/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/zip/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libXext/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/mod_lookup_identity/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/oddjob-mkhomedir/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/acl/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/bea-stax-api/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/dosfstools/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/jackson/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libXcomposite/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/opendnssec/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python3-setuptools/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/sysvinit-tools/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/cronie-anacron/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gobject-introspection/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ncurses-libs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/xmlrpc-c/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/zsh/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/autofs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/joda-time/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/kmod-libs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libXcursor/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/abrt-addon-xorg/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/crda/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/grub2-pc/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ipset/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/bind-libs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/fuse/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libbasicobjects/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-File-Temp/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/sqlite/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libwayland-client/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/boost-date-time/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/glassfish-jaxb-api/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/graphite2/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/less/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libpath_utils/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/time/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/cyrus-sasl-md5/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/grub2/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/javapackages-tools/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/msv-msv/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/slapi-nis/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/e2fsprogs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/httpd-tools/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libdhash/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libgcrypt/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-NetAddr-IP/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/abrt-retrace-client/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/selinux-policy/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/smartmontools/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/sssd-proxy/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/samba-client-libs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/vim-filesystem/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/adwaita-icon-theme/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/glibc/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iproute/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libblkid/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-gssapi/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/hesiod/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ipa-common/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/kpartx/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libicu/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libsigc++20/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/bind-export-libs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ebtables/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libreport-plugin-rhtsupport/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/usb_modeswitch/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/mariadb-libs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ncurses-base/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/sssd-common-pac/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/bind-dyndb-ldap/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/btrfs-progs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/jboss-annotations-1.1-api/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libverto-tevent/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libxml2-python/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/tzdata/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iwl135-firmware/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iwl6000-firmware/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/net-snmp/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/systemd/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/tcp_wrappers/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libsmbclient/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-custodia/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/systemtap-runtime/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libaio/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libgudev1/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/tcp_wrappers-libs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/abrt-python/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/c-ares/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/hamcrest/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/httpcomponents-client/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iwl6050-firmware/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libunistring/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/avahi-libs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/bash-completion/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/crontabs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libldb/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libnfsidmap/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/jdom/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-urlgrabber/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/relaxngDatatype/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/curl/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/hardlink/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/wget/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/openldap-clients/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pyliblzma/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-kitchen/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/bind-utils/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/fipscheck-lib/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ipa-server-dns/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libcurl/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libwayland-server/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/softhsm/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/cairo/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gnutls/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libtar/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libxml2/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Time-Local/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/389-ds-base/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ethtool/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/sssd-ipa/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/popt/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-qrcode-core/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/qdox/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/atkmm/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iwl3945-firmware/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libverto/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/lsof/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-parent/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/samba-common/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/selinux-policy-targeted/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/sssd-common/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/xml-commons-apis/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/xsom/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/abrt-addon-ccpp/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iwl105-firmware/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/lvm2-libs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/opencryptoki-swtok/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/xfsdump/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/keyutils-libs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libmount/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pygpgme/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/checkpolicy/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/file/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/grub2-tools/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/json-c/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/json-glib/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/passwd/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-setuptools/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libX11-common/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libipa_hbac/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libreport/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libselinux/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/numactl-libs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/bind-pkcs11/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/cryptsetup-libs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/isorelax/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libnl3/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pki-base/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/groff-base/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iptables/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/jasper-libs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/lvm2/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pki-kra/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pangomm/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/plymouth/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-requests/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/hunspell-en-US/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iwl1000-firmware/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/jing/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libcom_err/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/p11-kit/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/sssd-client/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/openssh-clients/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Pod-Escapes/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Pod-Simple/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/apr/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/chrony/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/javamail/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/kexec-tools/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/open-vm-tools/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iwl7260-firmware/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/krb5-libs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/lm_sensors-libs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-threads-shared/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/parted/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/cairo-gobject/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/dejavu-sans-fonts/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/jbigkit-libs/unfixed-cves [Aug 11 07:30:24] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/kbd/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ntp/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libXfixes/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libtasn1/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/lsscsi/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/cyrus-sasl-gssapi/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/elfutils/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iptables-services/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iputils/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/irqbalance/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/man-pages-overrides/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/newt/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/open-vm-tools-desktop/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-sss-murmur/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pyusb/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-IPy/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/usermode/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/abrt-console-notification/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/cups-libs/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ed/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ipa-server-common/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libmspack/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/setserial/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/sos/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/txw2/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/e2fsprogs-libs/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ivtv-firmware/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libidn/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/rpm/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/scl-utils/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/bridge-utils/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/grub2-common/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/rng-tools/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/apache-commons-lang/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gperftools-libs/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/mod_session/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/nuxwdog/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-decorator/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iw/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/resteasy-base-client/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/389-ds-base-libs/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/at/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/attr/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/dhclient/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/dmidecode/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/abrt-cli/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/elfutils-libs/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ipa-client/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libxkbcommon/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/openssl/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-File-Path/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Pod-Usage/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/slang/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/binutils/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/device-mapper-event-libs/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/hunspell-en/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libmodman/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/p11-kit-trust/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/tomcat-el-2.2-api/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/mtr/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pcsc-lite-libs/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-macros/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/bind-pkcs11-utils/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/dmraid-events/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/glib-networking/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libstoragemgmt/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libtdb/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-dateutil/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/rpm-libs/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/jakarta-commons-httpclient/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libXtst/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libsepol/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pcre/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/yum/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Time-HiRes/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pinfo/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-configobj/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/apache-commons-dbcp/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/avalon-logkit/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/device-mapper-event/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libgcc/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libreport-centos/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/strace/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/coreutils/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pciutils-libs/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pki-server/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/policycoreutils/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python2-ipaclient/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/quota-nls/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/resteasy-base-jackson-provider/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/rootfiles/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/apache-commons-logging/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/authconfig/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libglvnd-egl/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Pod-Perldoc/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python2-futures/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/usbutils/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/virt-what/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/words/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/xpp3/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/xmlsec1/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gdbm/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/hostname/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libusbx/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ppp/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-backports-ssl_match_hostname/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/xdg-utils/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/abrt-addon-kerneloops/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/bind-license/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libsemanage-python/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libstoragemgmt-python-clibs/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-ldap/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libXau/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libdnet/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libsss_sudo/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/alsa-firmware/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/apache-commons-collections/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/cal10n/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/chkconfig/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iwl5000-firmware/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/lua/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/mozjs17/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-enum34/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-perf/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python3-pip/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/unzip/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/apache-commons-daemon/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/geoipupdate/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python2-cryptography/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/setuptool/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/tcpdump/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pki-base-java/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pth/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-schedutils/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/adwaita-cursor-theme/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/expat/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/grub2-tools-extra/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libthai/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libxcb/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-tdb/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/resteasy-base-jaxrs-api/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/vim-minimal/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/which/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/openssl-libs/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/rdma-core/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/slf4j/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gnupg2/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gpm-libs/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/hicolor-icon-theme/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/jansson/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libreport-plugin-ureport/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/sssd-ad/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/resteasy-base-jaxrs/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/scannotation/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libini_config/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libstoragemgmt-python/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/net-snmp-agent-libs/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/objectweb-asm/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pkgconfig/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/setools-libs/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/xmlrpc-c-client/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/colord-libs/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/cpio/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/dhcp-libs/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/krb5-server/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/newt-python/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/yum-utils/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/device-mapper-libs/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/geronimo-jms/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/grep/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/mod_auth_gssapi/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Text-ParseWords/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/tzdata-java/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/dconf/unfixed-cves [Aug 11 07:30:25] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libcgroup/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/os-prober/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/polkit-pkla-compat/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/rpm-python/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/kbd-misc/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/keyutils/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libXi/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libcroco/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/logrotate/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-javapackages/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/jvnet-parent/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libdrm/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libffi/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Archive-Tar/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Compress-Raw-Bzip2/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gdb/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libSM/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/rfkill/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/traceroute/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/xkeyboard-config/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/oddjob/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Carp/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-dns/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python3-libs/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/yum-langpacks/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libmnl/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libtirpc/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/mesa-libEGL/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/mod_wsgi/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Scalar-List-Utils/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-six/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python2-pyasn1-modules/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libsss_idmap/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/man-pages/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pam/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Getopt-Long/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/policycoreutils-python/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/net-snmp-libs/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/nspr/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pm-utils/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/cryptsetup/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gettext/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/grub2-pc-modules/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libglvnd-glx/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libssh2/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/tomcat-servlet-3.0-api/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/glibc-common/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-slip/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/bc/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/boost-thread/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/filesystem/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/giflib/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/glassfish-fastinfoset/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/jsr-311/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libnfnetlink/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libsoup/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/xalan-j2/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libglvnd/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libselinux-python/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ncurses/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/abrt-addon-pstoreoops/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/desktop-file-utils/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/istack-commons/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libevent/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libfprint/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/cronie/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libreport-cli/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python2-ipalib/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/GeoIP/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/fuse-libs/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/jakarta-oro/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/mailcap/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libpng/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/xfsprogs/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/abrt/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/dbus-libs/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gpgme/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iwl100-firmware/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/kernel-tools/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libnl/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libproxy/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/nss-util/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Compress-Raw-Zlib/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/systemd-libs/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/tcsh/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ustr/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/custodia/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/dbus-python/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gdk-pixbuf2/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/mesa-libGL/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Mozilla-LDAP/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/xml-commons-resolver/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/zlib/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libattr/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libfontenc/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libnl3-cli/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/dmraid/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/java-1.8.0-openjdk/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/java-1.8.0-openjdk-headless/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/javassist/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/kpatch/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/fontconfig/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pango/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/sgpio/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/tomcat/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/abrt-dbus/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/basesystem/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/hunspell/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libkadm5/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libutempter/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-HTTP-Tiny/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/sudo/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gssproxy/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libepoxy/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/nuxwdog-client-java/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libtiff/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pciutils/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pyldb/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/centos-indexhtml/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libcap/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libdaemon/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libreport-python/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libsss_certmap/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-firewall/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/readline/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/stax2-api/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/fontawesome-fonts/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/http-parser/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libfastjson/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libreport-plugin-mantisbt/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/xz-libs/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/firewalld-filesystem/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libX11/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/mdadm/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/openssh-server/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/shared-mime-info/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/nss-sysinit/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/sssd-krb5/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/xorg-x11-font-utils/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/yum-metadata-parser/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/satyr/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gawk/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gtk3/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gtkmm24/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ldapjdk/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libsmartcols/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/augeas-libs/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/cracklib/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gettext-libs/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gtkmm30/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/vim-common/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libuuid/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libwayland-cursor/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/alsa-lib/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iwl4965-firmware/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/jaxen/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libjpeg-turbo/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libteam/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/rsyslog/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iprutils/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/nano/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/usb_modeswitch-data/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/systemd-sysv/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/copy-jdk-configs/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iwl6000g2b-firmware/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-libs/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pki-tools/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-backports/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/apr-util-openssl/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/atk/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/initscripts/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libgpg-error/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/systemd-python/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/opencryptoki/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/openssh/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/samba-common-libs/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/dbus/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/elfutils-default-yama-scope/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/hunspell-en-GB/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libcollection/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libuser/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/sysstat/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/util-linux/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-linux-procfs/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/rdate/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/glib2/unfixed-cves [Aug 11 07:30:26] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libXxf86vm/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libsysfs/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/open-sans-fonts/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pygobject2/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python2-ipaserver/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/tomcat-jsp-2.2-api/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/freetype/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/grubby/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/httpcomponents-core/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/langtable/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libXft/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/sssd-krb5-common/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gzip/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/junit/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libconfig/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libxshmfence/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ntsysv/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/quota/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/bash/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/blktrace/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/msv-xsdlib/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-ipaddress/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-ply/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libndp/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libpwquality/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-threads/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/biosdevname/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/cairomm/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/dbus-glib/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/dracut-config-rescue/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libgomp/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-jwcrypto/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/tar/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libss/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/samba-libs/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/apache-commons-pool/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/dom4j/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/findutils/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ipa-server/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/krb5-workstation/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-PathTools/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/snappy/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/svrcore/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/glassfish-dtd-parser/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/kernel-tools-libs/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libsss_nss_idmap/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/lz4/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/opencryptoki-libs/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/teamd/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/yum-plugin-fastestmirror/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/trousers/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/aic94xx-firmware/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/kbd-legacy/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libXrandr/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libXrender/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/metricbeat/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/hsqldb/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ipa-client-common/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/sg3_utils-libs/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/shadow-utils/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/dejavu-fonts-common/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libitm/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/nettle/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Exporter/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/plymouth-core-libs/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libXinerama/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/tuned/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ttmkfdir/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ws-jaxme/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/apache-commons-codec/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/centos-release/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ldns/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libacl/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/procps-ng/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-lxml/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/kernel/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libxslt/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/net-tools/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/nfs-utils/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Package-Constants/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libref_array/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libreport-filesystem/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/man-db/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/audit/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/avalon-framework/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/dhcp-common/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/dracut/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/file-libs/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-DB_File/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-chardet/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libseccomp/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/abrt-libs/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/apache-commons-io/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/fribidi/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iwl6000g2a-firmware/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/langtable-python/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libsss_autofs/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/log4j/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/qrencode-libs/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/lksctp-tools/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/mailx/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/resteasy-base-jaxb-provider/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/bind/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/hunspell-de/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libdwarf/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libselinux-utils/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libsemanage/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/sed/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/xerces-j2/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/xorg-x11-fonts-Type1/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/cracklib-dicts/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/dyninst/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/glibmm24/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/gtk2/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/nss-pem/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python3/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libtool-ltdl/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/nss-tools/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pki-ca/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-kdcproxy/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-libs/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/fprintd/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/httpd/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/jss/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/polkit/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/resteasy-base-atom-provider/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-pyudev/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/rest/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/setup/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libassuan/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libedit/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libpcap/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/pinentry/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/psmisc/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-slip-dbus/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python2-pyasn1/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/tomcatjss/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/abrt-tui/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/antlr-tool/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/fprintd-pam/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/hwdata/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-Socket/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/vim-enhanced/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/yajl/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/mlocate/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/perl-podlators/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-dmidecode/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/ipset-libs/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/iwl2000-firmware/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libwayland-egl/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libwbclient/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/linux-firmware/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-pycparser/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/rpm-build-libs/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/bcel/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/lcms2/unfixed-cves [Aug 11 07:30:27] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/mesa-libgbm/unfixed-cves [Aug 11 07:30:28] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/microcode_ctl/unfixed-cves [Aug 11 07:30:28] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/tomcat-lib/unfixed-cves [Aug 11 07:30:28] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-pycurl/unfixed-cves [Aug 11 07:30:28] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/glassfish-jaxb/unfixed-cves [Aug 11 07:30:28] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libreport-plugin-mailx/unfixed-cves [Aug 11 07:30:28] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/libreport-web/unfixed-cves [Aug 11 07:30:28] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/puppet-agent/unfixed-cves [Aug 11 07:30:28] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/7/pkgs/python-netaddr/unfixed-cves [Aug 11 07:30:29] INFO [localhost] testhost.local: 1095 unfixed CVEs are detected with gost [Aug 11 07:30:29] INFO [localhost] testhost.local: 0 CVEs are detected with CPE [Aug 11 07:30:29] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/cves/CVE-2020-8695 [Aug 11 07:30:29] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/cves/CVE-2020-0543 [Aug 11 07:30:29] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/cves/CVE-2021-2341 [Aug 11 07:30:29] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/cves/CVE-2021-2369 [Aug 11 07:30:29] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/cves/CVE-2021-3480 [Aug 11 07:30:29] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/cves/CVE-2020-8698 [Aug 11 07:30:29] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/cves/CVE-2020-8696 [Aug 11 07:30:29] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/cves/CVE-2020-24512 [Aug 11 07:30:29] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/cves/CVE-2020-24511 [Aug 11 07:30:29] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/cves/CVE-2020-0548 [Aug 11 07:30:29] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/cves/CVE-2020-24489 [Aug 11 07:30:29] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/cves/CVE-2020-0549 [Aug 11 07:30:29] DEBUG [localhost] HTTP Request to http://gost:1325/redhat/cves/CVE-2021-2388 panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x1050bc6]

goroutine 1 [running]: github.com/future-architect/vuls/gost.FillCVEsWithRedHat.func1(0x0, 0x0) /go/src/github.com/future-architect/vuls/gost/gost.go:49 +0x26 github.com/future-architect/vuls/gost.FillCVEsWithRedHat(0xc000254c00, 0x15734b1, 0x4, 0xc000578af0, 0x4, 0xc000038540, 0x10, 0x0, 0x0, 0x0, ...) /go/src/github.com/future-architect/vuls/gost/gost.go:53 +0x217 github.com/future-architect/vuls/detector.Detect(0xc000253900, 0x1, 0x1, 0xc0001143c0, 0x22, 0x2, 0x2, 0xc0003fd2c8, 0x6, 0xc0003fd300) /go/src/github.com/future-architect/vuls/detector/detector.go:81 +0xf0a github.com/future-architect/vuls/subcmds.(ReportCmd).Execute(0xc0002655f0, 0x1821990, 0xc00003a060, 0xc000437560, 0x0, 0x0, 0x0, 0xc000514a01) /go/src/github.com/future-architect/vuls/subcmds/report.go:241 +0x8a6 github.com/google/subcommands.(Commander).Execute(0xc000141780, 0x1821990, 0xc00003a060, 0x0, 0x0, 0x0, 0xc0005789c0) /go/pkg/mod/github.com/google/subcommands@v1.2.0/subcommands.go:209 +0x347 github.com/google/subcommands.Execute(...) /go/pkg/mod/github.com/google/subcommands@v1.2.0/subcommands.go:492 main.main() /go/src/github.com/future-architect/vuls/cmd/vuls/main.go:37 +0x396 ERROR: 2


# Steps to reproduce the behaviour
- initialize databases

[root@vulstest ~]# for i in seq 2002 $(date +"%Y"); do docker run -v /srv/vuls/data/go-cve-dictionary:/vuls vuls/go-cve-dictionary:latest fetchnvd -years ${i} done [root@vulstest ~]# docker run -v /srv/vuls/data/go-exploitdb:/vuls vuls/go-exploitdb:latest fetch exploitdb [root@vulstest ~]# docker run -v /srv/vuls/data/gost:/vuls vuls/gost:latest fetch redhat [root@vulstest ~]# docker run -v /srv/vuls/data/gost:/vuls vuls/gost:latest fetch ubuntu [root@vulstest ~]# docker run -v /srv/vuls/data/goval-dictionary:/goval-dictionary vuls/goval-dictionary:latest fetch redhat 7 8 [root@vulstest ~]# docker run -v /srv/vuls/data/goval-dictionary:/goval-dictionary vuls/goval-dictionary:latest fetch ubuntu 20


- startup services

[root@vulstest ~]# docker-compose -f docker-compose.yml up -d go-cve-dictionary goval-dictionary gost go-exploitdb


- build local vuls image

[root@vulstest vuls]# docker build -t vuls:local . Sending build context to Docker daemon 12.29kB Step 1/9 : FROM vuls/vuls:latest latest: Pulling from vuls/vuls 5843afab3874: Already exists 3ea833f22c62: Pull complete e354ce46e961: Pull complete 4f4fb700ef54: Pull complete Digest: sha256:7544e6d357df1b52f7f76bad12416c07a3273c9671762c378c169a271f2ea90e Status: Downloaded newer image for vuls/vuls:latest ---> 2eda8c8f4101 Step 2/9 : COPY .ssh /root/.ssh ---> f02fd8730493 Step 3/9 : RUN chmod 0700 /root/.ssh && chmod 0600 /root/.ssh/id_rsa && chmod 0644 /root/.ssh/id_rsa.pub ---> Running in 6426a50fbd98 Removing intermediate container 6426a50fbd98 ---> 3d73e8caae0d Step 4/9 : RUN mkdir /config ---> Running in 1413cd972c8b Removing intermediate container 1413cd972c8b ---> 8b8c6668d9a3 Step 5/9 : COPY config.toml /config/config.toml ---> 6ecf7f10326a Step 6/9 : COPY servers.toml /tmp/servers.toml ---> 776a8447bfa4 Step 7/9 : RUN ssh-keyscan $(cat /tmp/servers.toml |grep "^host\s=\s\"(.*)\"" | cut -d"\"" -f2) >> /root/.ssh/known_hosts ---> Running in a722aee6259b

192.168.1.2:22 SSH-2.0-OpenSSH_7.4

192.168.1.2:22 SSH-2.0-OpenSSH_7.4

192.168.1.2:22 SSH-2.0-OpenSSH_7.4

192.168.1.2:22 SSH-2.0-OpenSSH_7.4

192.168.1.2:22 SSH-2.0-OpenSSH_7.4

Removing intermediate container a722aee6259b ---> 821854d8d593 Step 8/9 : RUN cat /tmp/servers.toml >> /config/config.toml ---> Running in 192602dd2b76 Removing intermediate container 192602dd2b76 ---> 43e2d9b50352 Step 9/9 : RUN chmod 0600 /root/.ssh/known_hosts ---> Running in a57cc9f72fbb Removing intermediate container a57cc9f72fbb ---> b2fedb04b252 Successfully built b2fedb04b252 Successfully tagged vuls:local


- run scan

[root@vulstest ~]# docker-compose -f docker-compose.yml run scan Creating vuls_scan_run ... done [Aug 11 07:16:50] INFO [localhost] vuls-v0.15.13-build-20210721_001547_5f4d68c [Aug 11 07:16:50] INFO [localhost] Start scanning [Aug 11 07:16:50] INFO [localhost] config: /config/config.toml [Aug 11 07:16:50] INFO [localhost] Validating config... [Aug 11 07:16:50] INFO [localhost] Detecting Server/Container OS... [Aug 11 07:16:50] INFO [localhost] Detecting OS of servers... [Aug 11 07:16:50] INFO [localhost] (1/1) Detected: testhost.local: centos 7.9.2009 [Aug 11 07:16:50] INFO [localhost] Detecting OS of containers... [Aug 11 07:16:50] INFO [localhost] Checking Scan Modes... [Aug 11 07:16:50] INFO [localhost] Detecting Platforms... [Aug 11 07:16:51] INFO [localhost] (1/1) testhost.local is running on other [Aug 11 07:16:52] INFO [testhost.local] Scanning OS pkg in fast mode [Aug 11 07:16:54] INFO [testhost.local] Scanning listen port... [Aug 11 07:16:54] INFO [testhost.local] Using Port Scanner: Vuls built-in Scanner

Scan Summary

testhost.local centos7.9.2009 822 installed, 0 updatable

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


- run report

[root@vulstest ~]# docker-compose -f docker-compose.yml run report Creating vuls_report_run ... done [Aug 11 07:17:05] INFO [localhost] vuls-v0.15.13-build-20210721_001547_5f4d68c [Aug 11 07:17:05] INFO [localhost] Validating config... [Aug 11 07:17:05] INFO [localhost] cveDict.type=http, cveDict.url=http://go-cve-dictionary:1323, cveDict.SQLite3Path= [Aug 11 07:17:05] INFO [localhost] ovalDict.type=http, ovalDict.url=http://goval-dictionary:1324, ovalDict.SQLite3Path= [Aug 11 07:17:05] INFO [localhost] gost.type=http, gost.url=http://gost:1325, gost.SQLite3Path= [Aug 11 07:17:05] INFO [localhost] exploit.type=http, exploit.url=http://go-exploitdb:1326, exploit.SQLite3Path= [Aug 11 07:17:05] INFO [localhost] metasploit.type=sqlite3, metasploit.url=, metasploit.SQLite3Path=/vuls/go-msfdb.sqlite3 [Aug 11 07:17:05] WARN [localhost] metasploit.SQLite3Path=/vuls/go-msfdb.sqlite3 file not found [Aug 11 07:17:05] INFO [localhost] Loaded: /vuls/results/2021-08-11T07:16:51Z [Aug 11 07:17:05] INFO [localhost] OVAL centos 7.9.2009 is fresh. defs: 1296 [Aug 11 07:17:05] INFO [localhost] OVAL centos 7.9.2009 is fresh. lastModified: 2021-08-11T06:45:37Z [Aug 11 07:17:19] INFO [localhost] testhost.local: 13 CVEs are detected with OVAL [Aug 11 07:17:22] INFO [localhost] testhost.local: 1095 unfixed CVEs are detected with gost [Aug 11 07:17:22] INFO [localhost] testhost.local: 0 CVEs are detected with CPE panic: runtime error: invalid memory address or nil pointer dereference [signal SIGSEGV: segmentation violation code=0x1 addr=0x18 pc=0x1050bc6]

goroutine 1 [running]: github.com/future-architect/vuls/gost.FillCVEsWithRedHat.func1(0x0, 0x0) /go/src/github.com/future-architect/vuls/gost/gost.go:49 +0x26 github.com/future-architect/vuls/gost.FillCVEsWithRedHat(0xc000200000, 0x15734b1, 0x4, 0xc0004882b0, 0x4, 0xc0000bc540, 0x10, 0x0, 0x0, 0x0, ...) /go/src/github.com/future-architect/vuls/gost/gost.go:53 +0x217 github.com/future-architect/vuls/detector.Detect(0xc0005d4c00, 0x1, 0x1, 0xc0000b6480, 0x22, 0x2, 0x2, 0xc00028e250, 0x6, 0xc00028e258) /go/src/github.com/future-architect/vuls/detector/detector.go:81 +0xf0a github.com/future-architect/vuls/subcmds.(ReportCmd).Execute(0xc00043c060, 0x1821990, 0xc0000ba010, 0xc000077680, 0x0, 0x0, 0x0, 0xc000099201) /go/src/github.com/future-architect/vuls/subcmds/report.go:241 +0x8a6 github.com/google/subcommands.(Commander).Execute(0xc0000e9780, 0x1821990, 0xc0000ba010, 0x0, 0x0, 0x0, 0xc000488180) /go/pkg/mod/github.com/google/subcommands@v1.2.0/subcommands.go:209 +0x347 github.com/google/subcommands.Execute(...) /go/pkg/mod/github.com/google/subcommands@v1.2.0/subcommands.go:492 main.main() /go/src/github.com/future-architect/vuls/cmd/vuls/main.go:37 +0x396 ERROR: 2


# Configuration (**MUST** fill this out):

* Go version (`go version`): using your official docker images

* Go environment (`go env`): using your official docker images

* Vuls environment: vuls-v0.15.13-build-20210721_001547_5f4d68c

* config.toml:

[cveDict] type = "http" url = "http://go-cve-dictionary:1323"

[ovalDict] type = "http" url = "http://goval-dictionary:1324"

[gost] type = "http" url = "http://gost:1325"

[exploit] type = "http" url = "http://go-exploitdb:1326"

[default] port = "22" user = "vuls" keyPath = "/root/.ssh/id_rsa" # path to ssh private key in docker


* servers.toml:

[servers]

[servers.testhost.local] host = "192.168.1.2"


* Dockerfile:

FROM vuls/vuls:latest COPY .ssh /root/.ssh RUN chmod 0700 /root/.ssh && \ chmod 0600 /root/.ssh/id_rsa && \ chmod 0644 /root/.ssh/id_rsa.pub RUN mkdir /config COPY config.toml /config/config.toml COPY servers.toml /tmp/servers.toml RUN ssh-keyscan $(cat /tmp/servers.toml |grep "^host\s=\s\"(.*)\"" | cut -d"\"" -f2) >> /root/.ssh/known_hosts RUN cat /tmp/servers.toml >> /config/config.toml RUN chmod 0600 /root/.ssh/known_hosts


* docker-compose.yml:

version: '2' services: go-cve-dictionary: image: vuls/go-cve-dictionary:latest restart: always volumes:

scan and report services

scan: image: vuls:local volumes:

PhilPhonic commented 3 years ago

Update: the bug seems to be related to using gost via http. If I configure vuls to use the sqlite3 database, there is no error.

[ovalDict] type = "http" url = "http://goval-dictionary:1324"

[gost] type = "sqlite3" SQLite3Path = "/data/gost.sqlite3"

[exploit] type = "http" url = "http://go-exploitdb:1326"

[default] port = "22" user = "vuls" keyPath = "/root/.ssh/id_rsa" # path to ssh private key in docker


- docker-compose.yml

version: '2' services: go-cve-dictionary: image: vuls/go-cve-dictionary:latest restart: always volumes:

scan and report services

scan: image: vuls:local volumes:

Scan Summary

testhost.local centos7.9.2009 822 installed, 0 updatable

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

[root@vulstest ~]# docker-compose -f docker-compose.yml run report Creating vuls_report_run ... done [Aug 16 05:17:51] INFO [localhost] vuls-v0.15.13-build-20210721_001547_5f4d68c [Aug 16 05:17:51] INFO [localhost] Validating config... [Aug 16 05:17:51] INFO [localhost] cveDict.type=http, cveDict.url=http://go-cve-dictionary:1323, cveDict.SQLite3Path= [Aug 16 05:17:51] INFO [localhost] ovalDict.type=http, ovalDict.url=http://goval-dictionary:1324, ovalDict.SQLite3Path= [Aug 16 05:17:51] INFO [localhost] gost.type=sqlite3, gost.url=, gost.SQLite3Path=/data/gost.sqlite3 [Aug 16 05:17:51] INFO [localhost] exploit.type=http, exploit.url=http://go-exploitdb:1326, exploit.SQLite3Path= [Aug 16 05:17:51] INFO [localhost] metasploit.type=sqlite3, metasploit.url=, metasploit.SQLite3Path=/vuls/go-msfdb.sqlite3 [Aug 16 05:17:51] INFO [localhost] Loaded: /vuls/results/2021-08-16T05:17:41Z [Aug 16 05:17:51] INFO [localhost] OVAL centos 7.9.2009 is fresh. defs: 1296 [Aug 16 05:17:51] WARN [localhost] OVAL for centos 7.9.2009 is old, last modified is 2021-08-11 06:45:37.342642695 +0000 UTC. It's recommended to update OVAL to improve scanning accuracy. How to update OVAL database, see https://github.com/kotakanbe/goval-dictionary#usage [Aug 16 05:18:05] INFO [localhost] testhost.local: 13 CVEs are detected with OVAL [Aug 16 05:18:10] INFO [localhost] testhost.local: 174 unfixed CVEs are detected with gost [Aug 16 05:18:10] INFO [localhost] testhost.local: 0 CVEs are detected with CPE [Aug 16 05:18:11] INFO [localhost] testhost.local: 66 PoC are detected [Aug 16 05:18:11] INFO [localhost] testhost.local: 0 exploits are detected testhost.local (centos7.9.2009)

Total: 66 (Critical:1 High:31 Medium:29 Low:5 ?:0) 0/66 Fixed, 1 poc, 0 exploits, en: 0, ja: 0 alerts 822 installed

+----------------+------+--------+-----+------+---------+-------------------------------------------------+ | CVE-ID | CVSS | ATTACK | POC | CERT | FIXED | NVD | +----------------+------+--------+-----+------+---------+-------------------------------------------------+ | CVE-2021-31535 | 9.8 | AV:N | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-31535 | | CVE-2020-0543 | 8.9 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-0543 | | CVE-2020-0548 | 8.9 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-0548 | | CVE-2020-0549 | 8.9 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-0549 | | CVE-2020-24489 | 8.9 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-24489 | | CVE-2020-24511 | 8.9 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-24511 | | CVE-2020-24512 | 8.9 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-24512 | | CVE-2020-8695 | 8.9 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-8695 | | CVE-2020-8696 | 8.9 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-8696 | | CVE-2020-8698 | 8.9 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-8698 | | CVE-2021-2341 | 8.9 | AV:N | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-2341 | | CVE-2021-2369 | 8.9 | AV:N | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-2369 | | CVE-2021-2388 | 8.9 | AV:N | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-2388 | | CVE-2021-3480 | 8.9 | AV:N | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-3480 | | CVE-2018-20976 | 7.8 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2018-20976 | | CVE-2020-0444 | 7.8 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-0444 | | CVE-2020-12362 | 7.8 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-12362 | | CVE-2020-27786 | 7.8 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-27786 | | CVE-2020-36385 | 7.8 | AV:N | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-36385 | | CVE-2021-0512 | 7.8 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-0512 | | CVE-2021-22543 | 7.8 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-22543 | | CVE-2021-22555 | 7.8 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-22555 | | CVE-2021-29154 | 7.8 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-29154 | | CVE-2021-33200 | 7.8 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-33200 | | CVE-2021-3600 | 7.8 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-3600 | | CVE-2021-3612 | 7.8 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-3612 | | CVE-2021-37576 | 7.8 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-37576 | | CVE-2021-38160 | 7.8 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-38160 | | CVE-2019-10171 | 7.5 | AV:N | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2019-10171 | | CVE-2021-23840 | 7.5 | AV:N | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-23840 | | CVE-2020-36386 | 7.1 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-36386 | | CVE-2021-32399 | 7.0 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-32399 | | CVE-2020-0465 | 6.8 | AV:P | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-0465 | | CVE-2020-27777 | 6.7 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-27777 | | CVE-2021-20261 | 6.7 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-20261 | | CVE-2021-3573 | 6.7 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-3573 | | CVE-2021-3640 | 6.7 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-3640 | | CVE-2020-8834 | 6.5 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-8834 | | CVE-2021-25214 | 6.5 | AV:N | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-25214 | | CVE-2020-27067 | 6.4 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-27067 | | CVE-2021-3542 | 6.4 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-3542 | | CVE-2021-3564 | 6.3 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-3564 | | CVE-2020-25704 | 6.2 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-25704 | | CVE-2021-30002 | 6.2 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-30002 | | CVE-2020-27171 | 6.0 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-27171 | | CVE-2020-13816 | 5.9 | AV:N | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-13816 | | CVE-2020-28097 | 5.9 | AV:P | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-28097 | | CVE-2021-23841 | 5.9 | AV:N | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-23841 | | CVE-2021-3580 | 5.9 | AV:N | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-3580 | | CVE-2020-28915 | 5.8 | AV:P | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-28915 | | CVE-2020-14390 | 5.7 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-14390 | | CVE-2021-0129 | 5.7 | AV:A | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-0129 | | CVE-2017-5715 | 5.6 | AV:L | POC | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2017-5715 | | CVE-2020-35521 | 5.5 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-35521 | | CVE-2020-36322 | 5.5 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-36322 | | CVE-2020-8694 | 5.5 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-8694 | | CVE-2021-29155 | 5.5 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-29155 | | CVE-2021-29650 | 5.5 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-29650 | | CVE-2020-13956 | 5.3 | AV:N | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-13956 | | CVE-2020-4788 | 5.1 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-4788 | | CVE-2020-10741 | 4.4 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-10741 | | CVE-2020-35501 | 3.4 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2020-35501 | | CVE-2021-36084 | 3.3 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-36084 | | CVE-2021-36085 | 3.3 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-36085 | | CVE-2021-36086 | 3.3 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-36086 | | CVE-2021-36087 | 3.3 | AV:L | | | unfixed | https://nvd.nist.gov/vuln/detail/CVE-2021-36087 | +----------------+------+--------+-----+------+---------+-------------------------------------------------+