{"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-2c69b1c4155d31a1", "name": "Possibly dead Python function: sort_key", "shortDescription": {"text": "Possibly dead Python function: sort_key"}, "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-4851b7e4bf5a446b", "name": "Possibly dead Python function: list_trips", "shortDescription": {"text": "Possibly dead Python function: list_trips"}, "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-f2a55cba747082aa", "name": "Possibly dead Python function: find_vehicle_by_plate", "shortDescription": {"text": "Possibly dead Python function: find_vehicle_by_plate"}, "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-11d2280b4094580e", "name": "Possibly dead Python function: find_plazas_at_position", "shortDescription": {"text": "Possibly dead Python function: find_plazas_at_position"}, "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-ce28b18a1b9b1afc", "name": "Insecure pattern 'exec_used' in cartrack_poll.py:103", "shortDescription": {"text": "Insecure pattern 'exec_used' in cartrack_poll.py:103"}, "fullDescription": {"text": "Found a known-risky pattern (exec_used). Review and replace if possible."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-6372cebde0220094", "name": "No auth library detected", "shortDescription": {"text": "No auth library detected"}, "fullDescription": {"text": "The scanner did not find any standard auth library (JWT, OAuth, NextAuth, Auth0, etc.). The repo has auth/admin/session surface indicators, so auth may live in custom code, in a separate service, or be missing."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-4601e3ad3bb28677", "name": "No CI/CD pipelines detected", "shortDescription": {"text": "No CI/CD pipelines detected"}, "fullDescription": {"text": "No GitHub Actions, GitLab CI, or CircleCI configs found. Without CI you can't gate deploys on tests/lints."}, "properties": {"scanner": "scanner-primary", "layer": "cicd", "severity": "medium", "confidence": 1.0}}, {"id": "scanner-a3cb0d494a9fc4d0", "name": "Very large file: app_v3.py (4401 lines)", "shortDescription": {"text": "Very large file: app_v3.py (4401 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-10ec7db9609f494a", "name": "Very large file: cartrack_poll.py (1639 lines)", "shortDescription": {"text": "Very large file: cartrack_poll.py (1639 lines)"}, "fullDescription": {"text": "Files with >800 lines often hide complexity hotspots and discourage tests."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "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": "0 test file(s) for 10 source file(s) (ratio 0.00). 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-faccb9061e9b52a0", "name": "No README detected", "shortDescription": {"text": "No README detected"}, "fullDescription": {"text": "No README file was found. Generated repos without README context are hard to operate, validate, or safely hand off."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-3ab5d313dda8e5f9", "name": "Debug logging residue appears in source files", "shortDescription": {"text": "Debug logging residue appears in source files"}, "fullDescription": {"text": "Found 79 console/debugger/print-style debug statements in non-test source. This is a common fast-generation residue before production cleanup."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-2d0c7b7ab8f8aacf", "name": "Critical user flow still appears backed by mock or placeholder data", "shortDescription": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "fullDescription": {"text": "A payment/auth/admin/order/billing-style flow contains mock, fake, TODO, dummy, or placeholder markers in runtime source. In the Fable corpus this is a high-leverage completeness smell: the app can look finished while the money, identity, or tenant flow is still scaffolded."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "medium", "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, tests, operator-readme. 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": "medium", "confidence": 1.0}}, {"id": "scanner-9654e183963c9a86", "name": "Legacy-named symbol `models_v2` in cartrack_trips_backfill.py:30", "shortDescription": {"text": "Legacy-named symbol `models_v2` in cartrack_trips_backfill.py:30"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-62b5ceb6d7228285", "name": "Commented-code block (6 lines) in cartrack_trips_backfill.py:56", "shortDescription": {"text": "Commented-code block (6 lines) in cartrack_trips_backfill.py:56"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e6295f0dbcfbdbdc", "name": "Legacy-named symbol `models_v2` in models_v2.py:20", "shortDescription": {"text": "Legacy-named symbol `models_v2` in models_v2.py:20"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-7cdc212ef4d4e3a7", "name": "Commented-code block (5 lines) in models_v2.py:29", "shortDescription": {"text": "Commented-code block (5 lines) in models_v2.py:29"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-7c4e5eac446eee40", "name": "Legacy-named symbol `models_v2` in app_v3.py:142", "shortDescription": {"text": "Legacy-named symbol `models_v2` in app_v3.py:142"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-73af6db1e5e63a95", "name": "Commented-code block (5 lines) in app_v3.py:163", "shortDescription": {"text": "Commented-code block (5 lines) in app_v3.py:163"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-dc6a7e179f34a208", "name": "Legacy-named symbol `models_v2` in cartrack_client.py:29", "shortDescription": {"text": "Legacy-named symbol `models_v2` in cartrack_client.py:29"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-99802138e8fafc6a", "name": "Commented-code block (5 lines) in cartrack_client.py:85", "shortDescription": {"text": "Commented-code block (5 lines) in cartrack_client.py:85"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-81738a2394cfdd3b", "name": "Legacy-named symbol `models_v2` in joborders_sync.py:34", "shortDescription": {"text": "Legacy-named symbol `models_v2` in joborders_sync.py:34"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-b5f33c9806e43162", "name": "Commented-code block (6 lines) in joborders_sync.py:162", "shortDescription": {"text": "Commented-code block (6 lines) in joborders_sync.py:162"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-298a6b5cd7b5eb5d", "name": "Legacy-named symbol `models_v2` in cartrack_poll.py:41", "shortDescription": {"text": "Legacy-named symbol `models_v2` in cartrack_poll.py:41"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-d053816bc4aa409b", "name": "Commented-code block (8 lines) in cartrack_poll.py:119", "shortDescription": {"text": "Commented-code block (8 lines) in cartrack_poll.py:119"}, "fullDescription": {"text": "A long run of `//` or `#` lines usually means abandoned code. Delete or move to git history. Keeps the canvas + dead-code detection honest."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "info", "confidence": 1.0}}, {"id": "scanner-e31319012e6a6e46", "name": "Legacy-named symbol `models_v2` in app_v2.py:5", "shortDescription": {"text": "Legacy-named symbol `models_v2` in app_v2.py:5"}, "fullDescription": {"text": "Names with suffixes like `_old`, `_v1`, `_deprecated` usually indicate replaced-but-not-removed code (typical AI-coder leftover). Confirm and delete, or rename if it's the active version."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "confidence": 1.0}}, {"id": "scanner-022e6399d1ef2beb", "name": "12 env vars used in code but missing from .env.example", "shortDescription": {"text": "12 env vars used in code but missing from .env.example"}, "fullDescription": {"text": "Drift between code and config docs. The first few: `CARTRACK_BASE_URL`, `CARTRACK_INSECURE_SSL`, `CRON_SECRET`, `DB_PATH`, `FLASK_DEV_INSECURE`, `JOBORDERS_BASE_URL`, `JOBORDERS_SYNC_EVERY_N`, `JOBORDERS_TOKEN` + 4 more. Add them (with a placeholder/comment) to .env.example so onboarding doesn't break."}, "properties": {"scanner": "scanner-primary", "layer": "quality", "severity": "low", "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:\nmodels_v2.py:display, models.py:display\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:\nmodels_v2.py:to_dict, models_v2.py:to_dict, models.py:to_dict, models.py:to_dict\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:\napp_v3.py:get_local_ip, app.py:get_local_ip, app_v2.py:get_local_ip\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-87b26172eaa2865e", "name": "Flask mutation route `api_cartrack_poll_cron` without `@login_required` \u2014 app_v3.py:2022", "shortDescription": {"text": "Flask mutation route `api_cartrack_poll_cron` without `@login_required` \u2014 app_v3.py:2022"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-f04d8f4d89da4235", "name": "Flask mutation route `api_joborders_sync_cron` without `@login_required` \u2014 app_v3.py:2182", "shortDescription": {"text": "Flask mutation route `api_joborders_sync_cron` without `@login_required` \u2014 app_v3.py:2182"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-a251f1c83ffbb1a1", "name": "Flask mutation route `api_cycle_time_settings_post` without `@login_required` \u2014 app_v3.py:3514", "shortDescription": {"text": "Flask mutation route `api_cycle_time_settings_post` without `@login_required` \u2014 app_v3.py:3514"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-b928c1b96ad4f069", "name": "Flask mutation route `api_cycle_time_clear_logs` without `@login_required` \u2014 app_v3.py:3542", "shortDescription": {"text": "Flask mutation route `api_cycle_time_clear_logs` without `@login_required` \u2014 app_v3.py:3542"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-2917211fc79f756d", "name": "Flask mutation route `api_wave_add` without `@login_required` \u2014 app.py:99", "shortDescription": {"text": "Flask mutation route `api_wave_add` without `@login_required` \u2014 app.py:99"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-85096bf9dd71b76c", "name": "Flask mutation route `api_wave_delete` without `@login_required` \u2014 app.py:120", "shortDescription": {"text": "Flask mutation route `api_wave_delete` without `@login_required` \u2014 app.py:120"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-d5a5b163de95bdf4", "name": "Flask mutation route `api_trip_save` without `@login_required` \u2014 app.py:131", "shortDescription": {"text": "Flask mutation route `api_trip_save` without `@login_required` \u2014 app.py:131"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-73a4b60de6532851", "name": "Flask mutation route `api_trip_delete` without `@login_required` \u2014 app.py:183", "shortDescription": {"text": "Flask mutation route `api_trip_delete` without `@login_required` \u2014 app.py:183"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-8ac682ca338f1820", "name": "Flask mutation route `api_master_add` without `@login_required` \u2014 app.py:254", "shortDescription": {"text": "Flask mutation route `api_master_add` without `@login_required` \u2014 app.py:254"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-56fe3dc93c730365", "name": "Flask mutation route `api_master_update` without `@login_required` \u2014 app.py:289", "shortDescription": {"text": "Flask mutation route `api_master_update` without `@login_required` \u2014 app.py:289"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-323d801c9bcb10aa", "name": "Flask mutation route `api_master_toggle` without `@login_required` \u2014 app.py:312", "shortDescription": {"text": "Flask mutation route `api_master_toggle` without `@login_required` \u2014 app.py:312"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-0494fcd98bfaf575", "name": "Flask mutation route `api_attendance_set` without `@login_required` \u2014 app.py:479", "shortDescription": {"text": "Flask mutation route `api_attendance_set` without `@login_required` \u2014 app.py:479"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-91e80e01f6711d1c", "name": "Flask mutation route `api_breakdown_add` without `@login_required` \u2014 app.py:547", "shortDescription": {"text": "Flask mutation route `api_breakdown_add` without `@login_required` \u2014 app.py:547"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-b436af595156a0a6", "name": "Flask mutation route `api_breakdown_update` without `@login_required` \u2014 app.py:576", "shortDescription": {"text": "Flask mutation route `api_breakdown_update` without `@login_required` \u2014 app.py:576"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-78ec3fa24f30c29a", "name": "Flask mutation route `api_breakdown_delete` without `@login_required` \u2014 app.py:600", "shortDescription": {"text": "Flask mutation route `api_breakdown_delete` without `@login_required` \u2014 app.py:600"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-a875e0c1e9e6f33e", "name": "Flask mutation route `api_set_user` without `@login_required` \u2014 app.py:633", "shortDescription": {"text": "Flask mutation route `api_set_user` without `@login_required` \u2014 app.py:633"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-f1a2e55fe0e726c3", "name": "Flask mutation route `api_wave_add` without `@login_required` \u2014 app_v2.py:102", "shortDescription": {"text": "Flask mutation route `api_wave_add` without `@login_required` \u2014 app_v2.py:102"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-87259c2239673d66", "name": "Flask mutation route `api_wave_delete` without `@login_required` \u2014 app_v2.py:124", "shortDescription": {"text": "Flask mutation route `api_wave_delete` without `@login_required` \u2014 app_v2.py:124"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-50ac776025acc653", "name": "Flask mutation route `api_trip_save` without `@login_required` \u2014 app_v2.py:135", "shortDescription": {"text": "Flask mutation route `api_trip_save` without `@login_required` \u2014 app_v2.py:135"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-32350b203e86048c", "name": "Flask mutation route `api_trip_delete` without `@login_required` \u2014 app_v2.py:191", "shortDescription": {"text": "Flask mutation route `api_trip_delete` without `@login_required` \u2014 app_v2.py:191"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-3dcb86fc4117fdad", "name": "Flask mutation route `api_master_add` without `@login_required` \u2014 app_v2.py:271", "shortDescription": {"text": "Flask mutation route `api_master_add` without `@login_required` \u2014 app_v2.py:271"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-f68c8f07132220ec", "name": "Flask mutation route `api_master_update` without `@login_required` \u2014 app_v2.py:306", "shortDescription": {"text": "Flask mutation route `api_master_update` without `@login_required` \u2014 app_v2.py:306"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-bedce4a7c3793be0", "name": "Flask mutation route `api_master_toggle` without `@login_required` \u2014 app_v2.py:329", "shortDescription": {"text": "Flask mutation route `api_master_toggle` without `@login_required` \u2014 app_v2.py:329"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-09e91e23a6472fbc", "name": "Flask mutation route `api_attendance_set` without `@login_required` \u2014 app_v2.py:506", "shortDescription": {"text": "Flask mutation route `api_attendance_set` without `@login_required` \u2014 app_v2.py:506"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-1270d5e0d5bf3e0c", "name": "Flask mutation route `api_breakdown_add` without `@login_required` \u2014 app_v2.py:581", "shortDescription": {"text": "Flask mutation route `api_breakdown_add` without `@login_required` \u2014 app_v2.py:581"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-167aa9f22b9b6d81", "name": "Flask mutation route `api_breakdown_update` without `@login_required` \u2014 app_v2.py:610", "shortDescription": {"text": "Flask mutation route `api_breakdown_update` without `@login_required` \u2014 app_v2.py:610"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-919f510262cf47a7", "name": "Flask mutation route `api_breakdown_delete` without `@login_required` \u2014 app_v2.py:639", "shortDescription": {"text": "Flask mutation route `api_breakdown_delete` without `@login_required` \u2014 app_v2.py:639"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}, {"id": "scanner-6bb447fdbc6ad1cf", "name": "Flask mutation route `api_set_user` without `@login_required` \u2014 app_v2.py:673", "shortDescription": {"text": "Flask mutation route `api_set_user` without `@login_required` \u2014 app_v2.py:673"}, "fullDescription": {"text": "Flask route declares POST/PUT/DELETE/PATCH methods without an auth decorator. Add `@login_required` (Flask-Login) or equivalent."}, "properties": {"scanner": "scanner-primary", "layer": "security", "severity": "high", "confidence": 1.0}}]}}, "automationDetails": {"id": "repobility/26799"}, "properties": {"repository": "JDVBBBDARC/dispatch-scheduler", "repoUrl": "https://github.com/JDVBBBDARC/dispatch-scheduler", "branch": "main"}, "results": [{"ruleId": "scanner-2c69b1c4155d31a1", "level": "note", "message": {"text": "Possibly dead Python function: sort_key"}, "properties": {"repobilityId": "ac2a4181eae38738", "scanner": "scanner-primary", "fingerprint": "2c69b1c4155d31a1", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_v3.py:3050"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-4851b7e4bf5a446b", "level": "note", "message": {"text": "Possibly dead Python function: list_trips"}, "properties": {"repobilityId": "1b55b6c347211c1a", "scanner": "scanner-primary", "fingerprint": "4851b7e4bf5a446b", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cartrack_client.py:201"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-f2a55cba747082aa", "level": "note", "message": {"text": "Possibly dead Python function: find_vehicle_by_plate"}, "properties": {"repobilityId": "1c105034633fb4be", "scanner": "scanner-primary", "fingerprint": "f2a55cba747082aa", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cartrack_client.py:299"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-11d2280b4094580e", "level": "note", "message": {"text": "Possibly dead Python function: find_plazas_at_position"}, "properties": {"repobilityId": "83207d8426397ce7", "scanner": "scanner-primary", "fingerprint": "11d2280b4094580e", "layer": "software", "severity": "low", "confidence": 1.0, "tags": ["dead-code"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cartrack_poll.py:659"}, "region": {"startLine": 1}}}]}, {"ruleId": "scanner-ce28b18a1b9b1afc", "level": "error", "message": {"text": "Insecure pattern 'exec_used' in cartrack_poll.py:103"}, "properties": {"repobilityId": "b0a6f472cb33446a", "scanner": "scanner-primary", "fingerprint": "ce28b18a1b9b1afc", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["owasp", "exec_used"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "cartrack_poll.py"}, "region": {"startLine": 103}}}]}, {"ruleId": "scanner-6372cebde0220094", "level": "warning", "message": {"text": "No auth library detected"}, "properties": {"repobilityId": "a5b6035a5bbf8054", "scanner": "scanner-primary", "fingerprint": "6372cebde0220094", "layer": "security", "severity": "medium", "confidence": 1.0, "tags": ["coverage", "auth"]}}, {"ruleId": "scanner-4601e3ad3bb28677", "level": "warning", "message": {"text": "No CI/CD pipelines detected"}, "properties": {"repobilityId": "c3ee439bce2bc51e", "scanner": "scanner-primary", "fingerprint": "4601e3ad3bb28677", "layer": "cicd", "severity": "medium", "confidence": 1.0, "tags": ["coverage"]}}, {"ruleId": "scanner-a3cb0d494a9fc4d0", "level": "note", "message": {"text": "Very large file: app_v3.py (4401 lines)"}, "properties": {"repobilityId": "6612240e97888e6b", "scanner": "scanner-primary", "fingerprint": "a3cb0d494a9fc4d0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"ruleId": "scanner-10ec7db9609f494a", "level": "note", "message": {"text": "Very large file: cartrack_poll.py (1639 lines)"}, "properties": {"repobilityId": "04af6f3ea8fbd9c3", "scanner": "scanner-primary", "fingerprint": "10ec7db9609f494a", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["complexity"]}}, {"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": "2dda45c3bc64ecc4", "scanner": "scanner-primary", "fingerprint": "141b30a41e03817b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["license", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-faccb9061e9b52a0", "level": "note", "message": {"text": "No README detected"}, "properties": {"repobilityId": "89aac3695f5eab8e", "scanner": "scanner-primary", "fingerprint": "faccb9061e9b52a0", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["docs", "readme", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-3ab5d313dda8e5f9", "level": "note", "message": {"text": "Debug logging residue appears in source files"}, "properties": {"repobilityId": "0cff9b248e34768e", "scanner": "scanner-primary", "fingerprint": "3ab5d313dda8e5f9", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["debug", "cleanup", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-2d0c7b7ab8f8aacf", "level": "warning", "message": {"text": "Critical user flow still appears backed by mock or placeholder data"}, "properties": {"repobilityId": "4577b8a69831d06f", "scanner": "scanner-primary", "fingerprint": "2d0c7b7ab8f8aacf", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["placeholder", "mock-data", "critical-flow", "generated-repo-pattern"]}}, {"ruleId": "scanner-b9088664ace7f748", "level": "warning", "message": {"text": "Composite production-readiness gap"}, "properties": {"repobilityId": "a1b02eda19f36237", "scanner": "scanner-primary", "fingerprint": "b9088664ace7f748", "layer": "quality", "severity": "medium", "confidence": 1.0, "tags": ["production-readiness", "repo-hardening", "generated-repo-pattern"]}}, {"ruleId": "scanner-9654e183963c9a86", "level": "note", "message": {"text": "Legacy-named symbol `models_v2` in cartrack_trips_backfill.py:30"}, "properties": {"repobilityId": "2b4e319cb758a922", "scanner": "scanner-primary", "fingerprint": "9654e183963c9a86", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-62b5ceb6d7228285", "level": "none", "message": {"text": "Commented-code block (6 lines) in cartrack_trips_backfill.py:56"}, "properties": {"repobilityId": "133888c17aecb871", "scanner": "scanner-primary", "fingerprint": "62b5ceb6d7228285", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e6295f0dbcfbdbdc", "level": "note", "message": {"text": "Legacy-named symbol `models_v2` in models_v2.py:20"}, "properties": {"repobilityId": "b79888b65dc61837", "scanner": "scanner-primary", "fingerprint": "e6295f0dbcfbdbdc", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-7cdc212ef4d4e3a7", "level": "none", "message": {"text": "Commented-code block (5 lines) in models_v2.py:29"}, "properties": {"repobilityId": "a1d481fcd4ba92b4", "scanner": "scanner-primary", "fingerprint": "7cdc212ef4d4e3a7", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-7c4e5eac446eee40", "level": "note", "message": {"text": "Legacy-named symbol `models_v2` in app_v3.py:142"}, "properties": {"repobilityId": "5273d06bb2b94daa", "scanner": "scanner-primary", "fingerprint": "7c4e5eac446eee40", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-73af6db1e5e63a95", "level": "none", "message": {"text": "Commented-code block (5 lines) in app_v3.py:163"}, "properties": {"repobilityId": "a79b5b712bafe901", "scanner": "scanner-primary", "fingerprint": "73af6db1e5e63a95", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-dc6a7e179f34a208", "level": "note", "message": {"text": "Legacy-named symbol `models_v2` in cartrack_client.py:29"}, "properties": {"repobilityId": "5f98daa5f6293b05", "scanner": "scanner-primary", "fingerprint": "dc6a7e179f34a208", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-99802138e8fafc6a", "level": "none", "message": {"text": "Commented-code block (5 lines) in cartrack_client.py:85"}, "properties": {"repobilityId": "6fb0d392eec1582c", "scanner": "scanner-primary", "fingerprint": "99802138e8fafc6a", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-81738a2394cfdd3b", "level": "note", "message": {"text": "Legacy-named symbol `models_v2` in joborders_sync.py:34"}, "properties": {"repobilityId": "7b0c44ee2720b56b", "scanner": "scanner-primary", "fingerprint": "81738a2394cfdd3b", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-b5f33c9806e43162", "level": "none", "message": {"text": "Commented-code block (6 lines) in joborders_sync.py:162"}, "properties": {"repobilityId": "c67f7704d31dd17c", "scanner": "scanner-primary", "fingerprint": "b5f33c9806e43162", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-298a6b5cd7b5eb5d", "level": "note", "message": {"text": "Legacy-named symbol `models_v2` in cartrack_poll.py:41"}, "properties": {"repobilityId": "c8611e52b551e023", "scanner": "scanner-primary", "fingerprint": "298a6b5cd7b5eb5d", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-d053816bc4aa409b", "level": "none", "message": {"text": "Commented-code block (8 lines) in cartrack_poll.py:119"}, "properties": {"repobilityId": "806e009c30b815e3", "scanner": "scanner-primary", "fingerprint": "d053816bc4aa409b", "layer": "quality", "severity": "info", "confidence": 1.0, "tags": ["integrity", "commented-code", "dead-code"]}}, {"ruleId": "scanner-e31319012e6a6e46", "level": "note", "message": {"text": "Legacy-named symbol `models_v2` in app_v2.py:5"}, "properties": {"repobilityId": "a1dda73ae2538cec", "scanner": "scanner-primary", "fingerprint": "e31319012e6a6e46", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "legacy-marker", "dead-code"]}}, {"ruleId": "scanner-022e6399d1ef2beb", "level": "note", "message": {"text": "12 env vars used in code but missing from .env.example"}, "properties": {"repobilityId": "7bf4178327da75a2", "scanner": "scanner-primary", "fingerprint": "022e6399d1ef2beb", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "config-drift"]}}, {"ruleId": "scanner-2c04133e54348533", "level": "note", "message": {"text": "Near-duplicate function bodies in 2 places"}, "properties": {"repobilityId": "622630ab36712b95", "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": "b308db23e0d7fe15", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "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": "10021e57d48d9efa", "scanner": "scanner-primary", "fingerprint": "49c98f7cedd9c977", "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": "4d068b08e2252e3c", "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": "df4ff566816e7980", "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": "6294a58babae1696", "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": "a1c0a3e72b6a6097", "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": "5f90c525098f8db9", "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": "548858aa2b81fce5", "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": "b4eb8df0f1a28b3b", "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": "620c76bb6b64fabc", "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": "c4b6e1cd1b592fc7", "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": "2602c41dada2b90c", "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": "d5359bb7258566d7", "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": "5374ad8a546126b8", "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": "30278802f05e13e5", "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": "c93f7c86e0eb35ed", "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": "db5ef636567d7874", "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": "f46c5737efeb2f33", "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": "cec0178e6acb6ca8", "scanner": "scanner-primary", "fingerprint": "2c04133e54348533", "layer": "quality", "severity": "low", "confidence": 1.0, "tags": ["integrity", "duplicate", "dry"]}}, {"ruleId": "scanner-87b26172eaa2865e", "level": "error", "message": {"text": "Flask mutation route `api_cartrack_poll_cron` without `@login_required` \u2014 app_v3.py:2022"}, "properties": {"repobilityId": "ba667492028fc769", "scanner": "scanner-primary", "fingerprint": "87b26172eaa2865e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_v3.py"}, "region": {"startLine": 2022}}}]}, {"ruleId": "scanner-f04d8f4d89da4235", "level": "error", "message": {"text": "Flask mutation route `api_joborders_sync_cron` without `@login_required` \u2014 app_v3.py:2182"}, "properties": {"repobilityId": "8ca8a801a96eb6f4", "scanner": "scanner-primary", "fingerprint": "f04d8f4d89da4235", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_v3.py"}, "region": {"startLine": 2182}}}]}, {"ruleId": "scanner-a251f1c83ffbb1a1", "level": "error", "message": {"text": "Flask mutation route `api_cycle_time_settings_post` without `@login_required` \u2014 app_v3.py:3514"}, "properties": {"repobilityId": "920d47a65b31e795", "scanner": "scanner-primary", "fingerprint": "a251f1c83ffbb1a1", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_v3.py"}, "region": {"startLine": 3514}}}]}, {"ruleId": "scanner-b928c1b96ad4f069", "level": "error", "message": {"text": "Flask mutation route `api_cycle_time_clear_logs` without `@login_required` \u2014 app_v3.py:3542"}, "properties": {"repobilityId": "b481ef5d3f7011c4", "scanner": "scanner-primary", "fingerprint": "b928c1b96ad4f069", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_v3.py"}, "region": {"startLine": 3542}}}]}, {"ruleId": "scanner-2917211fc79f756d", "level": "error", "message": {"text": "Flask mutation route `api_wave_add` without `@login_required` \u2014 app.py:99"}, "properties": {"repobilityId": "e7153732abc468e1", "scanner": "scanner-primary", "fingerprint": "2917211fc79f756d", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py"}, "region": {"startLine": 99}}}]}, {"ruleId": "scanner-85096bf9dd71b76c", "level": "error", "message": {"text": "Flask mutation route `api_wave_delete` without `@login_required` \u2014 app.py:120"}, "properties": {"repobilityId": "6c95398130d51410", "scanner": "scanner-primary", "fingerprint": "85096bf9dd71b76c", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py"}, "region": {"startLine": 120}}}]}, {"ruleId": "scanner-d5a5b163de95bdf4", "level": "error", "message": {"text": "Flask mutation route `api_trip_save` without `@login_required` \u2014 app.py:131"}, "properties": {"repobilityId": "07cd9b890a9a7619", "scanner": "scanner-primary", "fingerprint": "d5a5b163de95bdf4", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py"}, "region": {"startLine": 131}}}]}, {"ruleId": "scanner-73a4b60de6532851", "level": "error", "message": {"text": "Flask mutation route `api_trip_delete` without `@login_required` \u2014 app.py:183"}, "properties": {"repobilityId": "d61453a0b0ba45bd", "scanner": "scanner-primary", "fingerprint": "73a4b60de6532851", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py"}, "region": {"startLine": 183}}}]}, {"ruleId": "scanner-8ac682ca338f1820", "level": "error", "message": {"text": "Flask mutation route `api_master_add` without `@login_required` \u2014 app.py:254"}, "properties": {"repobilityId": "b64c86eddf7f3203", "scanner": "scanner-primary", "fingerprint": "8ac682ca338f1820", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py"}, "region": {"startLine": 254}}}]}, {"ruleId": "scanner-56fe3dc93c730365", "level": "error", "message": {"text": "Flask mutation route `api_master_update` without `@login_required` \u2014 app.py:289"}, "properties": {"repobilityId": "aec44783e950a5af", "scanner": "scanner-primary", "fingerprint": "56fe3dc93c730365", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py"}, "region": {"startLine": 289}}}]}, {"ruleId": "scanner-323d801c9bcb10aa", "level": "error", "message": {"text": "Flask mutation route `api_master_toggle` without `@login_required` \u2014 app.py:312"}, "properties": {"repobilityId": "99d5e4ab2649063d", "scanner": "scanner-primary", "fingerprint": "323d801c9bcb10aa", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py"}, "region": {"startLine": 312}}}]}, {"ruleId": "scanner-0494fcd98bfaf575", "level": "error", "message": {"text": "Flask mutation route `api_attendance_set` without `@login_required` \u2014 app.py:479"}, "properties": {"repobilityId": "e7e295ba4f0a9eca", "scanner": "scanner-primary", "fingerprint": "0494fcd98bfaf575", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py"}, "region": {"startLine": 479}}}]}, {"ruleId": "scanner-91e80e01f6711d1c", "level": "error", "message": {"text": "Flask mutation route `api_breakdown_add` without `@login_required` \u2014 app.py:547"}, "properties": {"repobilityId": "ee6929c362967721", "scanner": "scanner-primary", "fingerprint": "91e80e01f6711d1c", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py"}, "region": {"startLine": 547}}}]}, {"ruleId": "scanner-b436af595156a0a6", "level": "error", "message": {"text": "Flask mutation route `api_breakdown_update` without `@login_required` \u2014 app.py:576"}, "properties": {"repobilityId": "c4eeb86119c85a04", "scanner": "scanner-primary", "fingerprint": "b436af595156a0a6", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py"}, "region": {"startLine": 576}}}]}, {"ruleId": "scanner-78ec3fa24f30c29a", "level": "error", "message": {"text": "Flask mutation route `api_breakdown_delete` without `@login_required` \u2014 app.py:600"}, "properties": {"repobilityId": "421d8f1f30d47fb2", "scanner": "scanner-primary", "fingerprint": "78ec3fa24f30c29a", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py"}, "region": {"startLine": 600}}}]}, {"ruleId": "scanner-a875e0c1e9e6f33e", "level": "error", "message": {"text": "Flask mutation route `api_set_user` without `@login_required` \u2014 app.py:633"}, "properties": {"repobilityId": "10058842fef8f9a0", "scanner": "scanner-primary", "fingerprint": "a875e0c1e9e6f33e", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app.py"}, "region": {"startLine": 633}}}]}, {"ruleId": "scanner-f1a2e55fe0e726c3", "level": "error", "message": {"text": "Flask mutation route `api_wave_add` without `@login_required` \u2014 app_v2.py:102"}, "properties": {"repobilityId": "3fb74aa59fac577c", "scanner": "scanner-primary", "fingerprint": "f1a2e55fe0e726c3", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_v2.py"}, "region": {"startLine": 102}}}]}, {"ruleId": "scanner-87259c2239673d66", "level": "error", "message": {"text": "Flask mutation route `api_wave_delete` without `@login_required` \u2014 app_v2.py:124"}, "properties": {"repobilityId": "85ea0e3f38e713ae", "scanner": "scanner-primary", "fingerprint": "87259c2239673d66", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_v2.py"}, "region": {"startLine": 124}}}]}, {"ruleId": "scanner-50ac776025acc653", "level": "error", "message": {"text": "Flask mutation route `api_trip_save` without `@login_required` \u2014 app_v2.py:135"}, "properties": {"repobilityId": "beefdc82b9e15e79", "scanner": "scanner-primary", "fingerprint": "50ac776025acc653", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_v2.py"}, "region": {"startLine": 135}}}]}, {"ruleId": "scanner-32350b203e86048c", "level": "error", "message": {"text": "Flask mutation route `api_trip_delete` without `@login_required` \u2014 app_v2.py:191"}, "properties": {"repobilityId": "9f5cede63cab9e88", "scanner": "scanner-primary", "fingerprint": "32350b203e86048c", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_v2.py"}, "region": {"startLine": 191}}}]}, {"ruleId": "scanner-3dcb86fc4117fdad", "level": "error", "message": {"text": "Flask mutation route `api_master_add` without `@login_required` \u2014 app_v2.py:271"}, "properties": {"repobilityId": "cf99d4d89a1d556f", "scanner": "scanner-primary", "fingerprint": "3dcb86fc4117fdad", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_v2.py"}, "region": {"startLine": 271}}}]}, {"ruleId": "scanner-f68c8f07132220ec", "level": "error", "message": {"text": "Flask mutation route `api_master_update` without `@login_required` \u2014 app_v2.py:306"}, "properties": {"repobilityId": "8ac748b1eab9cb2d", "scanner": "scanner-primary", "fingerprint": "f68c8f07132220ec", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_v2.py"}, "region": {"startLine": 306}}}]}, {"ruleId": "scanner-bedce4a7c3793be0", "level": "error", "message": {"text": "Flask mutation route `api_master_toggle` without `@login_required` \u2014 app_v2.py:329"}, "properties": {"repobilityId": "812f62feb9ff2226", "scanner": "scanner-primary", "fingerprint": "bedce4a7c3793be0", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_v2.py"}, "region": {"startLine": 329}}}]}, {"ruleId": "scanner-09e91e23a6472fbc", "level": "error", "message": {"text": "Flask mutation route `api_attendance_set` without `@login_required` \u2014 app_v2.py:506"}, "properties": {"repobilityId": "be03410886740eea", "scanner": "scanner-primary", "fingerprint": "09e91e23a6472fbc", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_v2.py"}, "region": {"startLine": 506}}}]}, {"ruleId": "scanner-1270d5e0d5bf3e0c", "level": "error", "message": {"text": "Flask mutation route `api_breakdown_add` without `@login_required` \u2014 app_v2.py:581"}, "properties": {"repobilityId": "cc540aa8063d8c87", "scanner": "scanner-primary", "fingerprint": "1270d5e0d5bf3e0c", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_v2.py"}, "region": {"startLine": 581}}}]}, {"ruleId": "scanner-167aa9f22b9b6d81", "level": "error", "message": {"text": "Flask mutation route `api_breakdown_update` without `@login_required` \u2014 app_v2.py:610"}, "properties": {"repobilityId": "f8362b4197aec61f", "scanner": "scanner-primary", "fingerprint": "167aa9f22b9b6d81", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_v2.py"}, "region": {"startLine": 610}}}]}, {"ruleId": "scanner-919f510262cf47a7", "level": "error", "message": {"text": "Flask mutation route `api_breakdown_delete` without `@login_required` \u2014 app_v2.py:639"}, "properties": {"repobilityId": "ad366bca60b51fdf", "scanner": "scanner-primary", "fingerprint": "919f510262cf47a7", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_v2.py"}, "region": {"startLine": 639}}}]}, {"ruleId": "scanner-6bb447fdbc6ad1cf", "level": "error", "message": {"text": "Flask mutation route `api_set_user` without `@login_required` \u2014 app_v2.py:673"}, "properties": {"repobilityId": "f3879fc2cfd481fc", "scanner": "scanner-primary", "fingerprint": "6bb447fdbc6ad1cf", "layer": "security", "severity": "high", "confidence": 1.0, "tags": ["auth", "owasp", "auth.flask.unauth_route"]}, "locations": [{"physicalLocation": {"artifactLocation": {"uri": "app_v2.py"}, "region": {"startLine": 673}}}]}]}]}