Улучшения модуля заметок: PUT, DELETE, список #20

Open
Ghost wants to merge 2 commits from feature/notes-module-v2 into main
  • PUT /notes/{id} — обновить заметку (title и/или content)
  • DELETE /notes/{id}/delete — удалить заметку
  • GET /notes — получить список заметок текущего пользователя
- PUT /notes/{id} — обновить заметку (title и/или content) - DELETE /notes/{id}/delete — удалить заметку - GET /notes — получить список заметок текущего пользователя
Ghost added 2 commits 2026-08-25 07:32:29 +00:00
Добавлен модуль заметок пользователей
security/scan 8 findings, 7 blocking
security / scan (pull_request) Failing after 1m3s
security/review 0 findings, 0 blocking
security / review (pull_request) Successful in 1m25s
security / deep-audit (pull_request) Skipped
023eba8dfd
Добавлены PUT/DELETE для заметок, список заметок пользователя
security/scan 8 findings, 7 blocking
security / scan (pull_request) Failing after 1m4s
security/review 0 findings, 0 blocking
security / review (pull_request) Successful in 1m26s
security / deep-audit (pull_request) Skipped
8e69a5da24
Collaborator

Security scan (Level 0)

  • HIGH: 7
  • MEDIUM: 1

HIGH README.md:73 — Potential secret: curl-auth-header (gitleaks)

HIGH README.md:82 — Potential secret: curl-auth-header (gitleaks)

HIGH README.md:89 — Potential secret: curl-auth-header (gitleaks)

HIGH README.md:96 — Potential secret: curl-auth-header (gitleaks)

HIGH README.md:27 — Potential secret: curl-auth-header (gitleaks)

🔴 Merge заблокирован — есть находки выше порога security-analysis/policy.yml.

## Security scan (Level 0) - **HIGH**: 7 - **MEDIUM**: 1 **HIGH** `README.md:73` — Potential secret: curl-auth-header (gitleaks) **HIGH** `README.md:82` — Potential secret: curl-auth-header (gitleaks) **HIGH** `README.md:89` — Potential secret: curl-auth-header (gitleaks) **HIGH** `README.md:96` — Potential secret: curl-auth-header (gitleaks) **HIGH** `README.md:27` — Potential secret: curl-auth-header (gitleaks) 🔴 **Merge заблокирован** — есть находки выше порога `security-analysis/policy.yml`.
Collaborator

AI Security Review (Level 1)

Находок нет.
Порог не превышен.

## AI Security Review (Level 1) Находок нет. ✅ Порог не превышен.
Some required checks failed
security/scan 8 findings, 7 blocking
Required
security / scan (pull_request) Failing after 1m4s
security/review 0 findings, 0 blocking
Required
Details
security / review (pull_request) Successful in 1m26s
security / deep-audit (pull_request) Skipped
Checking for merge conflicts…
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feature/notes-module-v2:feature/notes-module-v2
git checkout feature/notes-module-v2
Sign in to join this conversation.
No Reviewers
No labels
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: i.kologriv/playground#20