diff options
author | Pawan Badganchi <pawan.badganchi@kpit.com> | 2022-04-21 19:15:06 +0530 |
---|---|---|
committer | Richard Leitner <richard.leitner@skidata.com> | 2022-04-26 07:29:58 +0200 |
commit | 3191173e9bb3fd13bb3830e8f2c1c5bfddbfc8d3 (patch) | |
tree | fae2f82768755f04c54189b2b0bb8894c029ba64 | |
parent | 347c5aebe65eda97d276f3046332d05c6dadd6db (diff) | |
download | meta-java-3191173e9bb3fd13bb3830e8f2c1c5bfddbfc8d3.tar.gz |
jsch: Whitelist CVE-2016-5725
Whitelist the CVE because it only affects windows platforms
Link: https://ubuntu.com/security/CVE-2016-5725
Signed-off-by: Pawan Badganchi<pawan.badganchi@kpit.com>
Signed-off-by: Richard Leitner <richard.leitner@skidata.com>
-rw-r--r-- | recipes-core/jcraft/jsch_0.1.40.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/recipes-core/jcraft/jsch_0.1.40.bb b/recipes-core/jcraft/jsch_0.1.40.bb index a0f70d8..1170095 100644 --- a/recipes-core/jcraft/jsch_0.1.40.bb +++ b/recipes-core/jcraft/jsch_0.1.40.bb | |||
@@ -25,5 +25,8 @@ do_compile() { | |||
25 | SRC_URI[md5sum] = "b59cec19a487e95aed68378976b4b566" | 25 | SRC_URI[md5sum] = "b59cec19a487e95aed68378976b4b566" |
26 | SRC_URI[sha256sum] = "ca9d2ae08fd7a8983fb00d04f0f0c216a985218a5eb364ff9bee73870f28e097" | 26 | SRC_URI[sha256sum] = "ca9d2ae08fd7a8983fb00d04f0f0c216a985218a5eb364ff9bee73870f28e097" |
27 | 27 | ||
28 | # Whitelist the CVE because it only affects Windows platforms | ||
29 | CVE_CHECK_WHITELIST += "CVE-2016-5725" | ||
30 | |||
28 | BBCLASSEXTEND = "native" | 31 | BBCLASSEXTEND = "native" |
29 | 32 | ||