Skip to content

Tags: OWASP/Nest

Tags

0.3.21

Toggle 0.3.21's commit message

Verified

This commit was signed with the committer’s verified signature.
arkid15r Arkadii Yakovets
Mitigate CVE-2026-26007

0.3.20

Toggle 0.3.20's commit message

Verified

This commit was signed with the committer’s verified signature.
arkid15r Arkadii Yakovets
Update .github/ansible/.ansible-lint.yaml

0.3.19

Toggle 0.3.19's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Add structured query filtering to Project REST API (#3428)

* add reusable structured search utility

* add structured search support to project REST API

* Add structured search support for projects API

* Update backend/apps/common/utils.py

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Change stars to stars_count

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update code

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>

* Update code

* Integrate structured search and add tests

* Fix structured search and test coverage

* Rename search tests for consistency and remove duplicate attributes

* fix: structured search type casting and schema validation for stars field

* Update code

---------

Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org>
Co-authored-by: Arkadii Yakovets <2201626+arkid15r@users.noreply.github.com>

0.3.18

Toggle 0.3.18's commit message

Verified

This commit was signed with the committer’s verified signature.
arkid15r Arkadii Yakovets
Update docker base image versions

0.3.17

Toggle 0.3.17's commit message

Verified

This commit was signed with the committer’s verified signature.
arkid15r Arkadii Yakovets
Update docker-compose/local/compose.yaml

0.3.16

Toggle 0.3.16's commit message

Verified

This commit was signed with the committer’s verified signature.
arkid15r Arkadii Yakovets
Refine ci/cd sequence

0.3.15

Toggle 0.3.15's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: justify empty ResizeObserver mock methods (S1186) (#3403)

* fix: justify empty ResizeObserver mock methods (S1186)

* Update code

---------

Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org>
Co-authored-by: Arkadii Yakovets <2201626+arkid15r@users.noreply.github.com>

0.3.14

Toggle 0.3.14's commit message

Verified

This commit was signed with the committer’s verified signature.
arkid15r Arkadii Yakovets
Run make update

0.3.13

Toggle 0.3.13's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump github/codeql-action from 4.31.9 to 4.31.10 (#3326)

Bumps [github/codeql-action](https://github.com/github/codeql-action) from 4.31.9 to 4.31.10.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](github/codeql-action@5d4e8d1...cdefb33)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 4.31.10
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

0.3.12

Toggle 0.3.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ci: enable Docker layer caching for cspell spellcheck job (#3278)

* ci: enable Docker layer caching for cspell spellcheck job

* ci: pin Docker GitHub Actions to commit SHAs

* ci: scope GHA cache for cspell Docker build

* Update code

---------

Co-authored-by: Arkadii Yakovets <arkadii.yakovets@owasp.org>
Co-authored-by: Arkadii Yakovets <2201626+arkid15r@users.noreply.github.com>