Skip to content

Commit 602ac99

Browse files
Fix Security
1 parent be94c23 commit 602ac99

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ Run these checks to verify everything is working:
188188
"url": "https://eu.ast.checkmarx.net/api/security-mcp/mcp", // Real URL
189189
"headers": {
190190
"cx-origin": "Kiro",
191-
"Authorization": "eyJ..." // Real token
191+
"Authorization": "<Checkmarx_one_API_key>" // Real token
192192
}
193193
}
194194
}
@@ -246,8 +246,6 @@ This repository includes standard FOSS governance files:
246246
- [LICENSE](LICENSE)
247247
- [Code of Conduct](CODE_OF_CONDUCT.md)
248248
- [Contributing Guide](CONTRIBUTING.md)
249-
- [Security Policy](SECURITY.md)
250-
- [Vulnerability Report Form](VULNERABILITY_REPORT.md)
251249
- [Maintainers](MAINTAINERS.md)
252250
- [Code Owners](.github/CODEOWNERS)
253251

0 commit comments

Comments
 (0)