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.
- {codejury-1.4.0 → codejury-1.4.1}/PKG-INFO +2 -2
- {codejury-1.4.0 → codejury-1.4.1}/README.md +1 -1
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/index.md +2 -2
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/index.md +1 -1
- {codejury-1.4.0 → codejury-1.4.1}/codejury/guides.py +2 -2
- {codejury-1.4.0 → codejury-1.4.1}/codejury.egg-info/PKG-INFO +2 -2
- {codejury-1.4.0 → codejury-1.4.1}/pyproject.toml +1 -1
- {codejury-1.4.0 → codejury-1.4.1}/LICENSE +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/__init__.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/__main__.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/cli.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/detection.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/__init__.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/base.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/__init__.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/detection.yaml +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/facts/__init__.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/facts/call_path.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/facts/slither.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/guides/languages/solidity.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/guides/protocols/defi-primitives.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/guides/protocols/erc-standards.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/access-control.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/accounting-precision.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/bad-randomness.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/denial-of-service.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/front-running.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/oracle-price-manipulation.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/proxy-delegatecall.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/reentrancy.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/signature-replay.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/unchecked-low-level-call.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/unsafe-math.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/weird-erc20.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/playbook/false-positive-traps.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/playbook/methodology.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/playbook/severity-rubric.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/playbook/slash-command.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/playbook/unit-review.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/poc.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/registry.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/__init__.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/detection.yaml +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/go/echo.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/go/gin.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/javascript/express.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/javascript/nestjs.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/python/celery.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/python/django.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/python/fastapi.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/python/flask.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/languages/go.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/languages/javascript.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/languages/python.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/languages/typescript.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/protocols/graphql.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/protocols/oauth.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/business-logic.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/code-injection.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/command-injection.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/cors-misconfiguration.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/cross-site-request-forgery.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/cross-site-scripting.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/hardcoded-secrets.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/http-request-smuggling.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/http-response-splitting.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/improper-authentication.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/information-exposure.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/insecure-cryptography.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/insecure-deserialization.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/insecure-direct-object-reference.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/insecure-session-management.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/insecure-transport.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/jwt-validation.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/mass-assignment.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/missing-authorization.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/nosql-injection.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/open-redirect.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/path-traversal.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/prototype-pollution.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/race-condition.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/replay-attack.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/resource-exhaustion.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/security-misconfiguration.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/server-side-request-forgery.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/server-side-template-injection.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/sql-injection.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/unrestricted-file-upload.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/xml-external-entity.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/playbook/false-positive-traps.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/playbook/methodology.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/playbook/severity-rubric.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/playbook/slash-command.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/playbook/unit-review.md +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/finding.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/json_parse.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/markdown_docs.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/__init__.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/anthropic.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/base.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/chat_format.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/claude_agent.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/factory.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/litellm.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/mock.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/openai.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/providers/retry.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/report.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/resources.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/__init__.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/diff/__init__.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/diff/adversarial.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/diff/audit.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/diff/engine.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/diff/filter.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/diff/prompts.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/diff/vulnerabilities.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/__init__.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/agent.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/engine.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/gate.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/model.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/pass_loop.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/paths.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/reviewer.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/scaffold.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/severity.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/shapes.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/union.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/review/repo/verifier.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury/severity.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury.egg-info/SOURCES.txt +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury.egg-info/dependency_links.txt +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury.egg-info/entry_points.txt +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury.egg-info/requires.txt +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/codejury.egg-info/top_level.txt +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/setup.cfg +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_anthropic_provider.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_chat_format.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_claude_agent_provider.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_cli.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_detection.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_diff_adversarial.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_diff_audit.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_domains.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_evals.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_guides.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_json_parse.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_litellm_provider.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_markdown_docs.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_openai_provider.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_provider_factory.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_agent.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_engine.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_gate.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_model.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_pass_loop.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_paths.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_scaffold.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_severity.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_union.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_repo_verifier.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_report.py +0 -0
- {codejury-1.4.0 → codejury-1.4.1}/tests/test_retry_provider.py +0 -0
- {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.
|
|
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
|
|
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
|
|
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,
|
|
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
|
|
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.
|
|
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
|
|
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
|
|
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
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/guides/languages/solidity.md
RENAMED
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/guides/protocols/defi-primitives.md
RENAMED
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/guides/protocols/erc-standards.md
RENAMED
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/access-control.md
RENAMED
|
File without changes
|
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/bad-randomness.md
RENAMED
|
File without changes
|
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/front-running.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/reentrancy.md
RENAMED
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/signature-replay.md
RENAMED
|
File without changes
|
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/unsafe-math.md
RENAMED
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/evm/knowledge/vulnerabilities/weird-erc20.md
RENAMED
|
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
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/go/echo.md
RENAMED
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/go/gin.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/python/celery.md
RENAMED
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/python/django.md
RENAMED
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/python/fastapi.md
RENAMED
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/frameworks/python/flask.md
RENAMED
|
File without changes
|
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/languages/javascript.md
RENAMED
|
File without changes
|
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/languages/typescript.md
RENAMED
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/guides/protocols/graphql.md
RENAMED
|
File without changes
|
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/business-logic.md
RENAMED
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/code-injection.md
RENAMED
|
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
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/jwt-validation.md
RENAMED
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/mass-assignment.md
RENAMED
|
File without changes
|
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/nosql-injection.md
RENAMED
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/open-redirect.md
RENAMED
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/path-traversal.md
RENAMED
|
File without changes
|
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/race-condition.md
RENAMED
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/replay-attack.md
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{codejury-1.4.0 → codejury-1.4.1}/codejury/domains/web/knowledge/vulnerabilities/sql-injection.md
RENAMED
|
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
|
|
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
|
|
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
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|