From: Wang Mingyu <[email protected]> Changelog: =========== - Prevent cookie attribute injection: CVE-2026-46625 - Add Partitioned attribute to readme - Publish to npm registry via trusted publisher exclusively - Ensure consistent behaviour for get('name') + get()
Signed-off-by: Wang Mingyu <[email protected]> --- ...js-jquery-cookie_3.0.5.bb => libjs-jquery-cookie_3.0.7.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/libjs/{libjs-jquery-cookie_3.0.5.bb => libjs-jquery-cookie_3.0.7.bb} (91%) diff --git a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.7.bb similarity index 91% rename from meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb rename to meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.7.bb index f4e26a65fc..7544ad4d9b 100644 --- a/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.5.bb +++ b/meta-oe/recipes-support/libjs/libjs-jquery-cookie_3.0.7.bb @@ -3,9 +3,9 @@ HOMEPAGE = "https://github.com/js-cookie/js-cookie" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://LICENSE;md5=e16cf0e247d84f8999bf55865a9c98cf" -SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=https;branch=main" +SRC_URI = "git://github.com/js-cookie/js-cookie.git;protocol=https;branch=main;tag=v${PV}" -SRCREV = "ab3f67fc4fad88cdf07b258c08e4164e06bf7506" +SRCREV = "17bacba0171dd022728d8fdeba3203c60791bf58" JQUERYCOOKIEDIR = "${datadir}/javascript/jquery-cookie" -- 2.43.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#127218): https://lists.openembedded.org/g/openembedded-devel/message/127218 Mute This Topic: https://lists.openembedded.org/mt/119510031/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
