Skip to content

JWT ignore validate aud & iat #1477

JWT ignore validate aud & iat

JWT ignore validate aud & iat #1477

Triggered via pull request April 26, 2023 08:29
Status Failure
Total duration 3m 56s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

codeql-analysis.yml

on: pull_request
Matrix: Analyze
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Analyze (cpp)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (cpp)
We were unable to automatically build your code. Please replace the call to the autobuild action with your custom build steps. Failure invoking /opt/hostedtoolcache/CodeQL/0.0.0-20230105/x64/codeql/cpp/tools/autobuild.sh with arguments . Exit code 1 and error was: + TOOLS_DIR=/opt/hostedtoolcache/CodeQL/0.0.0-20230105/x64/codeql/cpp/tools + /opt/hostedtoolcache/CodeQL/0.0.0-20230105/x64/codeql/cpp/tools/detect_source_root + '[' -L _lgtm_detected_source_root ']' ++ readlink _lgtm_detected_source_root + cd . + export CXXFLAGS=-fpermissive + CXXFLAGS=-fpermissive + configure_prefix_opt= + '[' -f configure.ac ']' + '[' -f configure.in ']' + '[' -f CMakeLists.txt ']' + mkdir -p _lgtm_build_dir + cd _lgtm_build_dir + CMAKE_WRAPPER=/opt/work/autobuild/cmake-wrapper + '[' -x /opt/work/autobuild/cmake-wrapper ']' + CMAKE_WRAPPER=cmake + cmake -DCMAKE_VERBOSE_MAKEFILE=ON -DBUILD_DOCS=OFF -DCATKIN_ENABLE_TESTING=OFF -DBUILD_DOCUMENTATION=OFF -DCMAKE_BUILD_TYPE=Release -DCMAKE_CXX_FLAGS=-fpermissive .. -- NanoMQ versions -- -- Build NanoMQ with ACL support -- -- MODE [Release] -- Check MQTT_QUIC_CLIENT support: OFF Install prefix: /usr/local CMake Warning: Manually-specified variables were not used by the project: BUILD_DOCS BUILD_DOCUMENTATION CATKIN_ENABLE_TESTING + exit 0 + export VERBOSE=1 + VERBOSE=1 + '[' -L _lgtm_detected_source_root ']' ++ readlink _lgtm_detected_source_root + cd . + '[' -d _lgtm_build_dir ']' + cd _lgtm_build_dir + '[' -f SConstruct ']' + '[' -f wscript ']' + '[' -f Makefile ']' + make /home/runner/work/nanomq/nanomq/nng/src/mqtt/protocol/mqtt/mqtt_client.c: In function ‘mqtt_timer_cb’: /home/runner/work/nanomq/nanomq/nng/src/mqtt/protocol/mqtt/mqtt_client.c:574:20: warning: unused variable ‘pid’ [-Wunused-variable] 574 | uint16_t pid = p->rid; | ^~~ /home/runner/work/nanomq/nanomq/nng/src/mqtt/protocol/mqtt/mqtt_client.c:573:20: warning: unused variable ‘aio’ [-Wunused-variable] 573 | nni_aio * aio; | ^~~ /home/runner/work/nanomq/nanomq/nng/src/mqtt/protocol/mqtt/mqtt_client.c:572:20: warning: unused variable ‘msg’ [-Wunused-variable] 572 | nni_msg * msg = NULL; | ^~~ /home/runner/work/nanomq/nanomq/nng/src/mqtt/protocol/mqtt/mqtt_client.c: In function ‘mqtt_ctx_send’: /home/runner/work/nanomq/nanomq/nng/src/mqtt/protocol/mqtt/mqtt_client.c:950:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 950 | if (qos == 0) { | ^ /home/runner/work/nanomq/nanomq/nng/src/mqtt/protocol/mqtt/mqtt_client.c:953:9: note: here 953 | case NNG_MQTT_SUBSCRIBE: | ^~~~ /home/runner/work/nanomq/nanomq/nng/src/mqtt/protocol/mqtt/mqttv5_client.c: In function ‘mqtt_timer_cb’: /home/runner/work/nanomq/nanomq/nng/src/mqtt/protocol/mqtt/mqttv5_client.c:561:20: warning: unused variable ‘pid’ [-Wunused-variable] 561 | uint16_t pid = p->rid; | ^~~ /home/runner/work/nanomq/nanomq/nng/src/mqtt/protocol/mqtt/mqttv5_client.c:560:20: warning: unused variable ‘aio’ [-Wunused-variable] 560 | nni_aio * aio; | ^~~ /home/runner/work/nanomq/nanomq/nng/src/mqtt/protocol/mqtt/mqttv5_client.c:559:20: warning: unused variable ‘msg’ [-Wunused-variable] 559 | nni_msg * msg; | ^~~ /home/runner/work/nanomq/nanomq/nng/src/mqtt/protocol/mqtt/mqttv5_client.c: In function ‘mqtt_ctx_send’: /home/runner/work/nanomq/nanomq/nng/src/mqtt/protocol/mqtt/mqttv5_client.c:965:20: warning: this statement may fall through [-Wimplicit-fallthrough=] 965 | if (qos == 0) { | ^ /home/runner/work/nanomq/nanomq/nng/src/mqtt/protocol/mqtt/mqttv5_client.c:968:9: note: here 968 | case NNG_MQTT_SUBSCRIBE: | ^~~~ /home/runner/work/nanomq/nanomq/nng/src/mqtt/transport/tcp/mqtt_tcp.c: In function ‘mqtt_tcptran_pipe_send_start’: /home/runner/work/nanomq/nanomq/nng/src/mqtt/transport/tcp/mq
Analyze (cpp)
This version of the CodeQL Action was deprecated on January 18th, 2023, and is no longer updated or supported. For better performance, improved security, and new features, upgrade to v2. For more information, see https://github.blog/changelog/2023-01-18-code-scanning-codeql-action-v1-is-now-deprecated/
Analyze (cpp)
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: github/codeql-action/init@v1, github/codeql-action/autobuild@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.