Files
codeql/go/ql/lib/change-notes/released/0.7.3.md
2023-11-23 13:42:21 +00:00

365 B

0.7.3

Minor Analysis Improvements

  • Added the gin-contrib/cors library to the experimental query "CORS misconfiguration" (go/cors-misconfiguration).

Bug Fixes

  • A bug has been fixed that meant that value flow through an array was not tracked correctly in some circumstances. Taint flow was tracked correctly.