You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,10 @@
3
3
Queries and infrastructure to discover C++ contract violations using the Z3 SMT solver, and support
4
4
for custom CodeQL queries that may wish use the Z3 solver API.
5
5
6
+
**Note: This project relies on an experimental integration with Z3 that may be removed from CodeQL without notice.** The latest known supported CodeQL version is version 2.23.0.
7
+
8
+
_This project is still experimental and mostly proof-of-concept._
9
+
6
10
This repository is the home for the following CodeQL packs and plugins:
7
11
8
12
-`advanced-security/z3-cpp`: A CodeQL pack for discovering possible C++ contract violations in C++
0 commit comments