Feat/scenario dashboard#15
Merged
Merged
Conversation
Contributor
|
| 파일 | 상태 | +추가 | -삭제 |
|---|---|---|---|
ExtAnalysis/reports.json |
수정 | +7 | -0 |
embedding/base/ad_frame_inline_injection.json |
수정 | +40 | -10 |
embedding/base/ad_fraud_session_replay.json |
수정 | +30 | -8 |
embedding/base/affiliate_cookie_stuffing.json |
수정 | +30 | -8 |
embedding/base/anti_debugging_trace_removal.json |
수정 | +19 | -6 |
embedding/base/browser_automation_remote_control.json |
수정 | +25 | -6 |
embedding/base/browser_fingerprinting_environment_collection.json |
수정 | +28 | -8 |
embedding/base/browsing_profile_exfiltration.json |
수정 | +39 | -10 |
embedding/base/c2_response_dom_innerhtml_injection.json |
수정 | +31 | -6 |
embedding/base/console_method_silencing_override.json |
수정 | +16 | -5 |
embedding/base/dnr_security_header_bypass.json |
수정 | +33 | -6 |
embedding/base/dynamic_config_polling_remote_interval.json |
수정 | +59 | -15 |
embedding/base/input_change_event_collection.json |
수정 | +37 | -10 |
embedding/base/oauth_profile_collection_exfiltration.json |
수정 | +38 | -8 |
embedding/base/page_screenshot_or_content_capture.json |
수정 | +31 | -8 |
embedding/base/popunder_ad_tab_injection.json |
수정 | +30 | -9 |
embedding/base/remote_browser_control_debugger_scripting.json |
수정 | +23 | -6 |
embedding/base/remote_dom_event_content_manipulation.json |
수정 | +73 | -16 |
embedding/base/session_reinjection_local_storage_overwrite.json |
수정 | +36 | -8 |
embedding/base/session_storage_exfiltration_document_start.json |
수정 | +57 | -11 |
embedding/base/session_storage_exfiltration_reference.json |
수정 | +57 | -16 |
embedding/base/startup_c2_backdoor_tabs_create.json |
수정 | +34 | -7 |
embedding/base/tabs_capture_visible_tab_exfiltration.json |
수정 | +36 | -11 |
embedding/base/translation_proxy_user_text_exfiltration.json |
수정 | +37 | -7 |
embedding/base/webmail_dom_content_tampering.json |
수정 | +33 | -10 |
embedding/base/webmail_dom_surveillance_collection.json |
수정 | +45 | -11 |
embedding/base/websocket_c2_remote_control.json |
수정 | +39 | -10 |
embedding/embedding.json |
수정 | +1024 | -1024 |
embedding/pgvector_store.py |
수정 | +9 | -0 |
embedding/scenario_router.py |
신규 | +247 | -0 |
main.py |
수정 | +4 | -0 |
🆕 신규 추가된 함수 / 클래스 / 엔드포인트
embedding/pgvector_store.py— clear_vectorsembedding/scenario_router.py— _behavior_tagsembedding/scenario_router.py— _derive_fixed_idembedding/scenario_router.py— _doc_path_forembedding/scenario_router.py— _existing_idsembedding/scenario_router.py— _find_by_idembedding/scenario_router.py— _is_builtinembedding/scenario_router.py— _is_valid_idembedding/scenario_router.py— _iter_scenariosembedding/scenario_router.py— _load_scenarioembedding/scenario_router.py— _new_unique_idembedding/scenario_router.py— _read_docembedding/scenario_router.py— _scenario_id_ofembedding/scenario_router.py— db_statusembedding/scenario_router.py— delete_scenarioembedding/scenario_router.py— get_scenarioembedding/scenario_router.py— list_scenariosembedding/scenario_router.py— reload_scenariosembedding/scenario_router.py— upload_scenario
🔎 발견된 이슈
| 심각도 | 분류 | 파일 | 줄 | 내용 |
|---|---|---|---|---|
| 🔴 HIGH | 의존성 | requirements.txt |
0 | import embedding 추가됐으나 requirements.txt에 없음 |
| 🔴 HIGH | 의존성 | requirements.txt |
0 | import secrets 추가됐으나 requirements.txt에 없음 |
| 🟠 MEDIUM | 복잡도 | main.py |
389 | 함수 _run_vscode_scan 길이 114줄 (권장 80줄 이하) |
| 🟠 MEDIUM | 복잡도 | main.py |
507 | 함수 scan 길이 705줄 (권장 80줄 이하) |
| 🟡 LOW | 위험 패턴 | main.py |
870 | 파일 쓰기 — 경로 검증 여부 확인 필요 |
| 🟡 LOW | 위험 패턴 | main.py |
873 | 파일 쓰기 — 경로 검증 여부 확인 필요 |
| 🟡 LOW | 위험 패턴 | main.py |
876 | 파일 쓰기 — 경로 검증 여부 확인 필요 |
| 🟡 LOW | 위험 패턴 | main.py |
879 | 파일 쓰기 — 경로 검증 여부 확인 필요 |
| 🟡 LOW | 위험 패턴 | main.py |
882 | 파일 쓰기 — 경로 검증 여부 확인 필요 |
| 🟡 LOW | 위험 패턴 | main.py |
885 | 파일 쓰기 — 경로 검증 여부 확인 필요 |
| 🟡 LOW | 복잡도 | main.py |
507 | 함수 scan 중첩 깊이 6 (권장 5 이하) |
📋 PM 판단 요약
총 31개 파일 변경. 신규 심볼 19개 추가. 발견된 이슈: 🚫 BLOCK 0건 / 🔴 HIGH 2건 / 🟠 MEDIUM 2건 / 🟡 LOW 7건.
🤖 자동 생성 — Code Review Pipeline (Static Analysis)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.