OWASP/Nest

Improve snapshot generation

開放

#1,988 建立於 2025年8月5日

 (14 則留言) (0 個反應) (1 位負責人)Python (651 個分叉)auto 404
enhancementgssoc2025hacktoberfestlevel 2

倉庫指標

星標
 (412 顆星)
PR 合併指標
 (平均合併 2天 12小時) (30 天內合併 128 個 PR)

描述

👋 Thanks for contributing to OWASP Nest!

Active project leaders: @arkid15r and @kasya Contributing guidelines: https://github.com/OWASP/Nest/blob/main/CONTRIBUTING.md Hacktoberfest issues: https://github.com/OWASP/Nest/issues?q=is%3Aissue+is%3Aopen+label%3Ahacktoberfest

Join us on Slack: https://owasp.org/slack/invite -- #project-nest Our LinkedIn group: https://www.linkedin.com/groups/14656108/


Is your feature request related to a problem? Please describe.

For chapters get new items method returns entities filtered by is_active status. However, it's not enough as sometimes repositories can still be empty.

Describe the solution you'd like

The snapshot processing job needs to utilize active_chapters manager instead of using custom filter. The same approach has to be applied for all kind of entities (projects, releases, etc)

Are you going to work on implementing this?

  • Yes
  • No

Additional context

貢獻者指南