|
| 1 | +.. _codeql-cli-2.21.3: |
| 2 | + |
| 3 | +========================== |
| 4 | +CodeQL 2.21.3 (2025-05-15) |
| 5 | +========================== |
| 6 | + |
| 7 | +.. contents:: Contents |
| 8 | + :depth: 2 |
| 9 | + :local: |
| 10 | + :backlinks: none |
| 11 | + |
| 12 | +This is an overview of changes in the CodeQL CLI and relevant CodeQL query and library packs. For additional updates on changes to the CodeQL code scanning experience, check out the `code scanning section on the GitHub blog <https://github.blog/tag/code-scanning/>`__, `relevant GitHub Changelog updates <https://github.blog/changelog/label/code-scanning/>`__, `changes in the CodeQL extension for Visual Studio Code <https://marketplace.visualstudio.com/items/GitHub.vscode-codeql/changelog>`__, and the `CodeQL Action changelog <https://github.com/github/codeql-action/blob/main/CHANGELOG.md>`__. |
| 13 | + |
| 14 | +Security Coverage |
| 15 | +----------------- |
| 16 | + |
| 17 | +CodeQL 2.21.3 runs a total of 452 security queries when configured with the Default suite (covering 168 CWE). The Extended suite enables an additional 136 queries (covering 35 more CWE). |
| 18 | + |
| 19 | +CodeQL CLI |
| 20 | +---------- |
| 21 | + |
| 22 | +Miscellaneous |
| 23 | +~~~~~~~~~~~~~ |
| 24 | + |
| 25 | +* Windows binaries for the CodeQL CLI are now built with :code:`/guard:cf`, enabling `Control Flow Guard <https://learn.microsoft.com/en-us/windows/win32/secbp/control-flow-guard>`__. |
| 26 | + |
| 27 | +Query Packs |
| 28 | +----------- |
| 29 | + |
| 30 | +Minor Analysis Improvements |
| 31 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 32 | + |
| 33 | +C# |
| 34 | +"" |
| 35 | + |
| 36 | +* Changed the precision of the :code:`cs/equality-on-floats` query from medium to high. |
| 37 | + |
| 38 | +JavaScript/TypeScript |
| 39 | +""""""""""""""""""""" |
| 40 | + |
| 41 | +* Type information is now propagated more precisely through :code:`Promise.all()` calls, |
| 42 | + leading to more resolved calls and more sources and sinks being detected. |
| 43 | + |
| 44 | +Query Metadata Changes |
| 45 | +~~~~~~~~~~~~~~~~~~~~~~ |
| 46 | + |
| 47 | +C/C++ |
| 48 | +""""" |
| 49 | + |
| 50 | +* The tag :code:`external/cwe/cwe-14` has been removed from :code:`cpp/memset-may-be-deleted` and the tag :code:`external/cwe/cwe-014` has been added. |
| 51 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`cpp/count-untrusted-data-external-api` and the tag :code:`external/cwe/cwe-020` has been added. |
| 52 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`cpp/count-untrusted-data-external-api-ir` and the tag :code:`external/cwe/cwe-020` has been added. |
| 53 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`cpp/untrusted-data-to-external-api-ir` and the tag :code:`external/cwe/cwe-020` has been added. |
| 54 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`cpp/untrusted-data-to-external-api` and the tag :code:`external/cwe/cwe-020` has been added. |
| 55 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`cpp/late-check-of-function-argument` and the tag :code:`external/cwe/cwe-020` has been added. |
| 56 | + |
| 57 | +C# |
| 58 | +"" |
| 59 | + |
| 60 | +* The tag :code:`external/cwe/cwe-13` has been removed from :code:`cs/password-in-configuration` and the tag :code:`external/cwe/cwe-013` has been added. |
| 61 | +* The tag :code:`external/cwe/cwe-11` has been removed from :code:`cs/web/debug-binary` and the tag :code:`external/cwe/cwe-011` has been added. |
| 62 | +* The tag :code:`external/cwe/cwe-16` has been removed from :code:`cs/web/large-max-request-length` and the tag :code:`external/cwe/cwe-016` has been added. |
| 63 | +* The tag :code:`external/cwe/cwe-16` has been removed from :code:`cs/web/request-validation-disabled` and the tag :code:`external/cwe/cwe-016` has been added. |
| 64 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`cs/count-untrusted-data-external-api` and the tag :code:`external/cwe/cwe-020` has been added. |
| 65 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`cs/serialization-check-bypass` and the tag :code:`external/cwe/cwe-020` has been added. |
| 66 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`cs/untrusted-data-to-external-api` and the tag :code:`external/cwe/cwe-020` has been added. |
| 67 | +* The tag :code:`external/cwe/cwe-12` has been removed from :code:`cs/web/missing-global-error-handler` and the tag :code:`external/cwe/cwe-012` has been added. |
| 68 | + |
| 69 | +Golang |
| 70 | +"""""" |
| 71 | + |
| 72 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`go/count-untrusted-data-external-api` and the tag :code:`external/cwe/cwe-020` has been added. |
| 73 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`go/incomplete-hostname-regexp` and the tag :code:`external/cwe/cwe-020` has been added. |
| 74 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`go/regex/missing-regexp-anchor` and the tag :code:`external/cwe/cwe-020` has been added. |
| 75 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`go/suspicious-character-in-regex` and the tag :code:`external/cwe/cwe-020` has been added. |
| 76 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`go/untrusted-data-to-external-api` and the tag :code:`external/cwe/cwe-020` has been added. |
| 77 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`go/untrusted-data-to-unknown-external-api` and the tag :code:`external/cwe/cwe-020` has been added. |
| 78 | +* The tag :code:`external/cwe/cwe-90` has been removed from :code:`go/ldap-injection` and the tag :code:`external/cwe/cwe-090` has been added. |
| 79 | +* The tag :code:`external/cwe/cwe-74` has been removed from :code:`go/dsn-injection` and the tag :code:`external/cwe/cwe-074` has been added. |
| 80 | +* The tag :code:`external/cwe/cwe-74` has been removed from :code:`go/dsn-injection-local` and the tag :code:`external/cwe/cwe-074` has been added. |
| 81 | +* The tag :code:`external/cwe/cwe-79` has been removed from :code:`go/html-template-escaping-passthrough` and the tag :code:`external/cwe/cwe-079` has been added. |
| 82 | + |
| 83 | +Java/Kotlin |
| 84 | +""""""""""" |
| 85 | + |
| 86 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`java/count-untrusted-data-external-api` and the tag :code:`external/cwe/cwe-020` has been added. |
| 87 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`java/untrusted-data-to-external-api` and the tag :code:`external/cwe/cwe-020` has been added. |
| 88 | +* The tag :code:`external/cwe/cwe-93` has been removed from :code:`java/netty-http-request-or-response-splitting` and the tag :code:`external/cwe/cwe-093` has been added. |
| 89 | + |
| 90 | +JavaScript/TypeScript |
| 91 | +""""""""""""""""""""" |
| 92 | + |
| 93 | +* The tag :code:`external/cwe/cwe-79` has been removed from :code:`js/disabling-electron-websecurity` and the tag :code:`external/cwe/cwe-079` has been added. |
| 94 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`js/count-untrusted-data-external-api` and the tag :code:`external/cwe/cwe-020` has been added. |
| 95 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`js/untrusted-data-to-external-api` and the tag :code:`external/cwe/cwe-020` has been added. |
| 96 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`js/untrusted-data-to-external-api-more-sources` and the tag :code:`external/cwe/cwe-020` has been added. |
| 97 | + |
| 98 | +Python |
| 99 | +"""""" |
| 100 | + |
| 101 | +* The tags :code:`security/cwe/cwe-94` and :code:`security/cwe/cwe-95` have been removed from :code:`py/use-of-input` and the tags :code:`external/cwe/cwe-094` and :code:`external/cwe/cwe-095` have been added. |
| 102 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`py/count-untrusted-data-external-api` and the tag :code:`external/cwe/cwe-020` has been added. |
| 103 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`py/untrusted-data-to-external-api` and the tag :code:`external/cwe/cwe-020` has been added. |
| 104 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`py/cookie-injection` and the tag :code:`external/cwe/cwe-020` has been added. |
| 105 | +* The tag :code:`external/cwe/cwe-20` has been removed from :code:`py/incomplete-url-substring-sanitization` and the tag :code:`external/cwe/cwe-020` has been added. |
| 106 | +* The tag :code:`external/cwe/cwe-94` has been removed from :code:`py/js2py-rce` and the tag :code:`external/cwe/cwe-094` has been added. |
| 107 | + |
| 108 | +Ruby |
| 109 | +"""" |
| 110 | + |
| 111 | +* The precision of :code:`rb/useless-assignment-to-local` has been adjusted from :code:`medium` to :code:`high`. |
| 112 | +* The tag :code:`external/cwe/cwe-94` has been removed from :code:`rb/server-side-template-injection` and the tag :code:`external/cwe/cwe-094` has been added. |
| 113 | + |
| 114 | +Language Libraries |
| 115 | +------------------ |
| 116 | + |
| 117 | +Bug Fixes |
| 118 | +~~~~~~~~~ |
| 119 | + |
| 120 | +C/C++ |
| 121 | +""""" |
| 122 | + |
| 123 | +* Fixed an infinite loop in :code:`semmle.code.cpp.rangeanalysis.new.RangeAnalysis` when computing ranges in very large and complex function bodies. |
| 124 | + |
| 125 | +Minor Analysis Improvements |
| 126 | +~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
| 127 | + |
| 128 | +JavaScript/TypeScript |
| 129 | +""""""""""""""""""""" |
| 130 | + |
| 131 | +* Enhanced modeling of the `fastify <https://www.npmjs.com/package/fastify>`__ framework to support the :code:`all` route handler method. |
| 132 | +* Improved modeling of the |link-code-shelljs-1|_ and |link-code-async-shelljs-2|_ libraries by adding support for the :code:`which`, :code:`cmd`, :code:`asyncExec` and :code:`env`. |
| 133 | +* Added support for the :code:`fastify` :code:`addHook` method. |
| 134 | + |
| 135 | +Python |
| 136 | +"""""" |
| 137 | + |
| 138 | +* Added modeling for the :code:`hdbcli` PyPI package as a database library implementing PEP 249. |
| 139 | +* Added header write model for :code:`send_header` in :code:`http.server`. |
| 140 | + |
| 141 | +New Features |
| 142 | +~~~~~~~~~~~~ |
| 143 | + |
| 144 | +Java/Kotlin |
| 145 | +""""""""""" |
| 146 | + |
| 147 | +* Kotlin versions up to 2.2.0\ *x* are now supported. Support for the Kotlin 1.5.x series is dropped (so the minimum Kotlin version is now 1.6.0). |
| 148 | + |
| 149 | +Swift |
| 150 | +""""" |
| 151 | + |
| 152 | +* Added AST nodes :code:`UnsafeCastExpr`, :code:`TypeValueExpr`, :code:`IntegerType`, and :code:`BuiltinFixedArrayType` that correspond to new nodes added by Swift 6.1. |
| 153 | + |
| 154 | +.. |link-code-shelljs-1| replace:: :code:`shelljs`\ |
| 155 | +.. _link-code-shelljs-1: https://www.npmjs.com/package/shelljs |
| 156 | + |
| 157 | +.. |link-code-async-shelljs-2| replace:: :code:`async-shelljs`\ |
| 158 | +.. _link-code-async-shelljs-2: https://www.npmjs.com/package/async-shelljs |
| 159 | + |
0 commit comments