Skip to content

rec: Backport Keytrap to rec-5.0.x #11099

rec: Backport Keytrap to rec-5.0.x

rec: Backport Keytrap to rec-5.0.x #11099

Triggered via pull request February 13, 2024 12:01
Status Failure
Total duration 46m 20s
Artifacts

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Check whether clang-tidy succeeded
0s
Check whether clang-tidy succeeded
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 12 warnings
Check whether clang-tidy succeeded
Rec clang-tidy failed
Check whether clang-tidy succeeded
Process completed with exit code 1.
Analyze (cpp, rec)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: github/codeql-action/init@v2, github/codeql-action/analyze@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Analyze (cpp, rec)
CodeQL Action v2 will be deprecated on December 5th, 2024. Please update all occurrences of the CodeQL Action in your workflow files to v3. For more information, see https://github.blog/changelog/2024-01-12-code-scanning-deprecation-of-codeql-action-v2/
Analyze (cpp, rec): pdns/validate.cc#L508
performing an implicit widening conversion to type 'uint64_t' (aka 'unsigned long') of a multiplication performed in type 'int' (bugprone-implicit-widening-of-multiplication-result - Level=Warning)
Analyze (cpp, rec): pdns/validate.cc#L1150
function 'validateDNSKeysAgainstDS' has cognitive complexity of 86 (threshold 75) (readability-function-cognitive-complexity - Level=Warning)
Analyze (cpp, rec): pdns/recursordist/test-syncres_cc5.cc#L1248
variable name 'sr' is too short, expected at least 3 characters (readability-identifier-length - Level=Warning)
Analyze (cpp, rec): pdns/recursordist/test-syncres_cc5.cc#L1266
an exception may be thrown in function '' which should not throw exceptions (bugprone-exception-escape - Level=Warning)
Analyze (cpp, rec): pdns/recursordist/test-syncres_cc5.cc#L1266
parameter name 'ip' is too short, expected at least 3 characters (readability-identifier-length - Level=Warning)
Analyze (cpp, rec): pdns/recursordist/test-syncres_cc5.cc#L1266
the parameter #9 is copied for each invocation but only used as a const reference; consider making it a const reference (performance-unnecessary-value-param - Level=Warning)
Analyze (cpp, rec): pdns/recursordist/test-syncres_cc5.cc#L1290
do not use 'else' after 'return' (readability-else-after-return - Level=Warning)
Analyze (cpp, rec): pdns/recursordist/test-syncres_cc5.cc#L1299
do not use 'else' after 'return' (readability-else-after-return - Level=Warning)
Analyze (cpp, rec): pdns/recursordist/test-syncres_cc5.cc#L1338
variable name 'sr' is too short, expected at least 3 characters (readability-identifier-length - Level=Warning)
Analyze (cpp, rec): pdns/recursordist/test-syncres_cc5.cc#L1356
an exception may be thrown in function '' which should not throw exceptions (bugprone-exception-escape - Level=Warning)