We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When searching with a package name, it requires users to type the exact and complete package name.
For example, if a user would like to search MySQL or PostgreSQL CVEs, they must know those database versions beforehand. For example:
"mysql-8.0" returns an expected result for Ubuntu 22.04 LTS. https://ubuntu.com/security/cves?q=&package=mysql-8.0
However, "mysql" doesn't contains expected result for Ubuntu 22.04 LTS. https://ubuntu.com/security/cves?q=&package=mysql
The same condition applies to PostgreSQL.
"postgresql-14" works. https://ubuntu.com/security/cves?q=&package=postgresql-14
However, "postgresql" doesn't contains expected result: https://ubuntu.com/security/cves?q=&package=postgresql
It would be good if the field allows a partial match or at least offers a checkbox to explicitly enable partial match search.
[with keyword "postgresql-14"]
[with keyword "postgresql"]
*Reported from: https://ubuntu.com/security/cves?q=
The text was updated successfully, but these errors were encountered:
Addressed in canonical/ubuntu-com-security-api#153, closing
Sorry, something went wrong.
juanruitina
No branches or pull requests
When searching with a package name, it requires users to type the exact and complete package name.
For example, if a user would like to search MySQL or PostgreSQL CVEs, they must know those database versions beforehand. For example:
"mysql-8.0" returns an expected result for Ubuntu 22.04 LTS.
https://ubuntu.com/security/cves?q=&package=mysql-8.0
However, "mysql" doesn't contains expected result for Ubuntu 22.04 LTS.
https://ubuntu.com/security/cves?q=&package=mysql
The same condition applies to PostgreSQL.
"postgresql-14" works.
https://ubuntu.com/security/cves?q=&package=postgresql-14
However, "postgresql" doesn't contains expected result:
https://ubuntu.com/security/cves?q=&package=postgresql
It would be good if the field allows a partial match or at least offers a checkbox to explicitly enable partial match search.
[with keyword "postgresql-14"]
[with keyword "postgresql"]
*Reported from: https://ubuntu.com/security/cves?q=
The text was updated successfully, but these errors were encountered: