codejury 1.4.0__tar.gz → 1.4.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (165) hide show
  1. {codejury-1.4.0 → codejury-1.4.1}/PKG-INFO +2 -2
  2. {codejury-1.4.0 → codejury-1.4.1}/README.md +1 -1
  3. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/index.md +2 -2
  4. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/index.md +1 -1
  5. {codejury-1.4.0 → codejury-1.4.1}/codejury/guides.py +2 -2
  6. {codejury-1.4.0 → codejury-1.4.1}/codejury.egg-info/PKG-INFO +2 -2
  7. {codejury-1.4.0 → codejury-1.4.1}/pyproject.toml +1 -1
  8. {codejury-1.4.0 → codejury-1.4.1}/LICENSE +0 -0
  9. {codejury-1.4.0 → codejury-1.4.1}/codejury/__init__.py +0 -0
  10. {codejury-1.4.0 → codejury-1.4.1}/codejury/__main__.py +0 -0
  11. {codejury-1.4.0 → codejury-1.4.1}/codejury/cli.py +0 -0
  12. {codejury-1.4.0 → codejury-1.4.1}/codejury/detection.py +0 -0
  13. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/__init__.py +0 -0
  14. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/base.py +0 -0
  15. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/__init__.py +0 -0
  16. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/detection.yaml +0 -0
  17. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/facts/__init__.py +0 -0
  18. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/facts/call_path.py +0 -0
  19. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/facts/slither.py +0 -0
  20. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/guides/languages/solidity.md +0 -0
  21. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/guides/protocols/defi-primitives.md +0 -0
  22. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/guides/protocols/erc-standards.md +0 -0
  23. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/access-control.md +0 -0
  24. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/accounting-precision.md +0 -0
  25. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/bad-randomness.md +0 -0
  26. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/denial-of-service.md +0 -0
  27. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/front-running.md +0 -0
  28. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/oracle-price-manipulation.md +0 -0
  29. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/proxy-delegatecall.md +0 -0
  30. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/reentrancy.md +0 -0
  31. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/signature-replay.md +0 -0
  32. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/unchecked-low-level-call.md +0 -0
  33. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/unsafe-math.md +0 -0
  34. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/weird-erc20.md +0 -0
  35. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/playbook/false-positive-traps.md +0 -0
  36. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/playbook/methodology.md +0 -0
  37. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/playbook/severity-rubric.md +0 -0
  38. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/playbook/slash-command.md +0 -0
  39. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/playbook/unit-review.md +0 -0
  40. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/poc.py +0 -0
  41. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/registry.py +0 -0
  42. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/__init__.py +0 -0
  43. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/detection.yaml +0 -0
  44. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/go/echo.md +0 -0
  45. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/go/gin.md +0 -0
  46. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/javascript/express.md +0 -0
  47. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/javascript/nestjs.md +0 -0
  48. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/python/celery.md +0 -0
  49. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/python/django.md +0 -0
  50. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/python/fastapi.md +0 -0
  51. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/python/flask.md +0 -0
  52. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/languages/go.md +0 -0
  53. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/languages/javascript.md +0 -0
  54. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/languages/python.md +0 -0
  55. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/languages/typescript.md +0 -0
  56. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/protocols/graphql.md +0 -0
  57. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/protocols/oauth.md +0 -0
  58. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/business-logic.md +0 -0
  59. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/code-injection.md +0 -0
  60. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/command-injection.md +0 -0
  61. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/cors-misconfiguration.md +0 -0
  62. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/cross-site-request-forgery.md +0 -0
  63. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/cross-site-scripting.md +0 -0
  64. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/hardcoded-secrets.md +0 -0
  65. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/http-request-smuggling.md +0 -0
  66. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/http-response-splitting.md +0 -0
  67. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/improper-authentication.md +0 -0
  68. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/information-exposure.md +0 -0
  69. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/insecure-cryptography.md +0 -0
  70. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/insecure-deserialization.md +0 -0
  71. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/insecure-direct-object-reference.md +0 -0
  72. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/insecure-session-management.md +0 -0
  73. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/insecure-transport.md +0 -0
  74. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/jwt-validation.md +0 -0
  75. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/mass-assignment.md +0 -0
  76. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/missing-authorization.md +0 -0
  77. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/nosql-injection.md +0 -0
  78. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/open-redirect.md +0 -0
  79. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/path-traversal.md +0 -0
  80. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/prototype-pollution.md +0 -0
  81. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/race-condition.md +0 -0
  82. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/replay-attack.md +0 -0
  83. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/resource-exhaustion.md +0 -0
  84. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/security-misconfiguration.md +0 -0
  85. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/server-side-request-forgery.md +0 -0
  86. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/server-side-template-injection.md +0 -0
  87. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/sql-injection.md +0 -0
  88. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/unrestricted-file-upload.md +0 -0
  89. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/xml-external-entity.md +0 -0
  90. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/playbook/false-positive-traps.md +0 -0
  91. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/playbook/methodology.md +0 -0
  92. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/playbook/severity-rubric.md +0 -0
  93. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/playbook/slash-command.md +0 -0
  94. {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/playbook/unit-review.md +0 -0
  95. {codejury-1.4.0 → codejury-1.4.1}/codejury/finding.py +0 -0
  96. {codejury-1.4.0 → codejury-1.4.1}/codejury/json_parse.py +0 -0
  97. {codejury-1.4.0 → codejury-1.4.1}/codejury/markdown_docs.py +0 -0
  98. {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/__init__.py +0 -0
  99. {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/anthropic.py +0 -0
  100. {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/base.py +0 -0
  101. {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/chat_format.py +0 -0
  102. {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/claude_agent.py +0 -0
  103. {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/factory.py +0 -0
  104. {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/litellm.py +0 -0
  105. {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/mock.py +0 -0
  106. {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/openai.py +0 -0
  107. {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/retry.py +0 -0
  108. {codejury-1.4.0 → codejury-1.4.1}/codejury/report.py +0 -0
  109. {codejury-1.4.0 → codejury-1.4.1}/codejury/resources.py +0 -0
  110. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/__init__.py +0 -0
  111. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/diff/__init__.py +0 -0
  112. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/diff/adversarial.py +0 -0
  113. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/diff/audit.py +0 -0
  114. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/diff/engine.py +0 -0
  115. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/diff/filter.py +0 -0
  116. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/diff/prompts.py +0 -0
  117. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/diff/vulnerabilities.py +0 -0
  118. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/__init__.py +0 -0
  119. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/agent.py +0 -0
  120. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/engine.py +0 -0
  121. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/gate.py +0 -0
  122. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/model.py +0 -0
  123. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/pass_loop.py +0 -0
  124. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/paths.py +0 -0
  125. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/reviewer.py +0 -0
  126. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/scaffold.py +0 -0
  127. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/severity.py +0 -0
  128. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/shapes.py +0 -0
  129. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/union.py +0 -0
  130. {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/verifier.py +0 -0
  131. {codejury-1.4.0 → codejury-1.4.1}/codejury/severity.py +0 -0
  132. {codejury-1.4.0 → codejury-1.4.1}/codejury.egg-info/SOURCES.txt +0 -0
  133. {codejury-1.4.0 → codejury-1.4.1}/codejury.egg-info/dependency_links.txt +0 -0
  134. {codejury-1.4.0 → codejury-1.4.1}/codejury.egg-info/entry_points.txt +0 -0
  135. {codejury-1.4.0 → codejury-1.4.1}/codejury.egg-info/requires.txt +0 -0
  136. {codejury-1.4.0 → codejury-1.4.1}/codejury.egg-info/top_level.txt +0 -0
  137. {codejury-1.4.0 → codejury-1.4.1}/setup.cfg +0 -0
  138. {codejury-1.4.0 → codejury-1.4.1}/tests/test_anthropic_provider.py +0 -0
  139. {codejury-1.4.0 → codejury-1.4.1}/tests/test_chat_format.py +0 -0
  140. {codejury-1.4.0 → codejury-1.4.1}/tests/test_claude_agent_provider.py +0 -0
  141. {codejury-1.4.0 → codejury-1.4.1}/tests/test_cli.py +0 -0
  142. {codejury-1.4.0 → codejury-1.4.1}/tests/test_detection.py +0 -0
  143. {codejury-1.4.0 → codejury-1.4.1}/tests/test_diff_adversarial.py +0 -0
  144. {codejury-1.4.0 → codejury-1.4.1}/tests/test_diff_audit.py +0 -0
  145. {codejury-1.4.0 → codejury-1.4.1}/tests/test_domains.py +0 -0
  146. {codejury-1.4.0 → codejury-1.4.1}/tests/test_evals.py +0 -0
  147. {codejury-1.4.0 → codejury-1.4.1}/tests/test_guides.py +0 -0
  148. {codejury-1.4.0 → codejury-1.4.1}/tests/test_json_parse.py +0 -0
  149. {codejury-1.4.0 → codejury-1.4.1}/tests/test_litellm_provider.py +0 -0
  150. {codejury-1.4.0 → codejury-1.4.1}/tests/test_markdown_docs.py +0 -0
  151. {codejury-1.4.0 → codejury-1.4.1}/tests/test_openai_provider.py +0 -0
  152. {codejury-1.4.0 → codejury-1.4.1}/tests/test_provider_factory.py +0 -0
  153. {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_agent.py +0 -0
  154. {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_engine.py +0 -0
  155. {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_gate.py +0 -0
  156. {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_model.py +0 -0
  157. {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_pass_loop.py +0 -0
  158. {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_paths.py +0 -0
  159. {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_scaffold.py +0 -0
  160. {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_severity.py +0 -0
  161. {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_union.py +0 -0
  162. {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_verifier.py +0 -0
  163. {codejury-1.4.0 → codejury-1.4.1}/tests/test_report.py +0 -0
  164. {codejury-1.4.0 → codejury-1.4.1}/tests/test_retry_provider.py +0 -0
  165. {codejury-1.4.0 → codejury-1.4.1}/tests/test_vulnerabilities.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: codejury
3
- Version: 1.4.0
3
+ Version: 1.4.1
4
4
  Summary: AI-assisted security review for code diffs and whole repositories.
5
5
  Author: AISecLabs
6
6
  License-Expression: MIT
@@ -296,7 +296,7 @@ Current guide coverage in the web domain includes:
296
296
  - Python: Django, Flask, FastAPI, Celery
297
297
  - Go: Gin, Echo
298
298
  - JavaScript and TypeScript: Express, NestJS
299
- - Protocols: OAuth and OIDC
299
+ - Protocols: OAuth, OIDC, and GraphQL
300
300
 
301
301
  The evm domain ships a Solidity guide and the smart contract vulnerability classes above.
302
302
  Unguided stacks still work, but the agent relies more on general methodology and model
@@ -254,7 +254,7 @@ Current guide coverage in the web domain includes:
254
254
  - Python: Django, Flask, FastAPI, Celery
255
255
  - Go: Gin, Echo
256
256
  - JavaScript and TypeScript: Express, NestJS
257
- - Protocols: OAuth and OIDC
257
+ - Protocols: OAuth, OIDC, and GraphQL
258
258
 
259
259
  The evm domain ships a Solidity guide and the smart contract vulnerability classes above.
260
260
  Unguided stacks still work, but the agent relies more on general methodology and model
@@ -34,5 +34,5 @@ Report only real, exploitable, high-confidence issues with a concrete exploit pa
34
34
  fund or control impact. Do not report gas-optimization or style notes, floating-pragma or
35
35
  compiler advisories, dependency CVEs, or 0.8 checked-arithmetic overflow outside an
36
36
  `unchecked` block. The set is data: add a class by dropping a new
37
- `vulnerabilities/<id>.md` with the same frontmatter of id, title, impact, tags, and
38
- triggers, plus vulnerable and secure examples.
37
+ `vulnerabilities/<id>.md` with the same frontmatter of id, title, impact, tags,
38
+ triggers, and lens, plus vulnerable and secure examples.
@@ -60,4 +60,4 @@ of these ids.
60
60
  Report only real, exploitable, high-confidence issues with a concrete exploit
61
61
  path. Do not report dependency CVEs, style, speculation, or config-leak-only
62
62
  risks. The set is data: add a class by dropping a new `vulnerabilities/<id>.md`
63
- with the same frontmatter of id, title, impact, tags, and triggers, plus examples.
63
+ with the same frontmatter of id, title, impact, tags, triggers, and lens, plus examples.
@@ -107,8 +107,8 @@ def _matches(guide: Guide, files: list[str], manifest_text: str, source_text: st
107
107
 
108
108
 
109
109
  def select_guides(files, *, manifest_text: str = "", source_text: str = "", guides: list[Guide] | None = None) -> list[Guide]:
110
- """The guides whose detect signals fire on the target, languages first then
111
- frameworks. `files` are the target's file paths. `manifest_text` is the
110
+ """The guides whose detect signals fire on the target, languages first, then
111
+ frameworks, then protocols. `files` are the target's file paths. `manifest_text` is the
112
112
  dependency-manifest content, scanned only for dependency-name substrings, so a
113
113
  name like a framework's does not false-match a word in source. `source_text`
114
114
  is a source sample or a diff body, scanned for import markers and for
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: codejury
3
- Version: 1.4.0
3
+ Version: 1.4.1
4
4
  Summary: AI-assisted security review for code diffs and whole repositories.
5
5
  Author: AISecLabs
6
6
  License-Expression: MIT
@@ -296,7 +296,7 @@ Current guide coverage in the web domain includes:
296
296
  - Python: Django, Flask, FastAPI, Celery
297
297
  - Go: Gin, Echo
298
298
  - JavaScript and TypeScript: Express, NestJS
299
- - Protocols: OAuth and OIDC
299
+ - Protocols: OAuth, OIDC, and GraphQL
300
300
 
301
301
  The evm domain ships a Solidity guide and the smart contract vulnerability classes above.
302
302
  Unguided stacks still work, but the agent relies more on general methodology and model
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "codejury"
3
- version = "1.4.0"
3
+ version = "1.4.1"
4
4
  description = "AI-assisted security review for code diffs and whole repositories."
5
5
  readme = "README.md"
6
6
  requires-python = ">=3.12"
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes