You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,14 @@ All notable changes to EngineScript will be documented in this file.
4
4
5
5
Changes are organized by date, with the most recent changes listed first.
6
6
7
+
## 2026-04-11
8
+
9
+
### 🔧 VHOST IMPORT SONARCLOUD WARNING FIXES
10
+
11
+
- Added explicit `return 0` at the end of `build_default_url_validation_regex()` in `scripts/functions/vhost/vhost-import.sh` to satisfy SonarCloud explicit-return rule.
12
+
- Added explicit `return $?` at the end of `is_directory_absent_or_empty()` in `scripts/functions/vhost/vhost-import.sh` to satisfy SonarCloud explicit-return rule.
13
+
- Added explicit `return 0` at the end of `escape_ere_literal_for_sed()` in `scripts/functions/vhost/vhost-import.sh` to satisfy SonarCloud explicit-return rule.
14
+
7
15
## 2026-04-10 (2)
8
16
9
17
### 🔒 VHOST IMPORT SECURITY AND MAINTAINABILITY IMPROVEMENTS
0 commit comments