19 lines
570 B
YAML
19 lines
570 B
YAML
project_name: bibimbap
|
|
language: java
|
|
build_system: maven
|
|
frameworks:
|
|
- Spring Boot
|
|
- JSP
|
|
- MyBatis
|
|
package_type: war
|
|
docs:
|
|
index: docs/index.md
|
|
latest_analysis: docs/analysis/2026-06-16-project-analysis.md
|
|
security_checklist: docs/security/security-remediation-checklist.md
|
|
guidelines:
|
|
- For documentation-only analysis, do not modify src/ or pom.xml.
|
|
- Record security findings with file:line evidence.
|
|
- Prefer rg for code and document search.
|
|
- Preserve user changes in the working tree.
|
|
- Split security remediation into small PRs with tests.
|