From c0ce6699a535488181d122316c04609e8afd9735 Mon Sep 17 00:00:00 2001 From: Taus Date: Thu, 26 Mar 2026 15:10:59 +0000 Subject: [PATCH] Python: Add change note --- .../2026-03-26-improve-bind-all-interfaces-query.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 python/ql/src/change-notes/2026-03-26-improve-bind-all-interfaces-query.md 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 new file mode 100644 index 00000000000..b4b5464b503 --- /dev/null +++ b/python/ql/src/change-notes/2026-03-26-improve-bind-all-interfaces-query.md @@ -0,0 +1,5 @@ +--- +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.