From a0b3c2f13a748c268aaa704eb63db3d9abe128d4 Mon Sep 17 00:00:00 2001 From: Taus Date: Fri, 27 Mar 2026 23:46:50 +0100 Subject: [PATCH] Python: Update change note Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .../2026-03-26-improve-bind-all-interfaces-query.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python/ql/src/change-notes/2026-03-26-improve-bind-all-interfaces-query.md b/python/ql/src/change-notes/2026-03-26-improve-bind-all-interfaces-query.md index b4b5464b503..bc78b2b6f77 100644 --- a/python/ql/src/change-notes/2026-03-26-improve-bind-all-interfaces-query.md +++ b/python/ql/src/change-notes/2026-03-26-improve-bind-all-interfaces-query.md @@ -2,4 +2,4 @@ category: minorAnalysis --- -- The `py/bind-socket-all-network-interfaces` query now uses the global data-flow library, leading to better precision and more results. Also, wrappers of `socket.socket` in the `eventlet` and `gevent` libraries are now also recognised as socket binding operations. +- The `py/bind-socket-all-network-interfaces` query now uses the global data-flow library, leading to better precision and more results. Also, wrappers of `socket.socket` in the `eventlet` and `gevent` libraries are now also recognized as socket binding operations.