apisec-code-bolt 0.1.0__tar.gz → 0.1.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.
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/PKG-INFO +1 -1
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/pyproject.toml +1 -1
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/analyzer.py +4 -4
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/data_flow.py +2 -2
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/core/manifest.py +1 -1
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/base.py +1 -1
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/dotnet/aspnet_plugin.py +2 -2
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/java/jaxrs_plugin.py +2 -2
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/java/micronaut_plugin.py +2 -2
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/java/spring_plugin.py +2 -2
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/python/fastapi/plugin.py +2 -2
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_jaxrs_plugin.py +2 -2
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/.gitignore +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/README.md +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/__main__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/binding_tracker.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/call_graph.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/call_graph_types.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/call_resolver.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/capability_tagger.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/config_scanner.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/dependency_extractor.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/flow_analysis.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/hof_catalog.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/integration_detector.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/literal_scanner.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/path_normalizer.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/read_site_detector.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/request_patterns.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/sensitivity_classifier.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/sink_evidence.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/url_prefix_resolver.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/cli/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/cli/exit_codes.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/cli/main.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/cloud/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/cloud/apisec_client.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/cloud/client.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/core/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/core/config.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/core/credentials.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/core/discovery.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/core/log_format.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/core/repo.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/core/state.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/core/telemetry.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/core/types.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/fingerprinting/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/_jwt_common.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/auth_helpers.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/dotnet/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/dotnet/_path_helpers.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/dotnet/grpc_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/dotnet/jwt_config_extractor.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/dotnet/legacy_aspnet_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/dotnet/refit_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/dotnet/wcf_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/java/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/java/_annotations.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/java/_constraints.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/java/graphql_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/java/jwt_config_extractor.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/js/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/js/express_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/js/fastify_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/js/graphql_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/js/nestjs_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/python/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/python/celery_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/python/click_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/python/django_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/python/fastapi/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/python/flask_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/python/graphql_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/python/prefect_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/python/webhook_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/base.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/csharp/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/csharp/language_services.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/csharp/literals.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/csharp/parser.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/csharp/type_resolver.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/js/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/js/language_services.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/js/parser.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/jvm/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/jvm/language_services.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/jvm/parser.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/jvm/type_resolver.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/python/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/python/cbv_extractor.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/python/constant_resolver.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/python/cross_file_resolver.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/python/dynamic_route_detector.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/python/expression_utils.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/python/extraction_types.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/python/language_services.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/python/parameter_analyzer.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/python/parser.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/python/path_resolver.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/python/router_registry.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/python/type_resolver.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/python/visitors.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/services.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/query/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/query/ast_cache.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/query/executor.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/query/handlers.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/conftest.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/dep_files/Cargo.toml +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/dep_files/Pipfile +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/dep_files/build.gradle +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/dep_files/build.gradle.kts +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/dep_files/go.mod +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/dep_files/package.json +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/dep_files/pom.xml +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/dep_files/pyproject_pep621.toml +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/dep_files/pyproject_poetry.toml +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/dep_files/requirements-dev.txt +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/dep_files/requirements.txt +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/dep_files/setup.cfg +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/dep_files/setup.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_django/urls.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_django/views.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_express/app.ts +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_express/middleware/authenticate.ts +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_express/routes/auth.ts +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_express/routes/users.ts +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_fastapi/main.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_fastapi/routes/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_fastapi/routes/users.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_fastapi/services/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_fastapi/services/user_service.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_flask/app.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_nestjs/auth.controller.ts +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_nestjs/roles.decorator.ts +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_nestjs/roles.guard.ts +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_nestjs/users.controller.ts +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_spring_boot/src/main/java/com/example/demo/config/SecurityConfig.java +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_spring_boot/src/main/java/com/example/demo/controller/UserController.java +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_spring_boot/src/main/java/com/example/demo/model/User.java +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_spring_boot/src/main/java/com/example/demo/service/UserService.java +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_spring_boot/src/main/resources/application.properties +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/vuln_spring_boot/VULNERABILITIES.md +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/vuln_spring_boot/src/main/java/com/example/vulnapi/config/SecurityConfig.java +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/vuln_spring_boot/src/main/java/com/example/vulnapi/controller/AdminController.java +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/vuln_spring_boot/src/main/java/com/example/vulnapi/controller/OrderController.java +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/vuln_spring_boot/src/main/java/com/example/vulnapi/controller/UserController.java +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/vuln_spring_boot/src/main/java/com/example/vulnapi/model/Order.java +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/vuln_spring_boot/src/main/java/com/example/vulnapi/model/User.java +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/vuln_spring_boot/src/main/java/com/example/vulnapi/service/OrderService.java +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/vuln_spring_boot/src/main/java/com/example/vulnapi/service/UserService.java +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/vuln_spring_boot/src/main/resources/application.properties +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/integration/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/integration/test_cli.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/integration/test_django_analysis.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/integration/test_express_analysis.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/integration/test_fastapi_analysis.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/integration/test_flask_analysis.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/integration/test_nestjs_analysis.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/integration/test_spring_boot_analysis.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/test_query/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/test_query/fixtures/sample_app.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/test_query/test_executor.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/test_query/test_handlers.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/__init__.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_aspnet_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_benchmark_audit.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_benchmark_run.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_call_graph.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_cbv_extractor.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_config.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_constant_resolver.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_cross_file_resolver.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_csharp_literals.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_csharp_type_resolver.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_data_flow.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_dependency_parsing.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_discovery.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_django_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_dynamic_routes.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_express_nestjs_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_fastapi_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_fastify_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_flow_analysis.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_graphql_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_grpc_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_instrumentation.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_integration_detection.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_java_parser.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_js_graphql_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_jwt_config_extraction.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_legacy_aspnet_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_micronaut_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_parameter_analyzer.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_path_resolver.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_python_parser.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_refit_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_repo_canonical.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_router_registry.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_sensitivity_capability.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_sink_evidence.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_spring_plugin.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_telemetry.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_transformation_tracking.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_types.py +0 -0
- {apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_wcf_plugin.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: apisec-code-bolt
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Static analysis probe for extracting architectural metadata from codebases
|
|
5
5
|
Project-URL: Homepage, https://apisec.ai
|
|
6
6
|
Project-URL: Documentation, https://docs.apisec.ai/code-bolt
|
|
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "apisec-code-bolt"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.1"
|
|
8
8
|
description = "Static analysis probe for extracting architectural metadata from codebases"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
license = {text = "Proprietary"}
|
|
@@ -1045,13 +1045,13 @@ class ProjectAnalyzer:
|
|
|
1045
1045
|
if route.body:
|
|
1046
1046
|
enriched_fields = self._enrich_body_fields(
|
|
1047
1047
|
route.body.model_name,
|
|
1048
|
-
route.body.
|
|
1048
|
+
route.body.body_fields,
|
|
1049
1049
|
route.handler_location.file if route.handler_location else None,
|
|
1050
1050
|
)
|
|
1051
1051
|
body = HttpBodyModel(
|
|
1052
1052
|
content_type=route.body.content_type,
|
|
1053
1053
|
model_name=route.body.model_name,
|
|
1054
|
-
|
|
1054
|
+
body_fields=enriched_fields,
|
|
1055
1055
|
required=route.body.required,
|
|
1056
1056
|
)
|
|
1057
1057
|
|
|
@@ -1862,9 +1862,9 @@ class ProjectAnalyzer:
|
|
|
1862
1862
|
"header_params": [{"name": p.name} for p in (r.header_params or [])],
|
|
1863
1863
|
"cookie_params": [{"name": p.name} for p in (r.cookie_params or [])],
|
|
1864
1864
|
"body": {
|
|
1865
|
-
"
|
|
1865
|
+
"body_fields": [
|
|
1866
1866
|
{"name": f.name} if hasattr(f, "name") else {"name": f}
|
|
1867
|
-
for f in (r.body.
|
|
1867
|
+
for f in (r.body.body_fields or [])
|
|
1868
1868
|
]
|
|
1869
1869
|
}
|
|
1870
1870
|
if r.body
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/data_flow.py
RENAMED
|
@@ -1606,9 +1606,9 @@ class DataFlowAnalyzer:
|
|
|
1606
1606
|
ep_body = ep.get("body")
|
|
1607
1607
|
if ep_body:
|
|
1608
1608
|
body_fields = (
|
|
1609
|
-
ep_body.get("
|
|
1609
|
+
ep_body.get("body_fields", [])
|
|
1610
1610
|
if isinstance(ep_body, dict)
|
|
1611
|
-
else getattr(ep_body, "
|
|
1611
|
+
else getattr(ep_body, "body_fields", [])
|
|
1612
1612
|
)
|
|
1613
1613
|
for f in body_fields:
|
|
1614
1614
|
fname = (
|
|
@@ -214,7 +214,7 @@ class HttpBodyModel(BaseModel):
|
|
|
214
214
|
|
|
215
215
|
content_type: str | None = None # application/json, multipart/form-data, etc.
|
|
216
216
|
model_name: str | None = None # Pydantic model, Java DTO class
|
|
217
|
-
|
|
217
|
+
body_fields: list[BodyFieldModel] = Field(default_factory=list)
|
|
218
218
|
required: bool = True
|
|
219
219
|
|
|
220
220
|
|
|
@@ -64,7 +64,7 @@ class ExtractedBody:
|
|
|
64
64
|
content_type: str | None = None
|
|
65
65
|
model_name: str | None = None
|
|
66
66
|
model_qualified_name: QualifiedName | None = None
|
|
67
|
-
|
|
67
|
+
body_fields: list[str] = field(default_factory=list)
|
|
68
68
|
required: bool = True
|
|
69
69
|
|
|
70
70
|
code_location: CodeLocation | None = None
|
|
@@ -1017,7 +1017,7 @@ class AspNetCorePlugin(BaseFrameworkPlugin):
|
|
|
1017
1017
|
body = ExtractedBody(
|
|
1018
1018
|
content_type=consumes,
|
|
1019
1019
|
model_name=body.model_name,
|
|
1020
|
-
|
|
1020
|
+
body_fields=body.body_fields,
|
|
1021
1021
|
required=body.required,
|
|
1022
1022
|
)
|
|
1023
1023
|
|
|
@@ -2081,7 +2081,7 @@ class AspNetCorePlugin(BaseFrameworkPlugin):
|
|
|
2081
2081
|
body = ExtractedBody(
|
|
2082
2082
|
content_type="application/json",
|
|
2083
2083
|
model_name=type_ann,
|
|
2084
|
-
|
|
2084
|
+
body_fields=[f.name for f in fields] if fields else [],
|
|
2085
2085
|
required=True,
|
|
2086
2086
|
)
|
|
2087
2087
|
elif self._is_complex_type(raw_type):
|
|
@@ -450,7 +450,7 @@ class JaxRsPlugin(BaseFrameworkPlugin):
|
|
|
450
450
|
body = ExtractedBody(
|
|
451
451
|
content_type=consumes or "application/json",
|
|
452
452
|
model_name=param.type_annotation,
|
|
453
|
-
|
|
453
|
+
body_fields=model_fields,
|
|
454
454
|
required=True,
|
|
455
455
|
)
|
|
456
456
|
continue
|
|
@@ -471,7 +471,7 @@ class JaxRsPlugin(BaseFrameworkPlugin):
|
|
|
471
471
|
if form_parts and body is None:
|
|
472
472
|
body = ExtractedBody(
|
|
473
473
|
content_type="application/x-www-form-urlencoded",
|
|
474
|
-
|
|
474
|
+
body_fields=form_parts,
|
|
475
475
|
required=True,
|
|
476
476
|
)
|
|
477
477
|
|
|
@@ -343,7 +343,7 @@ class MicronautPlugin(BaseFrameworkPlugin):
|
|
|
343
343
|
body = ExtractedBody(
|
|
344
344
|
content_type=consumes,
|
|
345
345
|
model_name=body.model_name,
|
|
346
|
-
|
|
346
|
+
body_fields=body.body_fields,
|
|
347
347
|
required=body.required,
|
|
348
348
|
)
|
|
349
349
|
else:
|
|
@@ -500,7 +500,7 @@ class MicronautPlugin(BaseFrameworkPlugin):
|
|
|
500
500
|
body = ExtractedBody(
|
|
501
501
|
content_type="application/json",
|
|
502
502
|
model_name=model_name,
|
|
503
|
-
|
|
503
|
+
body_fields=model_fields,
|
|
504
504
|
required=True,
|
|
505
505
|
)
|
|
506
506
|
continue
|
|
@@ -481,7 +481,7 @@ class SpringBootPlugin(BaseFrameworkPlugin):
|
|
|
481
481
|
body = ExtractedBody(
|
|
482
482
|
content_type=consumes,
|
|
483
483
|
model_name=body.model_name,
|
|
484
|
-
|
|
484
|
+
body_fields=body.body_fields,
|
|
485
485
|
required=body.required,
|
|
486
486
|
)
|
|
487
487
|
else:
|
|
@@ -639,7 +639,7 @@ class SpringBootPlugin(BaseFrameworkPlugin):
|
|
|
639
639
|
body = ExtractedBody(
|
|
640
640
|
content_type="application/json",
|
|
641
641
|
model_name=model_name,
|
|
642
|
-
|
|
642
|
+
body_fields=model_fields,
|
|
643
643
|
required=True,
|
|
644
644
|
)
|
|
645
645
|
# @Valid marks the body for bean-validation; no dedicated manifest
|
|
@@ -921,7 +921,7 @@ class FastAPIPlugin(BaseFrameworkPlugin):
|
|
|
921
921
|
body = ExtractedBody(
|
|
922
922
|
content_type=content_type,
|
|
923
923
|
model_name=param.base_type,
|
|
924
|
-
|
|
924
|
+
body_fields=fields,
|
|
925
925
|
)
|
|
926
926
|
continue
|
|
927
927
|
|
|
@@ -975,7 +975,7 @@ class FastAPIPlugin(BaseFrameworkPlugin):
|
|
|
975
975
|
content_type=content_type,
|
|
976
976
|
model_name=model_name,
|
|
977
977
|
model_qualified_name=model_qn,
|
|
978
|
-
|
|
978
|
+
body_fields=model_fields,
|
|
979
979
|
required=not param.is_optional,
|
|
980
980
|
)
|
|
981
981
|
|
|
@@ -302,8 +302,8 @@ public class AuthResource {
|
|
|
302
302
|
assert len(routes) == 1
|
|
303
303
|
assert routes[0].body is not None
|
|
304
304
|
assert routes[0].body.content_type == "application/x-www-form-urlencoded"
|
|
305
|
-
assert "username" in (routes[0].body.
|
|
306
|
-
assert "password" in (routes[0].body.
|
|
305
|
+
assert "username" in (routes[0].body.body_fields or [])
|
|
306
|
+
assert "password" in (routes[0].body.body_fields or [])
|
|
307
307
|
|
|
308
308
|
def test_injected_types_are_skipped(self, parser: JavaParser, plugin: JaxRsPlugin) -> None:
|
|
309
309
|
source = """
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/binding_tracker.py
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/call_graph.py
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/call_graph_types.py
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/call_resolver.py
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/capability_tagger.py
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/config_scanner.py
RENAMED
|
File without changes
|
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/flow_analysis.py
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/hof_catalog.py
RENAMED
|
File without changes
|
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/literal_scanner.py
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/path_normalizer.py
RENAMED
|
File without changes
|
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/request_patterns.py
RENAMED
|
File without changes
|
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/analysis/sink_evidence.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/cloud/apisec_client.py
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
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/fingerprinting/__init__.py
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/__init__.py
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/_jwt_common.py
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/auth_helpers.py
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/dotnet/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/java/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/js/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/frameworks/python/__init__.py
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
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/csharp/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/csharp/literals.py
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/csharp/parser.py
RENAMED
|
File without changes
|
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/js/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/jvm/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/jvm/parser.py
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/jvm/type_resolver.py
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/python/__init__.py
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
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/python/parser.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/src/apisec_code_bolt/parsing/python/visitors.py
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
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/dep_files/pyproject_pep621.toml
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/dep_files/pyproject_poetry.toml
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/dep_files/requirements-dev.txt
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
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_express/routes/auth.ts
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_express/routes/users.ts
RENAMED
|
File without changes
|
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_fastapi/routes/__init__.py
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_fastapi/routes/users.py
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_fastapi/services/__init__.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_nestjs/auth.controller.ts
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_nestjs/roles.decorator.ts
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_nestjs/roles.guard.ts
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/sample_nestjs/users.controller.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/fixtures/vuln_spring_boot/VULNERABILITIES.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
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/integration/test_express_analysis.py
RENAMED
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/integration/test_fastapi_analysis.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/integration/test_spring_boot_analysis.py
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
|
{apisec_code_bolt-0.1.0 → apisec_code_bolt-0.1.1}/tests/unit/test_transformation_tracking.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|