mirror of
https://github.com/github/codeql.git
synced 2025-12-17 09:13:20 +01:00
487 B
487 B
1.1.0
New Features
- Data models can now be added with data extensions. In this way source, sink and summary models can be added in extension
.model.ymlfiles, rather than by writing classes in QL code. New models should be added in thelib/extfolder.
Minor Analysis Improvements
- A partial model for the
Boost.Asionetwork library has been added. This includes sources, sinks and summaries for certain functions inBoost.Asio, such asread_untilandwrite.