From 81c15b1bbfa174f8bd2bb12005be5c847b3b67b6 Mon Sep 17 00:00:00 2001 From: Gaurav Aggarwal Date: Thu, 3 Oct 2024 11:58:04 +0000 Subject: [PATCH] Fix link verifier Signed-off-by: Gaurav Aggarwal --- .github/third_party_tools.md | 2 +- examples/coverity/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/third_party_tools.md b/.github/third_party_tools.md index afe84b257..09bd6d62c 100644 --- a/.github/third_party_tools.md +++ b/.github/third_party_tools.md @@ -11,4 +11,4 @@ team. | Tool | Website | Getting Started | |------|---------|-----------------| | Code Sonar | [Link](https://codesecure.com/our-products/codesonar/) | [Link](https://github.com/CodeSecure-SE/FreeRTOS-Kernel/blob/main/examples/codesonar/README.md) | -| Coverity | [Link](https://www.synopsys.com/software-integrity/security-testing/static-analysis-sast.html) | [Link](../examples/coverity/README.md) | +| Coverity | [Link](https://www.blackduck.com/static-analysis-tools-sast/coverity.html) | [Link](../examples/coverity/README.md) | diff --git a/examples/coverity/README.md b/examples/coverity/README.md index 967f33dca..367c1d6e8 100644 --- a/examples/coverity/README.md +++ b/examples/coverity/README.md @@ -1,6 +1,6 @@ # MISRA Compliance for FreeRTOS-Kernel FreeRTOS-Kernel is MISRA C:2012 compliant. This directory contains a project to -run [Synopsys Coverity](https://www.synopsys.com/software-integrity/security-testing/static-analysis-sast.html) +run [Synopsys Coverity](https://www.blackduck.com/static-analysis-tools-sast/coverity.html) for checking MISRA compliance. > **Note**