Only access Zephyr thread stats info when it's available (#3962)

This commit is contained in:
TianlongLiang
2024-12-19 14:26:34 +08:00
committed by GitHub
parent 09c2abde4a
commit 932eb5d9e5
3 changed files with 14 additions and 1 deletions

View File

@ -50,3 +50,10 @@ name = "vite"
ecosystem = "npm"
ignore = true
reason = "Development server not exposed to untrusted networks"
# GHSA-mwcw-c2x4-8c55
[[PackageOverrides]]
name = "nanoid"
ecosystem = "npm"
ignore = true
reason = "Accepted known vulnerabilities for testing purposes"