This website works better with JavaScript.
Explore
Help
Sign In
pfqgauxfb
/
code-analysis
Watch
1
Star
0
Fork
You've already forked code-analysis
1
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
first commit: upload Report-Generation
Browse Source
main
pfqgauxfb
7 months ago
parent
56bd09304c
commit
8c96cb3ca8
75 changed files
with
0 additions
and
0 deletions
Show all changes
Ignore whitespace when comparing lines
Ignore changes in amount of whitespace
Ignore changes in whitespace at EOL
Show Stats
Download Patch File
Download Diff File
0
cppcheck.tar.gz → cppcheck-2.14.0/cppcheck.tar.gz
Unescape
Escape
View File
0
.gitignore → front/.gitignore
vendored
Unescape
Escape
View File
0
DEPLOYMENT.md → front/DEPLOYMENT.md
Unescape
Escape
View File
0
README.md → front/README.md
Unescape
Escape
View File
0
backend/app/__init__.py → front/backend/app/__init__.py
Unescape
Escape
View File
0
backend/app/api/__init__.py → front/backend/app/api/__init__.py
Unescape
Escape
View File
0
backend/app/api/files.py → front/backend/app/api/files.py
Unescape
Escape
View File
0
backend/app/api/projects.py → front/backend/app/api/projects.py
Unescape
Escape
View File
0
backend/app/api/reports.py → front/backend/app/api/reports.py
Unescape
Escape
View File
0
backend/app/api/scans.py → front/backend/app/api/scans.py
Unescape
Escape
View File
0
backend/app/api/vulnerabilities.py → front/backend/app/api/vulnerabilities.py
Unescape
Escape
View File
0
backend/app/core/__init__.py → front/backend/app/core/__init__.py
Unescape
Escape
View File
0
backend/app/core/analyzers/__init__.py → front/backend/app/core/analyzers/__init__.py
Unescape
Escape
View File
0
backend/app/core/analyzers/base_analyzer.py → front/backend/app/core/analyzers/base_analyzer.py
Unescape
Escape
View File
0
backend/app/core/analyzers/cpp_analyzer.py → front/backend/app/core/analyzers/cpp_analyzer.py
Unescape
Escape
View File
0
backend/app/core/analyzers/javascript_analyzer.py → front/backend/app/core/analyzers/javascript_analyzer.py
Unescape
Escape
View File
0
backend/app/core/analyzers/python_analyzer.py → front/backend/app/core/analyzers/python_analyzer.py
Unescape
Escape
View File
0
backend/app/database/__init__.py → front/backend/app/database/__init__.py
Unescape
Escape
View File
0
backend/app/models/__init__.py → front/backend/app/models/__init__.py
Unescape
Escape
View File
0
backend/app/models/project.py → front/backend/app/models/project.py
Unescape
Escape
View File
0
backend/app/models/scan.py → front/backend/app/models/scan.py
Unescape
Escape
View File
0
backend/app/models/vulnerability.py → front/backend/app/models/vulnerability.py
Unescape
Escape
View File
0
backend/app/schemas/__init__.py → front/backend/app/schemas/__init__.py
Unescape
Escape
View File
0
backend/app/schemas/project.py → front/backend/app/schemas/project.py
Unescape
Escape
View File
0
backend/app/schemas/scan.py → front/backend/app/schemas/scan.py
Unescape
Escape
View File
0
backend/app/schemas/vulnerability.py → front/backend/app/schemas/vulnerability.py
Unescape
Escape
View File
0
backend/app/services/__init__.py → front/backend/app/services/__init__.py
Unescape
Escape
View File
0
backend/app/services/ai_service.py → front/backend/app/services/ai_service.py
Unescape
Escape
View File
0
backend/app/services/analyzer_service.py → front/backend/app/services/analyzer_service.py
Unescape
Escape
View File
0
backend/app/services/dashboard_service.py → front/backend/app/services/dashboard_service.py
Unescape
Escape
View File
0
backend/app/services/report_service.py → front/backend/app/services/report_service.py
Unescape
Escape
View File
0
backend/app/services/scan_service.py → front/backend/app/services/scan_service.py
Unescape
Escape
View File
0
backend/app/templates/scan_report.html → front/backend/app/templates/scan_report.html
Unescape
Escape
View File
0
backend/app/utils/__init__.py → front/backend/app/utils/__init__.py
Unescape
Escape
View File
0
backend/app/utils/config.py → front/backend/app/utils/config.py
Unescape
Escape
View File
0
backend/init_db.py → front/backend/init_db.py
Unescape
Escape
View File
0
backend/main.py → front/backend/main.py
Unescape
Escape
View File
0
backend/requirements.txt → front/backend/requirements.txt
Unescape
Escape
View File
0
debug_backend.py → front/debug_backend.py
Unescape
Escape
View File
0
frontend/package-lock.json → front/frontend/package-lock.json
generated
Unescape
Escape
View File
0
frontend/package.json → front/frontend/package.json
Unescape
Escape
View File
0
frontend/public/index.html → front/frontend/public/index.html
Unescape
Escape
View File
0
frontend/src/App.css → front/frontend/src/App.css
Unescape
Escape
View File
0
frontend/src/App.tsx → front/frontend/src/App.tsx
Unescape
Escape
View File
0
frontend/src/components/CodeEditor/CodeEditor.css → front/frontend/src/components/CodeEditor/CodeEditor.css
Unescape
Escape
View File
0
frontend/src/components/CodeEditor/CodeEditor.tsx → front/frontend/src/components/CodeEditor/CodeEditor.tsx
Unescape
Escape
View File
0
frontend/src/components/Layout/Layout.tsx → front/frontend/src/components/Layout/Layout.tsx
Unescape
Escape
View File
0
frontend/src/index.css → front/frontend/src/index.css
Unescape
Escape
View File
0
frontend/src/index.tsx → front/frontend/src/index.tsx
Unescape
Escape
View File
0
frontend/src/pages/CodeEditor.tsx → front/frontend/src/pages/CodeEditor.tsx
Unescape
Escape
View File
0
frontend/src/pages/Dashboard.tsx → front/frontend/src/pages/Dashboard.tsx
Unescape
Escape
View File
0
frontend/src/pages/Projects.tsx → front/frontend/src/pages/Projects.tsx
Unescape
Escape
View File
0
frontend/src/pages/Reports.tsx → front/frontend/src/pages/Reports.tsx
Unescape
Escape
View File
0
frontend/src/pages/Scans.tsx → front/frontend/src/pages/Scans.tsx
Unescape
Escape
View File
0
frontend/src/services/api.ts → front/frontend/src/services/api.ts
Unescape
Escape
View File
0
frontend/src/types/index.ts → front/frontend/src/types/index.ts
Unescape
Escape
View File
0
frontend/tsconfig.json → front/frontend/tsconfig.json
Unescape
Escape
View File
0
frontend_features_summary.md → front/frontend_features_summary.md
Unescape
Escape
View File
0
git_upload_guide.md → front/git_upload_guide.md
Unescape
Escape
View File
0
sample_project/config.txt → front/sample_project/config.txt
Unescape
Escape
View File
0
sample_project/main.py → front/sample_project/main.py
Unescape
Escape
View File
0
sample_project/utils.py → front/sample_project/utils.py
Unescape
Escape
View File
0
start_all.bat → front/start_all.bat
Unescape
Escape
View File
0
start_all.ps1 → front/start_all.ps1
Unescape
Escape
View File
0
start_backend.bat → front/start_backend.bat
Unescape
Escape
View File
0
start_backend_only.bat → front/start_backend_only.bat
Unescape
Escape
View File
0
start_frontend.bat → front/start_frontend.bat
Unescape
Escape
View File
0
start_simple.bat → front/start_simple.bat
Unescape
Escape
View File
0
start_system.bat → front/start_system.bat
Unescape
Escape
View File
0
test.py → front/test.py
Unescape
Escape
View File
0
test_api.py → front/test_api.py
Unescape
Escape
View File
0
test_backend.bat → front/test_backend.bat
Unescape
Escape
View File
0
test_frontend.bat → front/test_frontend.bat
Unescape
Escape
View File
0
文档模板:软件需求规格说明书(1).docx → front/文档模板:软件需求规格说明书(1).docx
Unescape
Escape
View File
0
结果.txt → front/结果.txt
Unescape
Escape
View File
Write
Preview
Loading…
Cancel
Save
Reference in new issue
Repository
pfqgauxfb/code-analysis
Title
Body
Create Issue