Loading...
Loading...
Compare original and translation side by side
.gitlab-ci.yml.gitlab-ci.ymlundefinedundefinedundefinedundefined.gitlab/sast-ruleset.toml[semgrep]
[[semgrep.ruleset]]
dirs = ["src"]
[[semgrep.passthrough]]
type = "url"
target = "/sgrep-rules/custom-rules.yml"
value = "https://semgrep.dev/p/owasp-top-ten"
[[semgrep.passthrough]]
type = "url"
target = "/sgrep-rules/java-rules.yml"
value = "https://semgrep.dev/p/java".gitlab/sast-ruleset.toml[semgrep]
[[semgrep.ruleset]]
dirs = ["src"]
[[semgrep.passthrough]]
type = "url"
target = "/sgrep-rules/custom-rules.yml"
value = "https://semgrep.dev/p/owasp-top-ten"
[[semgrep.passthrough]]
type = "url"
target = "/sgrep-rules/java-rules.yml"
value = "https://semgrep.dev/p/java"SAST_INCREMENTAL: "true"allow_failure: falseSAST_INCREMENTAL: "true"allow_failure: false| Metric | Description | Target |
|---|---|---|
| Pipeline security coverage | Percentage of projects with all scanners enabled | > 95% |
| Critical vulnerability MTTR | Time from detection to resolution for critical findings | < 48 hours |
| False positive rate | Percentage of dismissed-as-false-positive findings | < 15% |
| Secret detection block rate | Percentage of secret commits blocked by push rules | > 99% |
| 指标 | 描述 | 目标 |
|---|---|---|
| 流水线安全覆盖率 | 启用所有扫描器的项目占比 | > 95% |
| 严重漏洞平均修复时间 | 从检测到解决严重漏洞的时间 | < 48小时 |
| 误报率 | 被驳回为误报的发现占比 | < 15% |
| 密钥检测拦截率 | 被推送规则拦截的密钥提交占比 | > 99% |