mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-19 21:11:57 -04:00
Fix link verifier
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
472b9d2f63
commit
81c15b1bbf
2
.github/third_party_tools.md
vendored
2
.github/third_party_tools.md
vendored
|
@ -11,4 +11,4 @@ team.
|
||||||
| Tool | Website | Getting Started |
|
| 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) |
|
| 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) |
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# MISRA Compliance for FreeRTOS-Kernel
|
# MISRA Compliance for FreeRTOS-Kernel
|
||||||
FreeRTOS-Kernel is MISRA C:2012 compliant. This directory contains a project to
|
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.
|
for checking MISRA compliance.
|
||||||
|
|
||||||
> **Note**
|
> **Note**
|
||||||
|
|
Loading…
Reference in a new issue