{"version": "2.1.0", "$schema": "https://json.schemastore.org/sarif-2.1.0.json", "runs": [{"tool": {"driver": {"name": "Repobility", "informationUri": "https://repobility.com", "rules": [{"id": "scanner-ec97474fbadf0067", "name": "Possibly dead Python function: invalidate", "shortDescription": {"text": "Possibly dead Python function: invalidate"}, "fullDescription": {"text": "No callers detected by AST scan in this repo. Could be exported for external callers or a framework handler."}, "properties": {"scanner": "scanner-primary", "layer": "software", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d63da3583b14afc0", "name": "Dockerfile runs as root: Dockerfile", "shortDescription": {"text": "Dockerfile runs as root: Dockerfile"}, "fullDescription": {"text": "No non-root USER set. Containers running as root expand the blast radius of any vulnerability inside the image."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-8c1e6be5861e2174", "name": "Docker base image is tag-pinned but not digest-pinned: python:3.10-slim", "shortDescription": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.10-slim"}, "fullDescription": {"text": "Container tags can be retagged upstream. Pin production base images to a reviewed digest (`image@sha256:...`) when reproducibility and supply-chain integrity matter."}, "properties": {"scanner": "scanner-primary", "layer": "hardware", "severity": "low", "confidence": 1.0}}, {"id": "scanner-6893a6c8b0861585", "name": "Very low test-to-source ratio", "shortDescription": {"text": "Very low test-to-source ratio"}, "fullDescription": {"text": "9 test file(s) for 102 source file(s) (ratio 0.09). Consider adding integration or unit tests for critical paths."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-141b30a41e03817b", "name": "No license file detected", "shortDescription": {"text": "No license file detected"}, "fullDescription": {"text": "No LICENSE/COPYING/NOTICE file was found. Generated repositories often omit licensing, which blocks reuse and automated intake."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b9088664ace7f748", "name": "Composite production-readiness gap", "shortDescription": {"text": "Composite production-readiness gap"}, "fullDescription": {"text": "Multiple low-cost hardening controls are missing together: license, ci. Opus verification showed these co-occurring gaps are a better readiness signal than reading each flag in isolation."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-789d3393f4caab01", "name": "Likely N+1 query: `for entry in \u2026` triggers a query per row \u2014 apps/history/tasks.py:33", "shortDescription": {"text": "Likely N+1 query: `for entry in \u2026` triggers a query per row \u2014 apps/history/tasks.py:33"}, "fullDescription": {"text": "The loop iterates a Django queryset and accesses `entry.created_at.isoformat` per row, which fires an additional database query each iteration. Add `.select_related('<fk_field>')` for FK / O2O relations or `.prefetch_related('<m2m_or_reverse>')` for many-related lookups, to load everything in 1-2 queries instead of N."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-250f57e8a1dbd3c5", "name": "4 env vars used in code but missing from .env.example", "shortDescription": {"text": "4 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `CELERY_TASK_ALWAYS_EAGER`, `CSRF_TRUSTED_ORIGINS`, `DJANGO_ALLOWED_HOSTS`, `USE_X_FORWARDED_PROTO`. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-2c04133e54348533", "name": "Near-duplicate function bodies in 2 places", "shortDescription": {"text": "Near-duplicate function bodies in 2 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\napps/blacklist/views.py:post, apps/blacklist/views.py:post\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-be46ea126aa5d8dc", "name": "Near-duplicate function bodies in 3 places", "shortDescription": {"text": "Near-duplicate function bodies in 3 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\napps/kyc/views.py:post, apps/kyc/views.py:post, apps/kyc/views.py:post\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-49c98f7cedd9c977", "name": "Near-duplicate function bodies in 4 places", "shortDescription": {"text": "Near-duplicate function bodies in 4 places"}, "fullDescription": {"text": "Functions with the same first-5-line body hash:\napps/p2p/views.py:post, apps/p2p/views.py:post, apps/p2p/views.py:post, apps/p2p/views.py:post\n\nThis is *the* AI-coder failure mode (4\u00d7 more duplication in vibe-coded repos \u2014 see https://jw.hn/ai-code-hygiene). Consolidate or document why they're separate."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-bad2ad5c4891a8ed", "name": "DRF view `TransferInitiateView` declares no `permission_classes` \u2014 apps/p2p/views.py:28", "shortDescription": {"text": "DRF view `TransferInitiateView` declares no `permission_classes` \u2014 apps/p2p/views.py:28"}, "fullDescription": {"text": "DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-fa3cb180719b881d", "name": "DRF view `TransferConfirmView` declares no `permission_classes` \u2014 apps/p2p/views.py:65", "shortDescription": {"text": "DRF view `TransferConfirmView` declares no `permission_classes` \u2014 apps/p2p/views.py:65"}, "fullDescription": {"text": "DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-20ade5b40bc5f7bc", "name": "DRF view `TransferStatusView` declares no `permission_classes` \u2014 apps/p2p/views.py:77", "shortDescription": {"text": "DRF view `TransferStatusView` declares no `permission_classes` \u2014 apps/p2p/views.py:77"}, "fullDescription": {"text": "DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-711c4c6d5c860e4c", "name": "DRF view `StaticQRView` declares no `permission_classes` \u2014 apps/p2p/views.py:85", "shortDescription": {"text": "DRF view `StaticQRView` declares no `permission_classes` \u2014 apps/p2p/views.py:85"}, "fullDescription": {"text": "DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-48d46eb8f8ab1daf", "name": "DRF view `DynamicQRView` declares no `permission_classes` \u2014 apps/p2p/views.py:98", "shortDescription": {"text": "DRF view `DynamicQRView` declares no `permission_classes` \u2014 apps/p2p/views.py:98"}, "fullDescription": {"text": "DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-7c32ad170a23171e", "name": "DRF view `ScanView` declares no `permission_classes` \u2014 apps/p2p/views.py:110", "shortDescription": {"text": "DRF view `ScanView` declares no `permission_classes` \u2014 apps/p2p/views.py:110"}, "fullDescription": {"text": "DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-c0b9306fc1c28f7c", "name": "DRF view `PaymentInitiateView` declares no `permission_classes` \u2014 apps/payments/views.py:19", "shortDescription": {"text": "DRF view `PaymentInitiateView` declares no `permission_classes` \u2014 apps/payments/views.py:19"}, "fullDescription": {"text": "DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-bd6703ffd6e9988a", "name": "DRF view `PaymentConfirmView` declares no `permission_classes` \u2014 apps/payments/views.py:42", "shortDescription": {"text": "DRF view `PaymentConfirmView` declares no `permission_classes` \u2014 apps/payments/views.py:42"}, "fullDescription": {"text": "DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-6dc3418696a1d9b5", "name": "DRF view `PaymentCancelView` declares no `permission_classes` \u2014 apps/payments/views.py:52", "shortDescription": {"text": "DRF view `PaymentCancelView` declares no `permission_classes` \u2014 apps/payments/views.py:52"}, "fullDescription": {"text": "DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-5f6ca408d244da5d", "name": "DRF view `PaymentStatusView` declares no `permission_classes` \u2014 apps/payments/views.py:60", "shortDescription": {"text": "DRF view `PaymentStatusView` declares no `permission_classes` \u2014 apps/payments/views.py:60"}, "fullDescription": {"text": "DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-a358c53ddf2c78b6", "name": "DRF view `WalletListCreateView` declares no `permission_classes` \u2014 apps/core/views.py:16", "shortDescription": {"text": "DRF view `WalletListCreateView` declares no `permission_classes` \u2014 apps/core/views.py:16"}, "fullDescription": {"text": "DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-7a8f14b7e75ea7a8", "name": "DRF view `WalletBalanceView` declares no `permission_classes` \u2014 apps/core/views.py:26", "shortDescription": {"text": "DRF view `WalletBalanceView` declares no `permission_classes` \u2014 apps/core/views.py:26"}, "fullDescription": {"text": "DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-6087edd7ddef6766", "name": "DRF view `HistoryListView` declares no `permission_classes` \u2014 apps/history/views.py:47", "shortDescription": {"text": "DRF view `HistoryListView` declares no `permission_classes` \u2014 apps/history/views.py:47"}, "fullDescription": {"text": "DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-c7e17d35efbf281d", "name": "DRF view `HistoryDetailView` declares no `permission_classes` \u2014 apps/history/views.py:67", "shortDescription": {"text": "DRF view `HistoryDetailView` declares no `permission_classes` \u2014 apps/history/views.py:67"}, "fullDescription": {"text": "DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-d868e51b29a3f5d5", "name": "DRF view `HistoryExportView` declares no `permission_classes` \u2014 apps/history/views.py:75", "shortDescription": {"text": "DRF view `HistoryExportView` declares no `permission_classes` \u2014 apps/history/views.py:75"}, "fullDescription": {"text": "DRF defaults to AllowAny when `permission_classes` is unset, exposing the endpoint publicly. Add `permission_classes = [IsAuthenticated]` (or stricter) at class level, or set `DEFAULT_PERMISSION_CLASSES` in settings."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-16948a295926c8dd", "name": "Django view `api_root` may be unauthenticated \u2014 config/views.py:4", "shortDescription": {"text": "Django view `api_root` may be unauthenticated \u2014 config/views.py:4"}, "fullDescription": {"text": "Function-view with `request` parameter has no `@login_required` or equivalent auth decorator within 5 lines above. If auth is enforced by middleware (`AUTHENTICATION_BACKENDS`), this is a false positive \u2014 dismiss with reason `by_design`."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/24927"}, "properties": {"repository": "Chinilshik-kalkulatorov/hamyon", "repoUrl": "https://github.com/Chinilshik-kalkulatorov/hamyon", "branch": "main"}, "results": [{"ruleId": "scanner-ec97474fbadf0067", "level": "note", "message": {"text": "Possibly dead Python function: invalidate"}, "properties": {"repobilityId": "528be77e1d75b539", "scanner": "scanner-primary", "fingerprint": "ec97474fbadf0067", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/otp/service.py:98"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-d63da3583b14afc0", "level": "warning", "message": {"text": "Dockerfile runs as root: Dockerfile"}, "properties": {"repobilityId": "a2ed1bd120e507db", "scanner": "scanner-primary", "fingerprint": "d63da3583b14afc0", "layer": "hardware", "severity": "medium", "confidence": 1.0, "tags": ["security", "container"]}}, {"ruleId": "scanner-8c1e6be5861e2174", "level": "note", "message": {"text": "Docker base image is tag-pinned but not digest-pinned: python:3.10-slim"}, "properties": {"repobilityId": "90bdf16894357be5", "scanner": "scanner-primary", "fingerprint": "8c1e6be5861e2174", "layer": "hardware", "severity": "low", "confidence": 1.0, "tags": ["supply-chain", "docker", "pinned-dependencies"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "Dockerfile"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-6893a6c8b0861585", "level": "warning", "message": {"text": "Very low test-to-source ratio"}, "properties": {"repobilityId": "54a7de3f06314bf0", "scanner": "scanner-primary", "fingerprint": "6893a6c8b0861585", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["tests", "coverage"]}}, {"ruleId": "scanner-141b30a41e03817b", "level": "note", "message": {"text": "No license file detected"}, "properties": {"repobilityId": "e599cbf36f7d84a6", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "note", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "801de18fb558129c", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-789d3393f4caab01", "level": "warning", "message": {"text": "Likely N+1 query: `for entry in \u2026` triggers a query per row \u2014 apps/history/tasks.py:33"}, "properties": {"repobilityId": "bee9eb69b38ae519", "scanner": "scanner-primary", "fingerprint": "789d3393f4caab01", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["integrity", "n-plus-one", "performance"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/history/tasks.py"}, "region": {"startLine": 33}}}]}, {"ruleId": "scanner-250f57e8a1dbd3c5", "level": "none", "message": {"text": "4 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "57584f22b735b5ee", "scanner": "scanner-primary", "fingerprint": "250f57e8a1dbd3c5", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "d5bd490454664770", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "afdb848c33b9323a", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-49c98f7cedd9c977", "level": "note", "message": {"text": "Near-duplicate function bodies in 4 places"}, "properties": {"repobilityId": "ce5807df68eb07b8", "scanner": "scanner-primary", "fingerprint": "49c98f7cedd9c977", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "7548892dd524fef5", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "4d675a5fdf85af0a", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "fc559f58aca5e495", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "be7cf26bb9b9d6c3", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-be46ea126aa5d8dc", "level": "note", "message": {"text": "Near-duplicate function bodies in 3 places"}, "properties": {"repobilityId": "99c4658830fae15b", "scanner": "scanner-primary", "fingerprint": "be46ea126aa5d8dc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "e7bc8db68e86c53c", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "75091eb172b874db", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "b1dd6c12507cd922", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-bad2ad5c4891a8ed", "level": "error", "message": {"text": "DRF view `TransferInitiateView` declares no `permission_classes` \u2014 apps/p2p/views.py:28"}, "properties": {"repobilityId": "99959afa9c3af84e", "scanner": "scanner-primary", "fingerprint": "bad2ad5c4891a8ed", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.drf.no_permission_classes"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/p2p/views.py"}, "region": {"startLine": 28}}}]}, {"ruleId": "scanner-fa3cb180719b881d", "level": "error", "message": {"text": "DRF view `TransferConfirmView` declares no `permission_classes` \u2014 apps/p2p/views.py:65"}, "properties": {"repobilityId": "7ea3af624404e16b", "scanner": "scanner-primary", "fingerprint": "fa3cb180719b881d", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.drf.no_permission_classes"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/p2p/views.py"}, "region": {"startLine": 65}}}]}, {"ruleId": "scanner-20ade5b40bc5f7bc", "level": "error", "message": {"text": "DRF view `TransferStatusView` declares no `permission_classes` \u2014 apps/p2p/views.py:77"}, "properties": {"repobilityId": "8c1171694bccbd0d", "scanner": "scanner-primary", "fingerprint": "20ade5b40bc5f7bc", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.drf.no_permission_classes"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/p2p/views.py"}, "region": {"startLine": 77}}}]}, {"ruleId": "scanner-711c4c6d5c860e4c", "level": "error", "message": {"text": "DRF view `StaticQRView` declares no `permission_classes` \u2014 apps/p2p/views.py:85"}, "properties": {"repobilityId": "ce35ed381446c411", "scanner": "scanner-primary", "fingerprint": "711c4c6d5c860e4c", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.drf.no_permission_classes"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/p2p/views.py"}, "region": {"startLine": 85}}}]}, {"ruleId": "scanner-48d46eb8f8ab1daf", "level": "error", "message": {"text": "DRF view `DynamicQRView` declares no `permission_classes` \u2014 apps/p2p/views.py:98"}, "properties": {"repobilityId": "40f94f7a9380411f", "scanner": "scanner-primary", "fingerprint": "48d46eb8f8ab1daf", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.drf.no_permission_classes"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/p2p/views.py"}, "region": {"startLine": 98}}}]}, {"ruleId": "scanner-7c32ad170a23171e", "level": "error", "message": {"text": "DRF view `ScanView` declares no `permission_classes` \u2014 apps/p2p/views.py:110"}, "properties": {"repobilityId": "ffa957a7a91eb5fb", "scanner": "scanner-primary", "fingerprint": "7c32ad170a23171e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.drf.no_permission_classes"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/p2p/views.py"}, "region": {"startLine": 110}}}]}, {"ruleId": "scanner-c0b9306fc1c28f7c", "level": "error", "message": {"text": "DRF view `PaymentInitiateView` declares no `permission_classes` \u2014 apps/payments/views.py:19"}, "properties": {"repobilityId": "1e0f3eee58614f96", "scanner": "scanner-primary", "fingerprint": "c0b9306fc1c28f7c", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.drf.no_permission_classes"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/payments/views.py"}, "region": {"startLine": 19}}}]}, {"ruleId": "scanner-bd6703ffd6e9988a", "level": "error", "message": {"text": "DRF view `PaymentConfirmView` declares no `permission_classes` \u2014 apps/payments/views.py:42"}, "properties": {"repobilityId": "17469f71fc1869f8", "scanner": "scanner-primary", "fingerprint": "bd6703ffd6e9988a", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.drf.no_permission_classes"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/payments/views.py"}, "region": {"startLine": 42}}}]}, {"ruleId": "scanner-6dc3418696a1d9b5", "level": "error", "message": {"text": "DRF view `PaymentCancelView` declares no `permission_classes` \u2014 apps/payments/views.py:52"}, "properties": {"repobilityId": "0c8367b8ca15ddb6", "scanner": "scanner-primary", "fingerprint": "6dc3418696a1d9b5", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.drf.no_permission_classes"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/payments/views.py"}, "region": {"startLine": 52}}}]}, {"ruleId": "scanner-5f6ca408d244da5d", "level": "error", "message": {"text": "DRF view `PaymentStatusView` declares no `permission_classes` \u2014 apps/payments/views.py:60"}, "properties": {"repobilityId": "39957c2614e8cad7", "scanner": "scanner-primary", "fingerprint": "5f6ca408d244da5d", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.drf.no_permission_classes"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/payments/views.py"}, "region": {"startLine": 60}}}]}, {"ruleId": "scanner-a358c53ddf2c78b6", "level": "error", "message": {"text": "DRF view `WalletListCreateView` declares no `permission_classes` \u2014 apps/core/views.py:16"}, "properties": {"repobilityId": "9b4d937b62a9b056", "scanner": "scanner-primary", "fingerprint": "a358c53ddf2c78b6", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.drf.no_permission_classes"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/core/views.py"}, "region": {"startLine": 16}}}]}, {"ruleId": "scanner-7a8f14b7e75ea7a8", "level": "error", "message": {"text": "DRF view `WalletBalanceView` declares no `permission_classes` \u2014 apps/core/views.py:26"}, "properties": {"repobilityId": "04d6346ea8905674", "scanner": "scanner-primary", "fingerprint": "7a8f14b7e75ea7a8", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.drf.no_permission_classes"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/core/views.py"}, "region": {"startLine": 26}}}]}, {"ruleId": "scanner-6087edd7ddef6766", "level": "error", "message": {"text": "DRF view `HistoryListView` declares no `permission_classes` \u2014 apps/history/views.py:47"}, "properties": {"repobilityId": "da43ceaef6f2aae6", "scanner": "scanner-primary", "fingerprint": "6087edd7ddef6766", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.drf.no_permission_classes"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/history/views.py"}, "region": {"startLine": 47}}}]}, {"ruleId": "scanner-c7e17d35efbf281d", "level": "error", "message": {"text": "DRF view `HistoryDetailView` declares no `permission_classes` \u2014 apps/history/views.py:67"}, "properties": {"repobilityId": "f5f43fc8836ec52d", "scanner": "scanner-primary", "fingerprint": "c7e17d35efbf281d", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.drf.no_permission_classes"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/history/views.py"}, "region": {"startLine": 67}}}]}, {"ruleId": "scanner-d868e51b29a3f5d5", "level": "error", "message": {"text": "DRF view `HistoryExportView` declares no `permission_classes` \u2014 apps/history/views.py:75"}, "properties": {"repobilityId": "7686c6406fb659c6", "scanner": "scanner-primary", "fingerprint": "d868e51b29a3f5d5", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.drf.no_permission_classes"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "apps/history/views.py"}, "region": {"startLine": 75}}}]}, {"ruleId": "scanner-16948a295926c8dd", "level": "warning", "message": {"text": "Django view `api_root` may be unauthenticated \u2014 config/views.py:4"}, "properties": {"repobilityId": "4ca38e6747d59604", "scanner": "scanner-primary", "fingerprint": "16948a295926c8dd", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["auth", "owasp", "auth.django.unauth_view"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "config/views.py"}, "region": {"startLine": 4}}}]}]}]}