Skip to content

Commit 3232dff

Browse files
authored
Merge branch 'master' into ft/randomness-option
2 parents fd95d54 + 8e6824c commit 3232dff

35 files changed

+4627
-4524
lines changed

.github/dependabot.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ updates:
44
directory: "/"
55
schedule:
66
interval: daily
7+
time: "23:00"
78
commit-message:
89
prefix: "chore"
910
include: "scope"
@@ -18,6 +19,7 @@ updates:
1819
# Check for updates once a week
1920
schedule:
2021
interval: "weekly"
22+
time: "23:00"
2123

2224
- package-ecosystem: "github-actions"
2325
target-branch: "master"

.github/workflows/dependabot-merge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
# will not occur.
1818
- name: Dependabot metadata
1919
id: dependabot-metadata
20-
uses: dependabot/fetch-metadata@v2.1.0
20+
uses: dependabot/fetch-metadata@v2.2.0
2121
with:
2222
github-token: "${{ secrets.GITHUB_TOKEN }}"
2323
# Here the PR gets approved.

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# We don't declare them here — take a look at our docs.
33
# https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md
44

5-
FROM nginx:1.26.0-alpine
5+
FROM nginx:1.27.0-alpine
66

77
RUN apk update && apk add --no-cache "nodejs>=18.20.1-r0 "
88

SECURITY.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ If you believe you've found an exploitable security issue in Swagger UI,
99
This is the list of versions of `swagger-ui` which are
1010
currently being supported with security updates.
1111

12-
| Version | Supported | Notes |
13-
| -------- | ------------------ | ---------------------- |
14-
| 4.x | :white_check_mark: | |
15-
| 3.x | :x: | End-of-life as of November 2021 |
16-
| 2.x | :x: | End-of-life as of 2017 |
12+
| Version | Supported | Notes |
13+
|---------|--------------------|---------------------------------|
14+
| 5.x | :white_check_mark: | Active LTS |
15+
| 4.x | :x: | End-of-life as of August 2023 |
16+
| 3.x | :x: | End-of-life as of November 2021 |
17+
| 2.x | :x: | End-of-life as of 2017 |
1718

1819
## Reporting a vulnerability
1920

dist/swagger-ui-bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/swagger-ui-es-bundle-core.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/swagger-ui-es-bundle-core.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/swagger-ui-es-bundle.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/swagger-ui-standalone-preset.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/swagger-ui.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)