You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I'm trying to understand is it possible to use wildcards in the /cpes queries.
For example
'{"name": "cpe:/a:sudo[wildcard]:sudo:-:-"}'
The reason why I'm asking this - there are items for which it is hard to get vendor name from the package, such as "openssl_software_foundation" for open SSL or sudo_project for sudo
I've looked into GetByCpeURI->UnbindURI in the code, also tried a lot of different combinations, but always get either empty array, or Internal Server Error, or invalid character '*' in string escape code"
There is also no examples of a wildcard in the db_test.go
Could you please tell me if it is possible to use a wildcard and provide an example?
The text was updated successfully, but these errors were encountered:
update:
it would be also ok if I can omit the vendor param and use only the package name and version
like: '{"name": "cpe:/a:--nothing-here-:sudo:version#:-"}'
Hi
I'm trying to understand is it possible to use wildcards in the /cpes queries.
For example
'{"name": "cpe:/a:sudo[wildcard]:sudo:-:-"}'
The reason why I'm asking this - there are items for which it is hard to get vendor name from the package, such as "openssl_software_foundation" for open SSL or sudo_project for sudo
I've looked into GetByCpeURI->UnbindURI in the code, also tried a lot of different combinations, but always get either empty array, or Internal Server Error, or invalid character '*' in string escape code"
There is also no examples of a wildcard in the db_test.go
Could you please tell me if it is possible to use a wildcard and provide an example?
The text was updated successfully, but these errors were encountered: