Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(iast): move inner funcions #11570

Merged
merged 21 commits into from
Dec 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
403da2f
chore(ci): more django iast tests
avara1986 Nov 28, 2024
e4e3414
Merge branch 'main' into avara1986/django_iast_tests
avara1986 Nov 29, 2024
9983708
Merge branch 'main' into avara1986/django_iast_tests
avara1986 Nov 29, 2024
7d659de
Merge branch 'main' into avara1986/django_iast_tests
avara1986 Nov 29, 2024
cd644f7
Merge branch 'main' into avara1986/django_iast_tests
avara1986 Dec 5, 2024
d88dedc
Merge branch 'main' into avara1986/django_iast_tests
avara1986 Dec 18, 2024
2891bf3
Merge branch 'main' into avara1986/django_iast_tests
avara1986 Dec 18, 2024
a4a720b
Merge branch 'main' into avara1986/django_iast_tests
avara1986 Dec 19, 2024
91cff3f
feat: add bcrypt
avara1986 Dec 19, 2024
03cc10d
Merge branch 'main' into avara1986/django_iast_tests
avara1986 Dec 19, 2024
0f56b9c
chore(iast): move inner funcionts
avara1986 Dec 19, 2024
0bfeef1
chore(iast): move inner funcionts
avara1986 Dec 19, 2024
807c25e
chore(iast): move inner funcionts
avara1986 Dec 19, 2024
0561f3f
chore(iast): move inner funcionts
avara1986 Dec 19, 2024
f572ca4
Merge branch 'avara1986/move_iast_inner_functions' into avara1986/dja…
avara1986 Dec 19, 2024
f9df102
Merge branch 'main' into avara1986/django_iast_tests
avara1986 Dec 19, 2024
b40a951
itr:noskip circleci:all
avara1986 Dec 19, 2024
7a26f5a
Merge branch 'main' into avara1986/django_iast_tests
avara1986 Dec 23, 2024
7791e93
chore(iast): move inner funcions
avara1986 Dec 23, 2024
56823cc
chore(iast): move inner funcions
avara1986 Dec 23, 2024
993f723
chore(iast): move inner funcions
avara1986 Dec 23, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
68 changes: 35 additions & 33 deletions .riot/requirements/d57247c.txt → .riot/requirements/10f3c55.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,24 @@
# This file is autogenerated by pip-compile with Python 3.9
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/d57247c.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/10f3c55.in
#
arrow==1.3.0
asgiref==3.8.1
attrs==24.2.0
attrs==24.3.0
autobahn==24.4.2
automat==24.8.1
bcrypt==4.2.1
blessed==1.20.0
certifi==2024.8.30
cffi==1.17.0
channels==4.1.0
charset-normalizer==3.3.2
certifi==2024.12.14
cffi==1.17.1
channels==4.2.0
charset-normalizer==3.4.0
constantly==23.10.4
coverage[toml]==7.6.1
cryptography==43.0.0
coverage[toml]==7.6.9
cryptography==43.0.3
daphne==4.1.2
django==4.2.15
django==4.2.17
django-configurations==2.5.1
django-picklefield==3.2
django-pylibmc==0.6.1
Expand All @@ -27,50 +28,51 @@ django-redis==4.5.0
exceptiongroup==1.2.2
hyperlink==21.0.0
hypothesis==6.45.0
idna==3.8
importlib-metadata==8.4.0
idna==3.10
importlib-metadata==8.5.0
incremental==24.7.2
iniconfig==2.0.0
isodate==0.6.1
isodate==0.7.2
lxml==5.3.0
mock==5.1.0
opentracing==2.4.0
packaging==24.1
platformdirs==4.2.2
packaging==24.2
platformdirs==4.3.6
pluggy==1.5.0
psycopg2-binary==2.9.9
pyasn1==0.6.0
pyasn1-modules==0.4.0
psycopg==3.2.3
psycopg2-binary==2.9.10
pyasn1==0.6.1
pyasn1-modules==0.4.1
pycparser==2.22
pylibmc==1.6.3
pyopenssl==24.2.1
pytest==8.3.2
pytest-cov==5.0.0
pyopenssl==24.3.0
pytest==8.3.4
pytest-cov==6.0.0
pytest-django[testing]==3.10.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
pytest-randomly==3.16.0
python-dateutil==2.9.0.post0
python-memcached==1.62
pytz==2024.1
pytz==2024.2
redis==2.10.6
requests==2.32.3
requests-file==2.1.0
requests-toolbelt==1.0.0
service-identity==24.1.0
six==1.16.0
service-identity==24.2.0
six==1.17.0
sortedcontainers==2.4.0
spyne==2.14.0
sqlparse==0.5.1
tomli==2.0.1
twisted[tls]==24.7.0
sqlparse==0.5.3
tomli==2.2.1
twisted[tls]==24.11.0
txaio==23.1.1
types-python-dateutil==2.9.0.20240821
types-python-dateutil==2.9.0.20241206
typing-extensions==4.12.2
urllib3==2.2.2
urllib3==2.2.3
wcwidth==0.2.13
zeep==4.2.1
zipp==3.20.1
zope-interface==7.0.3
zeep==4.3.1
zipp==3.21.0
zope-interface==7.2

