no --no-short-keys generates prints wrong result
masatake opened this issue · comments
% swapi --no-short-keys -A RHSA-2011:1479 errata.bugzillaFixes
{
"data": [
{
"716842": "['CVE-2011-2494 kernel: taskstats io infoleak']",
"745726": "['Host crash when pass-through fails [rhel-5.7.z]']",
"715555": "['CVE-2011-1898 virt: VT-d (PCI passthrough) MSI trap injection']",
"751297": "['CVE-2011-4110 kernel: keys: NULL pointer deref in the user-defined key type']",
"738291": "['CVE-2011-3363 kernel: cifs: always do is_path_accessible check in cifs_mount']",
"712774": "['CVE-2011-2203 kernel: hfs_find_init() sb->ext_tree NULL pointer dereference']",
"741273": "['Non-responsive scsi target leads to excessive scsi recovery and dm-mp failover time [rhel-5.7.z]']",
"732629": "['CVE-2011-1162 kernel: tpm: infoleak']"
}
]
}
% swapi -A RHSA-2011:1479 errata.bugzillaFixes
{
"data": [
{
"16842": "['CVE-2011-2494 kernel: taskstats io infoleak']",
"4526": "['Host crash when pass-through fails [rhel-5.7.z]']",
"15555": "['CVE-2011-1898 virt: VT-d (PCI passthrough) MSI trap injection']",
"5129": "['CVE-2011-4110 kernel: keys: NULL pointer deref in the user-defined key type']",
"38291": "['CVE-2011-3363 kernel: cifs: always do is_path_accessible check in cifs_mount']",
"124": "['CVE-2011-2203 kernel: hfs_find_init() sb->ext_tree NULL pointer dereference']",
"4123": "['Non-responsive scsi target leads to excessive scsi recovery and dm-mp failover time [rhel-5.7.z]']",
"32629": "['CVE-2011-1162 kernel: tpm: infoleak']"
}
]
}
7c4e5f8 should be a workaround for this.