chore(deps): update oxmysql to 2.14.1

This commit is contained in:
2026-07-29 09:03:45 +03:00
parent 0fd3fdbb53
commit 8f5bda32a0
10 changed files with 27538 additions and 2 deletions
+2 -1
View File
@@ -11,7 +11,8 @@ if git diff --cached --quiet -- CHANGELOG.md; then
fi
if git diff --cached --unified=0 -- . ':(exclude)CHANGELOG.md' |
grep -E '^\+[^+].*(rcon_password|sv_licenseKey|mysql_connection_string|webhook_url|discord_webhook|api[_-]?key|access[_-]?token)([[:space:]]*[:=][[:space:]]*|[[:space:]]+)[^[:space:]"]+' >/dev/null; then
grep -E '^\+[^+].*(rcon_password|sv_licenseKey|mysql_connection_string|webhook_url|discord_webhook|api[_-]?key|access[_-]?token)([[:space:]]*[:=][[:space:]]*|[[:space:]]+)[^[:space:]"]+' |
grep -Ev 'GetConvar\(|structure was invalid' >/dev/null; then
echo "Commit blocat: posibil secret detectat in staged diff." >&2
exit 1
fi