Tags: OWASP/Nest
Tags
chore(deps): bump the version-updates group across 2 directories with… … 1 update (#4903) Bumps the version-updates group with 1 update in the /docker/backend directory: python. Bumps the version-updates group with 1 update in the /docker/docs directory: python. Updates `python` from `2d1b402` to `b051398` Updates `python` from `2d1b402` to `b051398` --- updated-dependencies: - dependency-name: python dependency-version: 3.13.14-alpine3.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: python dependency-version: 3.13.14-alpine3.23 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
fix(ChapterMap): correct cursor display on non-interactive areas (#4890) * fix: ChapterMap cursor shows default on non-interactive areas * fix: ensure cursor is pointer only on interactive map elements Add explicit CSS cursor rules for Leaflet elements to prevent pointer cursor from appearing on non-interactive map areas: - Set cursor: default on leaflet container and interactive overlay - Keep cursor: pointer only on marker icons and shadows This completes the fix for the pointer cursor appearing across the entire ChapterMap surface. The previous commit handled the container-level cursor, this addresses the Leaflet-internal elements. * scope Leaflet cursor rules under .chapter-map class Address review feedback: prefix CSS rules with .chapter-map to prevent affecting any potential Leaflet maps outside ChapterMap. * add tests for cursor behavior on section and map container * Update code --------- Co-authored-by: Kate <kate@kgthreads.com>
chore(deps): bump framer-motion in /frontend (#4881) Bumps [framer-motion](https://github.com/motiondivision/motion) in `/frontend` from 12.38.0 to 12.39.0. Updates `framer-motion` from 12.38.0 to 12.39.0 - [Changelog](https://github.com/motiondivision/motion/blob/main/CHANGELOG.md) - [Commits](motiondivision/motion@v12.38.0...v12.39.0) --- updated-dependencies: - dependency-name: framer-motion dependency-version: 12.39.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arkadii Yakovets <2201626+arkid15r@users.noreply.github.com>
chore(deps): bump isomorphic-dompurify in /frontend (#4840) * chore(deps): bump isomorphic-dompurify in /frontend Bumps [isomorphic-dompurify](https://github.com/kkomelin/isomorphic-dompurify) in `/frontend` from 3.12.0 to 3.13.0. Updates `isomorphic-dompurify` from 3.12.0 to 3.13.0 - [Release notes](https://github.com/kkomelin/isomorphic-dompurify/releases) - [Commits](kkomelin/isomorphic-dompurify@3.12.0...3.13.0) --- updated-dependencies: - dependency-name: isomorphic-dompurify dependency-version: 3.13.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> * Update frontend/pnpm-lock.yaml --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arkadii Yakovets <2201626+arkid15r@users.noreply.github.com> Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org>
ci: disable credential persistence in checkout steps (#4817) * ci: disable credential persistence in run-ci-cd.yaml * ci: disable credential persistence in run-fuzz-tests.yaml * ci: disable credential persistence in run-code-ql.yaml * ci: disable credential persistence in check-pr-issue.yaml * ci: disable credential persistence in update-nest-test-images.yaml --------- Co-authored-by: Arkadii Yakovets <2201626+arkid15r@users.noreply.github.com>
chore(deps): bump @sentry/nextjs in /frontend (#4812) Bumps [@sentry/nextjs](https://github.com/getsentry/sentry-javascript) in `/frontend` from 10.51.0 to 10.52.0. Updates `@sentry/nextjs` from 10.51.0 to 10.52.0 - [Release notes](https://github.com/getsentry/sentry-javascript/releases) - [Changelog](https://github.com/getsentry/sentry-javascript/blob/develop/CHANGELOG.md) - [Commits](getsentry/sentry-javascript@10.51.0...10.52.0) --- updated-dependencies: - dependency-name: "@sentry/nextjs" dependency-version: 10.52.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
chore(deps): bump the version-updates group across 1 directory with 1… …0 updates (#4645) Bumps the version-updates group with 10 updates in the / directory: | Package | From | To | | --- | --- | --- | | [actions/github-script](https://github.com/actions/github-script) | `8.0.0` | `9.0.0` | | [actions/cache](https://github.com/actions/cache) | `5.0.4` | `5.0.5` | | [pnpm/action-setup](https://github.com/pnpm/action-setup) | `5.0.0` | `6.0.1` | | [actions/setup-node](https://github.com/actions/setup-node) | `6.3.0` | `6.4.0` | | [docker/build-push-action](https://github.com/docker/build-push-action) | `7.0.0` | `7.1.0` | | [docker/login-action](https://github.com/docker/login-action) | `4.0.0` | `4.1.0` | | [aws-actions/configure-aws-credentials](https://github.com/aws-actions/configure-aws-credentials) | `6.0.0` | `6.1.0` | | [aws-actions/amazon-ecr-login](https://github.com/aws-actions/amazon-ecr-login) | `2.1.2` | `2.1.3` | | [actions/upload-artifact](https://github.com/actions/upload-artifact) | `7.0.0` | `7.0.1` | | [github/codeql-action](https://github.com/github/codeql-action) | `4.35.1` | `4.35.2` | Updates `actions/github-script` from 8.0.0 to 9.0.0 - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@ed59741...3a2844b) Updates `actions/cache` from 5.0.4 to 5.0.5 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@6682284...27d5ce7) Updates `pnpm/action-setup` from 5.0.0 to 6.0.1 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](pnpm/action-setup@fc06bc1...078e9d4) Updates `actions/setup-node` from 6.3.0 to 6.4.0 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@53b8394...48b55a0) Updates `docker/build-push-action` from 7.0.0 to 7.1.0 - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@d08e5c3...bcafcac) Updates `docker/login-action` from 4.0.0 to 4.1.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](docker/login-action@b45d80f...4907a6d) Updates `aws-actions/configure-aws-credentials` from 6.0.0 to 6.1.0 - [Release notes](https://github.com/aws-actions/configure-aws-credentials/releases) - [Changelog](https://github.com/aws-actions/configure-aws-credentials/blob/main/CHANGELOG.md) - [Commits](aws-actions/configure-aws-credentials@8df5847...ec61189) Updates `aws-actions/amazon-ecr-login` from 2.1.2 to 2.1.3 - [Release notes](https://github.com/aws-actions/amazon-ecr-login/releases) - [Changelog](https://github.com/aws-actions/amazon-ecr-login/blob/main/CHANGELOG.md) - [Commits](aws-actions/amazon-ecr-login@f2e9fc6...376925c) Updates `actions/upload-artifact` from 7.0.0 to 7.0.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@bbbca2d...043fb46) Updates `github/codeql-action` from 4.35.1 to 4.35.2 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](github/codeql-action@c10b806...95e58e9) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.5 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: version-updates - dependency-name: actions/setup-node dependency-version: 6.4.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: actions/upload-artifact dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: aws-actions/amazon-ecr-login dependency-version: 2.1.3 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: aws-actions/configure-aws-credentials dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: docker/build-push-action dependency-version: 7.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: docker/login-action dependency-version: 4.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: version-updates - dependency-name: github/codeql-action dependency-version: 4.35.2 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: version-updates - dependency-name: pnpm/action-setup dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-major dependency-group: version-updates ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Arkadii Yakovets <2201626+arkid15r@users.noreply.github.com>
PreviousNext