diff options
| author | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-07 22:01:57 +0200 |
|---|---|---|
| committer | Gyorgy Sarvari <skandigraun@gmail.com> | 2025-10-13 09:21:31 +0200 |
| commit | 7207c63b558f950bfe32cb6342ddd07723fb251b (patch) | |
| tree | 645f0e857b25f5bb22da00335d57ac102a9892ec /meta-python/recipes-devtools | |
| parent | 97cd359c296ca0086184c4019f170ac23faf99bd (diff) | |
| download | meta-openembedded-7207c63b558f950bfe32cb6342ddd07723fb251b.tar.gz | |
python3-django: ignore CVE-2025-27556
Details: https://nvd.nist.gov/vuln/detail/CVE-2025-27556
Vulnerability affects only Windows - ignore it.
Signed-off-by: Gyorgy Sarvari <skandigraun@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-django_5.0.13.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-django_5.0.13.bb b/meta-python/recipes-devtools/python/python3-django_5.0.13.bb index 801083833c..2d08bef522 100644 --- a/meta-python/recipes-devtools/python/python3-django_5.0.13.bb +++ b/meta-python/recipes-devtools/python/python3-django_5.0.13.bb | |||
| @@ -7,3 +7,5 @@ RDEPENDS:${PN} += "\ | |||
| 7 | python3-sqlparse \ | 7 | python3-sqlparse \ |
| 8 | python3-asgiref \ | 8 | python3-asgiref \ |
| 9 | " | 9 | " |
| 10 | |||
| 11 | CVE_STATUS[CVE-2025-27556] = "not-applicable-platform: vulnerability affects only Windows" | ||