# The following packages are considered to be unsafe in a requirements file:
setuptools==74.0.0
setuptools==75.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/2848d2c.in
# pip-compile --allow-unsafe --no-annotate --resolver=backtracking .riot/requirements/1532dd6.in
#
arrow==1.2.3
asgiref==3.7.2
attrs==24.2.0
autobahn==23.1.2
automat==22.10.0
bcrypt==4.2.1
blessed==1.20.0
cached-property==1.5.2
certifi==2024.8.30
certifi==2024.12.14
cffi==1.15.1
channels==3.0.5
charset-normalizer==3.3.2
charset-normalizer==3.4.0
constantly==15.1.0
coverage[toml]==7.2.7
cryptography==43.0.0
cryptography==44.0.0
daphne==3.0.2
django==3.2.25
django-configurations==2.4.2
Expand All @@ -28,11 +29,11 @@ django-redis==4.5.0
exceptiongroup==1.2.2
hyperlink==21.0.0
hypothesis==6.45.0
idna==3.8
idna==3.10
importlib-metadata==6.7.0
incremental==22.10.0
iniconfig==2.0.0
isodate==0.6.1
isodate==0.7.2
lxml==5.3.0
mock==5.1.0
opentracing==2.4.0
Expand All @@ -44,21 +45,21 @@ pyasn1==0.5.1
pyasn1-modules==0.3.0
pycparser==2.21
pylibmc==1.6.3
pyopenssl==24.2.1
pyopenssl==24.3.0
pytest==7.4.4
pytest-cov==4.1.0
pytest-django[testing]==3.10.0
pytest-mock==3.11.1
pytest-randomly==3.12.0
python-dateutil==2.9.0.post0
python-memcached==1.62
pytz==2024.1
pytz==2024.2
redis==2.10.6
requests==2.31.0
requests-file==2.1.0
requests-toolbelt==1.0.0
service-identity==21.1.0
six==1.16.0
six==1.17.0
sortedcontainers==2.4.0
spyne==2.14.0
sqlparse==0.4.4
Expand Down
63 changes: 32 additions & 31 deletions .riot/requirements/1ef9f39.txt → .riot/requirements/1655cb3.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,72 +2,73 @@
# This file is autogenerated by pip-compile with Python 3.12
# by the following command:
#
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1ef9f39.in
# pip-compile --allow-unsafe --no-annotate .riot/requirements/1655cb3.in
#
arrow==1.3.0
asgiref==3.8.1
attrs==24.2.0
attrs==24.3.0
autobahn==24.4.2
automat==24.8.1
bcrypt==4.2.1
blessed==1.20.0
certifi==2024.8.30
cffi==1.17.0
channels==4.1.0
charset-normalizer==3.3.2
certifi==2024.12.14
cffi==1.17.1
channels==4.2.0
charset-normalizer==3.4.0
constantly==23.10.4
coverage[toml]==7.6.1
cryptography==43.0.0
coverage[toml]==7.6.9
cryptography==44.0.0
daphne==4.1.2
django==4.2.15
django==4.2.17
django-configurations==2.5.1
django-picklefield==3.2
django-pylibmc==0.6.1
django-q==1.3.6
django-redis==4.5.0
hyperlink==21.0.0
hypothesis==6.45.0
idna==3.8
idna==3.10
incremental==24.7.2
iniconfig==2.0.0
isodate==0.6.1
isodate==0.7.2
lxml==5.3.0
mock==5.1.0
opentracing==2.4.0
packaging==24.1
platformdirs==4.2.2
packaging==24.2
platformdirs==4.3.6
pluggy==1.5.0
psycopg==3.2.1
psycopg2-binary==2.9.9
pyasn1==0.6.0
pyasn1-modules==0.4.0
psycopg==3.2.3
psycopg2-binary==2.9.10
pyasn1==0.6.1
pyasn1-modules==0.4.1
pycparser==2.22
pylibmc==1.6.3
pyopenssl==24.2.1
pytest==8.3.2
pytest-cov==5.0.0
pyopenssl==24.3.0
pytest==8.3.4
pytest-cov==6.0.0
pytest-django[testing]==3.10.0
pytest-mock==3.14.0
pytest-randomly==3.15.0
pytest-randomly==3.16.0
python-dateutil==2.9.0.post0
python-memcached==1.62
pytz==2024.1
pytz==2024.2
redis==2.10.6
requests==2.32.3
requests-file==2.1.0
requests-toolbelt==1.0.0
service-identity==24.1.0
six==1.16.0
service-identity==24.2.0
six==1.17.0
sortedcontainers==2.4.0
spyne==2.14.0
sqlparse==0.5.1
twisted[tls]==24.7.0
sqlparse==0.5.3
twisted[tls]==24.11.0
txaio==23.1.1
types-python-dateutil==2.9.0.20240821
types-python-dateutil==2.9.0.20241206
typing-extensions==4.12.2
urllib3==2.2.2
urllib3==2.2.3
wcwidth==0.2.13
zeep==4.2.1
zope-interface==7.0.3
zeep==4.3.1
zope-interface==7.2

