From d104f0cc0493ef4a29de325969da540d0ace7ec3 Mon Sep 17 00:00:00 2001 From: Wang Mingyu Date: Tue, 2 Dec 2025 17:51:30 +0800 Subject: swagger-ui: upgrade 5.30.2 -> 5.30.3 Changelog: ========== - deps: update vulnerable @release-it/conventional-changelog to 10.0.2 - deps: update vulnerable dependencies (js-yaml & glob) - utils: handle sanitizing multi-level relative paths Signed-off-by: Wang Mingyu Signed-off-by: Khem Raj (cherry picked from commit fad70abdb36e42eda376fd5ed0275c1dfbdea403) Signed-off-by: Ankur Tyagi Signed-off-by: Anuj Mittal --- .../swagger-ui/swagger-ui_5.30.2.bb | 23 ---------------------- .../swagger-ui/swagger-ui_5.30.3.bb | 23 ++++++++++++++++++++++ 2 files changed, 23 insertions(+), 23 deletions(-) delete mode 100644 meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.30.2.bb create mode 100644 meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.30.3.bb diff --git a/meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.30.2.bb b/meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.30.2.bb deleted file mode 100644 index 3f5c8b3f32..0000000000 --- a/meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.30.2.bb +++ /dev/null @@ -1,23 +0,0 @@ -SUMMARY = "Visually render documentation for an API defined with the OpenAPI" -DESCRIPTION = "\ - Swagger UI allows anyone — be it your development team or your end consumers — to visualize and \ - interact with the API’s resources without having any of the implementation logic in place. \ - It’s automatically generated from your OpenAPI (formerly known as Swagger) Specification, \ - with the visual documentation making it easy for back end implementation and client side consumption. \ - " -HOMEPAGE = "https://github.com/swagger-api/swagger-ui" -SECTION = "net" -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" - -SRC_URI = "git://github.com/swagger-api/swagger-ui;branch=master;protocol=https;tag=v${PV}" - -SRCREV = "30d8f985caeca5bb9400cf21403686ec5a82c1cc" - -CVE_STATUS[CVE-2016-1000229] = "fixed-version: fixed since 2.2.1" - - -do_install() { - install -d ${D}${localstatedir}/www/openapi/static - cp -r ${S}/dist/* ${D}${localstatedir}/www/openapi/static -} diff --git a/meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.30.3.bb b/meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.30.3.bb new file mode 100644 index 0000000000..3d152e15ad --- /dev/null +++ b/meta-webserver/recipes-devtools/swagger-ui/swagger-ui_5.30.3.bb @@ -0,0 +1,23 @@ +SUMMARY = "Visually render documentation for an API defined with the OpenAPI" +DESCRIPTION = "\ + Swagger UI allows anyone — be it your development team or your end consumers — to visualize and \ + interact with the API’s resources without having any of the implementation logic in place. \ + It’s automatically generated from your OpenAPI (formerly known as Swagger) Specification, \ + with the visual documentation making it easy for back end implementation and client side consumption. \ + " +HOMEPAGE = "https://github.com/swagger-api/swagger-ui" +SECTION = "net" +LICENSE = "Apache-2.0" +LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" + +SRC_URI = "git://github.com/swagger-api/swagger-ui;branch=master;protocol=https;tag=v${PV}" + +SRCREV = "199761a94d03753ec62c23bb4ba162bb73c3cfc7" + +CVE_STATUS[CVE-2016-1000229] = "fixed-version: fixed since 2.2.1" + + +do_install() { + install -d ${D}${localstatedir}/www/openapi/static + cp -r ${S}/dist/* ${D}${localstatedir}/www/openapi/static +} -- cgit v1.2.3-54-g00ecf