Skip to content

Commit 85424a6

Browse files
committed
feat: update starlette to fix dos vulnerability
Signed-off-by: Louis Cailliot <louis.cailliot@thalesgroup.com>
1 parent 539cfc2 commit 85424a6

File tree

4 files changed

+514
-419
lines changed

4 files changed

+514
-419
lines changed

Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,8 @@ FROM ${IMAGE_REGISTRY}/${IMAGE_NAME}:${BUILDER_IMAGE_TAG} AS builder-base
4444
WORKDIR /build
4545

4646
COPY ./sslamanagerrest/ ./sslamanagerrest/
47-
COPY poetry.lock pyproject.toml ./
47+
# DO NOT REMOVE README.md !
48+
COPY poetry.lock pyproject.toml README.md ./
4849

4950
RUN curl -sSL https://install.python-poetry.org | python3 -
5051
RUN /root/.local/bin/poetry run python -m pip install --upgrade pip

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ podman run -d \
2121
localhost/thales-sslamanager-rest
2222
```
2323

24-
Try it in your browser at `localhost:8080/docs`.
24+
Try it in your browser at `localhost:8081/docs`.
2525
You can use the examples in `examples/ssla/` to submit security policies.
2626

2727
## OpenAPI specs

0 commit comments

Comments
 (0)