更新: 359 个文件 - 2026-03-16 23:30:01

这个提交包含在:
hao
2026-03-16 23:30:01 -07:00
父节点 527990f535
当前提交 2974cd9ad9
修改 359 个文件,包含 6332 行新增673 行删除

查看文件

@@ -0,0 +1,30 @@
profile_id: template-injection-generic
match_rules:
keywords:
- template injection
- ssti
vuln_family: template-injection
provisioning_mode: synthetic
artifact_source:
strategy: source-or-synthetic
required_services:
- app
seed_actions:
- kind: note
message: Keep expressions inert and avoid destructive primitives by default.
baseline_actions:
- kind: http-get
path: /
attack_actions:
- kind: note
message: Validate expression evaluation with benign markers.
browser_assertions:
required: false
success_criteria:
- Template evaluation path is proven with harmless marker output.
cleanup_policy: destroy
destructive_risk: medium
allowed_target_types:
- lab-local
- lab-public
- authorized-third-party