python3-twitter: set CVE_PRODUCT

The product's CPE doesn't use "python" as the vendor, set the CVE_PRODUCT
accordingly.

See CVE db query:

sqlite> select * from products where PRODUCT = 'tweepy';
CVE-2012-5825|tweepy|tweepy|-|||

Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
Gyorgy Sarvari 2025-12-30 13:24:48 +01:00 committed by Khem Raj
parent 49ced80122
commit 34f5d84f85
No known key found for this signature in database
GPG Key ID: BB053355919D3314

View File

@ -17,3 +17,5 @@ RDEPENDS:${PN} += "\
python3-requests-oauthlib \
python3-six \
"
CVE_PRODUCT = "tweepy"