-
Notifications
You must be signed in to change notification settings - Fork 38
feat: improve pairing security requirements #884
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat: improve pairing security requirements #884
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for your first PR. We really appreciate it!
Dependency ReviewThe following issues were found:
Snapshot WarningsConsider enabling retry-on-snapshot-warnings. See the documentation for more information and troubleshooting advice. License Issuescmake/emil_test_helpers.cmake
external/crypto/tiny-aes128/CMakeLists.txt
osal/threadx/CMakeLists.txt
external/crypto/mbedtls/CMakeLists.txt
lwip/lwip/CMakeLists.txt
external/args/CMakeLists.txt
external/protobuf/CMakeLists.txt
external/segger_rtt/CMakeLists.txt
osal/freertos/CMakeLists.txt
infra/syntax/CMakeLists.txt
external/crypto/micro-ecc/CMakeLists.txt
OpenSSF ScorecardScorecard details
Scanned Files
|
🦙 MegaLinter status:
|
Descriptor | Linter | Files | Fixed | Errors | Warnings | Elapsed time |
---|---|---|---|---|---|---|
✅ ACTION | actionlint | 12 | 0 | 0 | 0.26s | |
✅ CPP | clang-format | 1028 | 8 | 0 | 0 | 6.74s |
✅ DOCKERFILE | hadolint | 2 | 0 | 0 | 0.38s | |
✅ JSON | jsonlint | 7 | 0 | 0 | 0.17s | |
✅ JSON | prettier | 7 | 0 | 0 | 0 | 0.62s |
markdownlint | 6 | 0 | 4 | 0 | 1.14s | |
markdown-link-check | 6 | 2 | 0 | 183.29s | ||
✅ MARKDOWN | markdown-table-formatter | 6 | 0 | 0 | 0 | 0.22s |
✅ REPOSITORY | checkov | yes | no | no | 20.51s | |
✅ REPOSITORY | git_diff | yes | no | no | 0.05s | |
✅ REPOSITORY | grype | yes | no | no | 24.12s | |
✅ REPOSITORY | ls-lint | yes | no | no | 0.06s | |
✅ REPOSITORY | secretlint | yes | no | no | 6.01s | |
✅ REPOSITORY | syft | yes | no | no | 1.38s | |
✅ REPOSITORY | trivy | yes | no | no | 6.8s | |
✅ REPOSITORY | trivy-sbom | yes | no | no | 0.17s | |
✅ REPOSITORY | trufflehog | yes | no | no | 4.48s | |
lychee | 138 | 2 | 0 | 8.08s | ||
prettier | 22 | 1 | 1 | 0 | 0.79s | |
✅ YAML | v8r | 22 | 0 | 0 | 6.19s | |
✅ YAML | yamllint | 22 | 0 | 0 | 0.58s |
See detailed report in MegaLinter reports
|
virtual void | ||
Pair() = 0; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
virtual void | |
Pair() = 0; | |
virtual void Pair() = 0; |
Improve support for secure ble pairing.
related to philips-software/amp-hal-st#573