mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +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:
parent
49ced80122
commit
34f5d84f85
|
|
@ -17,3 +17,5 @@ RDEPENDS:${PN} += "\
|
|||
python3-requests-oauthlib \
|
||||
python3-six \
|
||||
"
|
||||
|
||||
CVE_PRODUCT = "tweepy"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user