mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
397 B
397 B
0.4.3
New Features
- Go 1.20 is now supported. The extractor now functions as expected when Go 1.20 is installed, the definitions of
implementsComparablehas been updated according to Go 1.20's new, more-liberal rules, and taint flow models have been added for relevant new standard library functions.
Minor Analysis Improvements
- Support for the Twirp framework has been added.