Skip to content

Commit ba6a9ca

Browse files
authored
Merge pull request #786 from GSA/update-snyk-expirations
update snyk expirations
2 parents 46c299d + 978aff2 commit ba6a9ca

File tree

2 files changed

+17
-14
lines changed

2 files changed

+17
-14
lines changed

.snyk

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -7,60 +7,60 @@ ignore:
77
reason: >-
88
Upgrade path is complex, Issue tracked in github:
99
https://github.com/GSA/data.gov/issues/4217
10-
expires: 2024-11-30T13:35:17.967Z
10+
expires: 2025-02-28T19:29:54.032Z
1111
created: 2023-11-01T13:35:17.972Z
1212
SNYK-PYTHON-BEAKER-575115:
1313
- '*':
1414
reason: >-
1515
No remediation available yet; Not affecting us since the storage is
1616
not accessible to any other client
17-
expires: 2024-11-30T16:20:58.017Z
17+
expires: 2025-02-28T19:29:54.032Z
1818
created: 2022-12-08T16:20:58.023Z
1919
SNYK-PYTHON-WERKZEUG-3319936:
2020
- '*':
2121
reason: >-
2222
Upgrade path is complex, Issue tracked in github:
2323
https://github.com/GSA/data.gov/issues/4217
24-
expires: 2024-11-30T16:20:58.017Z
24+
expires: 2025-02-28T19:29:54.032Z
2525
created: 2023-02-15T16:20:58.023Z
2626
SNYK-PYTHON-WERKZEUG-3319935:
2727
- '*':
2828
reason: >-
2929
Upgrade path is complex, Issue tracked in github:
3030
https://github.com/GSA/data.gov/issues/4217
31-
expires: 2024-11-30T16:20:58.017Z
31+
expires: 2025-02-28T16:20:58.017Z
3232
created: 2023-02-15T16:20:58.023Z
3333
SNYK-PYTHON-FLASK-5490129:
3434
- '*':
3535
reason: >-
3636
Upgrade path is complex, Issue tracked in github:
3737
https://github.com/GSA/data.gov/issues/4303
38-
expires: 2024-11-30T16:20:58.017Z
38+
expires: 2025-02-28T19:29:54.032Z
3939
created: 2023-05-08T16:20:58.023Z
4040
SNYK-PYTHON-PYOPENSSL-6149520:
4141
- '*':
4242
reason: >-
4343
No remediation available yet; Issue tracked in github:
4444
https://github.com/GSA/data.gov/issues/4532
45-
expires: 2024-11-30T19:29:54.032Z
45+
expires: 2025-02-28T19:29:54.032Z
4646
created: 2024-01-11T19:29:54.039Z
4747
SNYK-PYTHON-PYOPENSSL-6157250:
4848
- '*':
4949
reason: >-
5050
No remediation available yet; Issue tracked in github:
5151
https://github.com/GSA/data.gov/issues/4591
52-
expires: 2024-11-30T19:29:54.032Z
52+
expires: 2025-02-28T19:29:54.032Z
5353
SNYK-PYTHON-PYOPENSSL-6592766:
5454
- '*':
5555
reason: >-
5656
No remediation available yet; Low severity.
57-
expires: 2024-11-30T17:24:47.251Z
57+
expires: 2025-02-28T17:24:47.251Z
5858
created: 2024-04-24T17:24:47.257Z
5959
SNYK-PYTHON-WERKZEUG-6808933:
6060
- '*':
6161
reason: >-
6262
Not affecting us since no debugger is enabled in cloud.gov apps
63-
expires: 2024-11-30T16:20:58.017Z
63+
expires: 2025-02-28T19:29:54.032Z
6464
SNYK-PYTHON-WERKZEUG-8309091:
6565
- '*':
6666
reason: >-

Dockerfile

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,21 @@
1-
FROM ckan/ckan-dev:2.10.5
1+
FROM ckan/ckan-dev:2.10.5-py3.10
22
# Inherit from here: https://github.com/okfn/docker-ckan/blob/master/ckan-dev/2.10/Dockerfile
33
# And then from here: https://github.com/okfn/docker-ckan/blob/master/ckan-base/2.10/Dockerfile
44

5-
ENV CKAN_HOME /srv/app
6-
ENV CKAN_CONFIG /app/config
7-
ENV APP_DIR /app
5+
USER root
6+
7+
ENV CKAN_HOME=/srv/app
8+
ENV CKAN_CONFIG=/app/config
9+
ENV APP_DIR=/app
810
# ENV CKAN_ENV docker
911

1012
# TODO: Figure out if these things are necessary?
1113
# add dependencies for cryptography and vim
1214
# RUN apk add libressl-dev musl-dev libffi-dev xmlsec vim xmlsec-dev
1315

1416
# Install vim and zip
15-
RUN apk add vim zip xmlsec
17+
RUN apt-get update -y && \
18+
apt-get install -y vim zip xmlsec1 ncat
1619

1720
COPY requirements.txt requirements-dev.txt ${APP_DIR}/
1821
ADD setup.py README.md ${APP_DIR}/

0 commit comments

Comments
 (0)