Skip to content

Commit 41a36a4

Browse files
author
Satbir Singh
committed
fix(SAFE-T1004): use relative paths for Related Techniques links
Changed from absolute paths (techniques/SAFE-TXXXX/README.md) to relative paths (../SAFE-TXXXX/README.md) to match the format used by other techniques in the repository. This ensures links work correctly when viewing files in GitHub's web interface. Signed-off-by: Satbir Singh <satbisin@cisco.com>
1 parent 6f2e59a commit 41a36a4

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

techniques/SAFE-T1004/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,10 +284,10 @@ tags:
284284
- Enhance discovery service security with cryptographic verification
285285
286286
## Related Techniques
287-
- [SAFE-T1002](techniques/SAFE-T1002/README.md) – Supply Chain Compromise (related but focuses on package compromise rather than server impersonation)
288-
- [SAFE-T1003](techniques/SAFE-T1003/README.md) – Malicious MCP-Server Distribution (related but involves creating new malicious servers rather than impersonating existing ones)
289-
- [SAFE-T1008](techniques/SAFE-T1008/README.md) – Tool Shadowing Attack (related technique involving tool-level impersonation rather than server-level)
290-
- [SAFE-T1301](techniques/SAFE-T1301/README.md) – Cross-Server Tool Shadowing (similar concept applied at tool level)
287+
- [SAFE-T1002](../SAFE-T1002/README.md) – Supply Chain Compromise (related but focuses on package compromise rather than server impersonation)
288+
- [SAFE-T1003](../SAFE-T1003/README.md) – Malicious MCP-Server Distribution (related but involves creating new malicious servers rather than impersonating existing ones)
289+
- [SAFE-T1008](../SAFE-T1008/README.md) – Tool Shadowing Attack (related technique involving tool-level impersonation rather than server-level)
290+
- [SAFE-T1301](../SAFE-T1301/README.md) – Cross-Server Tool Shadowing (similar concept applied at tool level)
291291
292292
## References
293293
- [Model Context Protocol Specification](https://modelcontextprotocol.io/specification)

0 commit comments

Comments
 (0)