You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
Copy file name to clipboardExpand all lines: techniques/SAFE-T1004/README.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -284,10 +284,10 @@ tags:
284
284
- Enhance discovery service security with cryptographic verification
285
285
286
286
## 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)
- [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)
0 commit comments