diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-12-30 13:24:48 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-12-31 08:28:52 -0800 |
| commit | 34f5d84f856caaadbec585bfb4fec3737eaa4299 (patch) | |
| tree | 8c9c696439312b0361d6d26cf3b663ebd3a4bd42 /meta-python/recipes-devtools/python | |
| parent | 49ced801223b8f55112aea38cce14ba1cc64de03 (diff) | |
| download | meta-openembedded-34f5d84f856caaadbec585bfb4fec3737eaa4299.tar.gz | |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb b/meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb index 54379673c0..9bbbc9e8c5 100644 --- a/meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb +++ b/meta-python/recipes-devtools/python/python3-twitter_4.16.0.bb | |||
| @@ -17,3 +17,5 @@ RDEPENDS:${PN} += "\ | |||
| 17 | python3-requests-oauthlib \ | 17 | python3-requests-oauthlib \ |
| 18 | python3-six \ | 18 | python3-six \ |
| 19 | " | 19 | " |
| 20 | |||
| 21 | CVE_PRODUCT = "tweepy" | ||
