Skip to content

Commit 8695f74

Browse files
fix(asm): add support for pyscopg2 adapt to lazytaintlist for iast. backport-7501-to-1.20 (#7529)
backport of #7501 ## Checklist - [x] Change(s) are motivated and described in the PR description. - [x] Testing strategy is described if automated tests are not included in the PR. - [x] Risk is outlined (performance impact, potential for breakage, maintainability, etc). - [x] Change is maintainable (easy to change, telemetry, documentation). - [x] [Library release note guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html) are followed. If no release note is required, add label `changelog/no-changelog`. - [x] Documentation is included (in-code, generated user docs, [public corp docs](https://github.com/DataDog/documentation/)). - [x] Backport labels are set (if [applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)) ## Reviewer Checklist - [ ] Title is accurate. - [ ] No unnecessary changes are introduced. - [ ] Description motivates each change. - [ ] Avoids breaking [API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces) changes unless absolutely necessary. - [ ] Testing strategy adequately addresses listed risk(s). - [ ] Change is maintainable (easy to change, telemetry, documentation). - [ ] Release note makes sense to a user of the library. - [ ] Reviewer has explicitly acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment. - [ ] Backport labels are set in a manner that is consistent with the [release branch maintenance policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting) - [ ] If this PR touches code that signs or publishes builds or packages, or handles credentials of any kind, I've requested a review from `@DataDog/security-design-and-guidance`. - [ ] This PR doesn't touch any of that.
1 parent 063051a commit 8695f74

21 files changed

+78
-237
lines changed

.riot/requirements/3ea4153.txt renamed to .riot/requirements/10125a3.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/3ea4153.in
5+
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/10125a3.in
66
#
77
astunparse==1.6.3
88
attrs==23.1.0
@@ -27,6 +27,7 @@ mock==5.1.0
2727
opentracing==2.4.0
2828
packaging==23.2
2929
pluggy==1.3.0
30+
psycopg2==2.9.9
3031
pycparser==2.21
3132
pycryptodome==3.19.0
3233
pytest==7.4.3

.riot/requirements/1c0a8cf.txt renamed to .riot/requirements/110d828.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/1c0a8cf.in
5+
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/110d828.in
66
#
77
astunparse==1.6.3
88
attrs==23.1.0
@@ -25,6 +25,7 @@ mock==5.1.0
2525
opentracing==2.4.0
2626
packaging==23.2
2727
pluggy==1.3.0
28+
psycopg2==2.9.9
2829
pycparser==2.21
2930
pycryptodome==3.19.0
3031
pytest==7.4.3

.riot/requirements/14e9b7c.txt renamed to .riot/requirements/139dfb6.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.11
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/14e9b7c.in
5+
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/139dfb6.in
66
#
77
astunparse==1.6.3
88
attrs==23.1.0
@@ -25,6 +25,7 @@ mock==5.1.0
2525
opentracing==2.4.0
2626
packaging==23.2
2727
pluggy==1.3.0
28+
psycopg2==2.9.9
2829
pycparser==2.21
2930
pycryptodome==3.19.0
3031
pytest==7.4.3

.riot/requirements/13e7a0f.txt renamed to .riot/requirements/143cfb9.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.7
33
# by the following command:
44
#
5-
# pip-compile --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/13e7a0f.in
5+
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/143cfb9.in
66
#
77
astunparse==1.6.3
88
attrs==23.1.0
@@ -26,6 +26,7 @@ mock==5.1.0
2626
opentracing==2.4.0
2727
packaging==23.2
2828
pluggy==1.2.0
29+
psycopg2==2.9.9
2930
pycparser==2.21
3031
pycryptodome==3.19.0
3132
pytest==7.4.3

.riot/requirements/14687bb.txt

Lines changed: 0 additions & 46 deletions
This file was deleted.

.riot/requirements/7b0e7d9.txt renamed to .riot/requirements/15fead3.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/7b0e7d9.in
5+
# pip-compile --no-annotate .riot/requirements/15fead3.in
66
#
77
astunparse==1.6.3
88
attrs==23.1.0
@@ -26,6 +26,7 @@ mock==5.1.0
2626
opentracing==2.4.0
2727
packaging==23.2
2828
pluggy==1.3.0
29+
psycopg2==2.9.9
2930
pycparser==2.21
3031
pycryptodome==3.19.0
3132
pytest==7.4.3

.riot/requirements/3056fd9.txt renamed to .riot/requirements/1c84b3b.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.8
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/3056fd9.in
5+
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/1c84b3b.in
66
#
77
astunparse==1.6.3
88
attrs==23.1.0
@@ -27,6 +27,7 @@ mock==5.1.0
2727
opentracing==2.4.0
2828
packaging==23.2
2929
pluggy==1.3.0
30+
psycopg2==2.9.9
3031
pycparser==2.21
3132
pycryptodome==3.19.0
3233
pytest==7.4.3

.riot/requirements/44824c2.txt

Lines changed: 0 additions & 39 deletions
This file was deleted.

.riot/requirements/135d329.txt renamed to .riot/requirements/4677fc8.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.9
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/135d329.in
5+
# pip-compile --no-annotate --resolver=backtracking .riot/requirements/4677fc8.in
66
#
77
astunparse==1.6.3
88
attrs==23.1.0
@@ -27,6 +27,7 @@ mock==5.1.0
2727
opentracing==2.4.0
2828
packaging==23.2
2929
pluggy==1.3.0
30+
psycopg2==2.9.9
3031
pycparser==2.21
3132
pycryptodome==3.19.0
3233
pytest==7.4.3

.riot/requirements/141228d.txt renamed to .riot/requirements/51861b2.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile with Python 3.10
33
# by the following command:
44
#
5-
# pip-compile --no-annotate .riot/requirements/141228d.in
5+
# pip-compile --no-annotate .riot/requirements/51861b2.in
66
#
77
astunparse==1.6.3
88
attrs==23.1.0
@@ -26,6 +26,7 @@ mock==5.1.0
2626
opentracing==2.4.0
2727
packaging==23.2
2828
pluggy==1.3.0
29+
psycopg2==2.9.9
2930
pycparser==2.21
3031
pycryptodome==3.19.0
3132
pytest==7.4.3

0 commit comments

Comments
 (0)