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

Feature/secure cookie #758

Merged
merged 23 commits into from
Aug 1, 2024
Merged
Changes from 1 commit
Commits
Show all changes
23 commits
Select commit Hold shift + click to select a range
5065343
Update Pip Requirements
datagov-bot Jun 18, 2024
131abed
fix: requirements-dev.txt to reduce vulnerabilities
snyk-bot Jun 18, 2024
00550b1
adds freeze requirements script; alphabetizes make commands
btylerburton Jun 18, 2024
cfecde9
removes lint err
btylerburton Jun 18, 2024
a08f618
Merge remote-tracking branch 'origin/snyk-fix-43ac90bb362ea07439bcbec…
btylerburton Jun 18, 2024
c39c405
updates urllib
btylerburton Jun 20, 2024
7dff16e
remove unnecessary script
btylerburton Jun 20, 2024
9a060dc
Merge pull request #741 from GSA/requirement-patches
btylerburton Jun 20, 2024
87d9933
downgrade urllib; bumps python version in snyk file
btylerburton Jun 21, 2024
7534038
Merge pull request #743 from GSA/snyk-fixes
FuhuXia Jun 21, 2024
75fe6a3
extended the snyk exception date
Jin-Sun-tts Jul 2, 2024
cef0e5b
Merge pull request #745 from GSA/update-snyk-exception-date
Jin-Sun-tts Jul 3, 2024
df71bc7
Update Pip Requirements
datagov-bot Jul 7, 2024
35928e1
Merge pull request #746 from GSA/requirement-patches
rshewitt Jul 8, 2024
b9c7036
fix: requirements-dev.txt to reduce vulnerabilities
snyk-bot Jul 10, 2024
188f313
setuptools>=70.0.0
FuhuXia Jul 16, 2024
f294bbd
Trigger Build
FuhuXia Jul 18, 2024
6a8ad25
snyk test in PR
FuhuXia Jul 18, 2024
7098cee
Merge pull request #751 from GSA/synk-test
FuhuXia Jul 18, 2024
84d459a
Merge pull request #750 from GSA/setuptools-70
FuhuXia Jul 18, 2024
3bf6728
Merge branch 'main' into snyk-fix-869a2770d2b87ae0674c83ba81858793
FuhuXia Jul 19, 2024
e0b4e99
Merge pull request #747 from GSA/snyk-fix-869a2770d2b87ae0674c83ba818…
FuhuXia Jul 19, 2024
9834e48
Fix cookie strict
jbrown-xentity Jul 30, 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
Next Next commit
Update Pip Requirements
datagov-bot committed Jun 18, 2024
commit 50653435fcda88b9a96cc626cafe03b1087384d7
1 change: 1 addition & 0 deletions requirements.in.txt
Original file line number Diff line number Diff line change
@@ -95,3 +95,4 @@ pyparsing # need to avoid solr missing module error on cloud.gov
# duplicate Werkzeug[watchdog]==2.0.3 requrements from ckan list
# so that snyk doesn't complain about the version mismatch
Werkzeug==2.0.3
urllib3>=1.26.19
24 changes: 12 additions & 12 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -5,9 +5,9 @@ Babel==2.10.3
Beaker==1.11.0
bleach==5.0.1
blinker==1.5
boto3==1.34.111
botocore==1.34.111
certifi==2024.2.2
boto3==1.34.128
botocore==1.34.128
certifi==2024.6.2
cffi==1.16.0
chardet==5.2.0
charset-normalizer==3.3.2
@@ -22,7 +22,7 @@ ckanext-usmetadata==0.3.2
-e git+https://github.com/ckan/ckanext-xloader.git@dd475e70255da1e46b93e2193bf3e20f2e694db5#egg=ckanext_xloader
ckantoolkit==0.0.7
click==8.1.3
cryptography==42.0.7
cryptography==42.0.8
defusedxml==0.7.1
dominate==2.7.0
elementpath==4.4.0
@@ -38,7 +38,7 @@ greenlet==2.0.2
gunicorn==22.0.0
html5lib==1.1
idna==3.7
ijson==3.2.3
ijson==3.3.0
importlib-resources==5.13.0
itsdangerous==2.0.1
Jinja2==3.1.4
@@ -54,10 +54,10 @@ MarkupSafe==2.0.1
messytables==0.15.2
mypy==1.10.0
mypy-extensions==1.0.0
newrelic==9.9.1
newrelic==9.11.0
nose==1.3.7
openpyxl==3.1.2
packaging==24.0
openpyxl==3.1.4
packaging==24.1
passlib==1.7.4
pika==1.3.2
pip==24.0
@@ -75,8 +75,8 @@ pytz==2024.1
pytz-deprecation-shim==0.1.0.post0
PyUtilib==6.0.0
PyYAML==6.0.1
redis==5.0.4
requests==2.32.2
redis==5.0.6
requests==2.32.3
rfc3987==1.3.8
rq==1.11.0
s3transfer==0.10.1
@@ -94,8 +94,8 @@ tzdata==2024.1
tzlocal==4.2
unicodecsv==0.14.1
Unidecode==1.0.22
urllib3==1.26.18
watchdog==4.0.0
urllib3==1.26.19
watchdog==4.0.1
webassets==2.0
webencodings==0.5.1
Werkzeug==2.0.3