[oe] [OE-core][kirkstone][PATCH] libssh: Fix CVE CVE-2023-6004

2024-05-07 Thread nikhil
A flaw was found in libssh. By utilizing the ProxyCommand or ProxyJump feature, users can exploit unchecked hostname syntax on the client. This issue may allow an attacker to inject malicious code into the command of the features mentioned through the hostname parameter Signed-off-by: Nikhil R

[oe][meta-oe][kirkstone][PATCH] giflib: Fix CVE CVE-2022-28506

2024-04-16 Thread nikhil
ecking if value of each pixel is within bounds of given color table. If the value is out of color table, print error message and exit. Signed-off-by: Nikhil R --- .../giflib/files/CVE-2022-28506.patch | 40 +++ .../recipes-devtools/giflib/giflib_5.2.1.bb | 4 +- 2 files c

[oe][meta-oe][dunfell][PATCH] duktape: Add ptest

2022-05-19 Thread nikhil
From: Nikhil R The Ptest for duktape executes below tests: 1. hello - a helloworld example is basic compilation test that test the APIs - duk_get_top(), duk_push_c_function(), duk_eval_string() 2. eval - a very simple for evaluating expressions from command line which test the APIs

Re: [oe] openjdk-7 failed with exit code '1' for angstrom linux image V2.3

2015-01-11 Thread Nikhil Gend
Could you please tell me how to revert the qemu updates as i am new to this openembedded-core stuff. Thanks and regards Nikhil Gend On Sun, Jan 11, 2015 at 8:52 PM, Henning Heinold henn...@itconsulting-heinold.de wrote: On Sun, Jan 11, 2015 at 09:31:08AM +0530, Nikhil Gend wrote: Dear Sir