From b34f99f7165b05c3b4d7d45fc7cbdf43f8c34eda Mon Sep 17 00:00:00 2001 From: Anders Schack-Mulligen Date: Thu, 2 Mar 2023 16:01:29 +0100 Subject: [PATCH] Dataflow: Add change notes. --- .../lib/change-notes/2023-03-02-dataflow-conf-module.md | 9 +++++++++ .../lib/change-notes/2023-03-02-dataflow-conf-module.md | 9 +++++++++ .../lib/change-notes/2023-03-02-dataflow-conf-module.md | 9 +++++++++ .../lib/change-notes/2023-03-02-dataflow-conf-module.md | 9 +++++++++ .../lib/change-notes/2023-03-02-dataflow-conf-module.md | 9 +++++++++ .../lib/change-notes/2023-03-02-dataflow-conf-module.md | 9 +++++++++ 6 files changed, 54 insertions(+) create mode 100644 cpp/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md create mode 100644 csharp/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md create mode 100644 go/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md create mode 100644 java/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md create mode 100644 python/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md create mode 100644 ruby/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md diff --git a/cpp/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md b/cpp/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md new file mode 100644 index 00000000000..89190af399f --- /dev/null +++ b/cpp/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md @@ -0,0 +1,9 @@ +--- +category: majorAnalysis +--- +* The main data flow and taint tracking APIs have been changed. The old APIs + remain in place for now and translate to the new through a + backwards-compatible wrapper. If multiple configurations are in scope + simultaneously, then this may affect results slightly. The new API is quite + similar to the old, but makes use of a configuration module instead of a + configuration class. diff --git a/csharp/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md b/csharp/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md new file mode 100644 index 00000000000..89190af399f --- /dev/null +++ b/csharp/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md @@ -0,0 +1,9 @@ +--- +category: majorAnalysis +--- +* The main data flow and taint tracking APIs have been changed. The old APIs + remain in place for now and translate to the new through a + backwards-compatible wrapper. If multiple configurations are in scope + simultaneously, then this may affect results slightly. The new API is quite + similar to the old, but makes use of a configuration module instead of a + configuration class. diff --git a/go/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md b/go/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md new file mode 100644 index 00000000000..89190af399f --- /dev/null +++ b/go/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md @@ -0,0 +1,9 @@ +--- +category: majorAnalysis +--- +* The main data flow and taint tracking APIs have been changed. The old APIs + remain in place for now and translate to the new through a + backwards-compatible wrapper. If multiple configurations are in scope + simultaneously, then this may affect results slightly. The new API is quite + similar to the old, but makes use of a configuration module instead of a + configuration class. diff --git a/java/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md b/java/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md new file mode 100644 index 00000000000..89190af399f --- /dev/null +++ b/java/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md @@ -0,0 +1,9 @@ +--- +category: majorAnalysis +--- +* The main data flow and taint tracking APIs have been changed. The old APIs + remain in place for now and translate to the new through a + backwards-compatible wrapper. If multiple configurations are in scope + simultaneously, then this may affect results slightly. The new API is quite + similar to the old, but makes use of a configuration module instead of a + configuration class. diff --git a/python/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md b/python/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md new file mode 100644 index 00000000000..89190af399f --- /dev/null +++ b/python/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md @@ -0,0 +1,9 @@ +--- +category: majorAnalysis +--- +* The main data flow and taint tracking APIs have been changed. The old APIs + remain in place for now and translate to the new through a + backwards-compatible wrapper. If multiple configurations are in scope + simultaneously, then this may affect results slightly. The new API is quite + similar to the old, but makes use of a configuration module instead of a + configuration class. diff --git a/ruby/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md b/ruby/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md new file mode 100644 index 00000000000..89190af399f --- /dev/null +++ b/ruby/ql/lib/change-notes/2023-03-02-dataflow-conf-module.md @@ -0,0 +1,9 @@ +--- +category: majorAnalysis +--- +* The main data flow and taint tracking APIs have been changed. The old APIs + remain in place for now and translate to the new through a + backwards-compatible wrapper. If multiple configurations are in scope + simultaneously, then this may affect results slightly. The new API is quite + similar to the old, but makes use of a configuration module instead of a + configuration class.