# The following packages are considered to be unsafe in a requirements file:
setuptools==74.0.0
setuptools==75.6.0
Original file line number Diff line number Diff line change
Expand Up @@ -2,22 +2,23 @@
# This file is autogenerated by pip-compile with Python 3.7
# by the following command:
#
# pip-compile --allow-unsafe --config=pyproject.toml --no-annotate --resolver=backtracking .riot/requirements/d5fcd88.in
# pip-compile --allow-unsafe --no-annotate --resolver=backtracking .riot/requirements/1aa41b2.in
#
arrow==1.2.3
asgiref==3.7.2
attrs==24.2.0
autobahn==23.1.2
automat==22.10.0
bcrypt==4.2.1
blessed==1.20.0
cached-property==1.5.2
certifi==2024.8.30
certifi==2024.12.14
cffi==1.15.1
channels==4.0.0
charset-normalizer==3.3.2
charset-normalizer==3.4.0
constantly==15.1.0
coverage[toml]==7.2.7
cryptography==43.0.0
cryptography==44.0.0
daphne==4.0.0
django==3.2.25
django-configurations==2.4.2
Expand All @@ -28,11 +29,11 @@ django-redis==4.5.0
exceptiongroup==1.2.2
hyperlink==21.0.0
hypothesis==6.45.0
idna==3.8
idna==3.10
importlib-metadata==6.7.0
incremental==22.10.0
iniconfig==2.0.0
isodate==0.6.1
isodate==0.7.2
lxml==5.3.0
mock==5.1.0
opentracing==2.4.0
Expand All @@ -44,21 +45,21 @@ pyasn1==0.5.1
pyasn1-modules==0.3.0
pycparser==2.21
pylibmc==1.6.3
pyopenssl==24.2.1
pyopenssl==24.3.0
pytest==7.4.4
pytest-cov==4.1.0
pytest-django[testing]==3.10.0
pytest-mock==3.11.1
pytest-randomly==3.12.0
python-dateutil==2.9.0.post0
python-memcached==1.62
pytz==2024.1
pytz==2024.2
redis==2.10.6
requests==2.31.0
requests-file==2.1.0
requests-toolbelt==1.0.0
service-identity==21.1.0
six==1.16.0
six==1.17.0
sortedcontainers==2.4.0
spyne==2.14.0
sqlparse==0.4.4
Expand Down
Loading
Loading