Skip to content

Commit ef4ece4

Browse files
Merge pull request #2633 from bunkerity/dev
2 parents ebfde2c + a544c67 commit ef4ece4

File tree

193 files changed

+2517
-2589
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

193 files changed

+2517
-2589
lines changed

.github/ISSUE_TEMPLATE/bug_report.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ body:
4747
label: BunkerWeb version
4848
description: What version of BunkerWeb are you running?
4949
placeholder: Version
50-
value: 1.6.4
50+
value: 1.6.5-rc1
5151
validations:
5252
required: true
5353
- type: dropdown

.github/workflows/codeql.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
python -m pip install --no-cache-dir --require-hashes -r src/common/db/requirements.txt
3535
echo "CODEQL_PYTHON=$(which python)" >> $GITHUB_ENV
3636
- name: Initialize CodeQL
37-
uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
37+
uses: github/codeql-action/init@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
3838
with:
3939
languages: ${{ matrix.language }}
4040
config-file: ./.github/codeql.yml
4141
setup-python-dependencies: false
4242
- name: Perform CodeQL Analysis
43-
uses: github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
43+
uses: github/codeql-action/analyze@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
4444
with:
4545
category: "/language:${{matrix.language}}"

.github/workflows/container-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ jobs:
120120
# Check OS vulnerabilities
121121
- name: Check OS vulnerabilities
122122
if: ${{ inputs.CACHE_SUFFIX != 'arm' }}
123-
uses: aquasecurity/trivy-action@dc5a429b52fcf669ce959baa2c2dd26090d2a6c4 # v0.32.0
123+
uses: aquasecurity/trivy-action@f9424c10c36e288d5fa79bd3dfd1aeb2d6eae808 # v0.33.0
124124
with:
125125
vuln-type: os
126126
skip-dirs: /root/.cargo

.github/workflows/push-packagecloud.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- name: Check out repository code
4343
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
- name: Install ruby
45-
uses: ruby/setup-ruby@829114fc20da43a41d27359103ec7a63020954d4 # v1.255.0
45+
uses: ruby/setup-ruby@efbf473cab83af4468e8606cc33eca9281bb213f # v1.256.0
4646
with:
4747
ruby-version: "3.0"
4848
- name: Install packagecloud

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
results_format: sarif
2626
publish_results: true
2727
- name: "Upload SARIF results to code scanning"
28-
uses: github/codeql-action/upload-sarif@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
28+
uses: github/codeql-action/upload-sarif@3c3833e0f8c1c83d449a7478aa59c036a9165498 # v3.29.5
2929
with:
3030
sarif_file: results.sarif

.github/workflows/staging-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
if: inputs.TYPE == 'k8s'
7171
with:
7272
version: "v1.29.1"
73-
- uses: azure/setup-helm@b9e51907a09c216f16ebe8536097933489208112 # v4.3.0
73+
- uses: azure/setup-helm@1a275c3b69536ee54be43f2070a358922e12c8d4 # v4.3.1
7474
if: inputs.TYPE == 'k8s'
7575
- name: Pull BW linux ubuntu test image
7676
if: inputs.TYPE == 'linux'

CHANGELOG.md

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,20 @@
11
# Changelog
22

3-
## v1.6.4 - ????/??/??
3+
## v1.6.5-c1 - ????/??/??
4+
5+
- [FEATURE] Enhance update-check job to utilize cached GitHub release data and improve error handling
6+
- [BUGFIX] Update default algorithm for Let's Encrypt's `RFC2136` DNS provider from HMAC-SHA512 to HMAC-MD5
7+
- [BUGFIX] Fix issue with loading environment variables in the `robotstxt` plugin
8+
- [LINUX] Add upgrade capability to the easy-install script for seamless in-place updates
9+
- [LINUX] Fix logrotation of certbot logs, they know gets automatically deleted after 7 days
10+
- [UI] Always display all multiple settings to avoid confusion
11+
- [UI] Update step navigation buttons to use visually-hidden class for better accessibility
12+
- [UI] Fixed an issue where certain settings were reset when editing a service based on a template
13+
- [UI] Fixed an issue where non-template custom configurations were removed when editing a service using a template
14+
- [UI] Add Free Trial promotion card to pro.html for non-pro users
15+
- [UI] Add Force update button on PRO page to force the download of PRO plugins without checking for updates.
16+
17+
## v1.6.4 - 2025/08/18
418

519
- [SECURITY] Fix open-redirection vulnerability in the Web UI regarding the `next` parameter in the loading process ([CVE-2025-8066](https://github.com/bunkerity/bunkerweb/security/advisories/GHSA-xxx9-3fh5-g585)).
620
- [FEATURE] Enhance `ModSecurity` plugin to support human-readable size values for request body limits (requests without files)

README.md

Lines changed: 43 additions & 43 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)