mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-02-26 06:10:50 +00:00
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:
@@ -17,3 +17,5 @@ RDEPENDS:${PN} += "\
|
||||
python3-requests-oauthlib \
|
||||
python3-six \
|
||||
"
|
||||
|
||||
CVE_PRODUCT = "tweepy"
|
||||
|
||||
Reference in New Issue
Block a user