da044629d7
BunkerWeb is an open-source next-generation web application firewall (WAF) and security platform designed to protect and manage web services. It provides integrated security features such as request filtering, rate limiting, TLS management, GeoIP support and a web management interface. As this is a newly introduced port, users are encouraged to validate their deployment before using it in production environments. WWW: https://github.com/bunkerity/bunkerweb Sponsored by: Netzkommune GmbH
12 lines
418 B
Python
12 lines
418 B
Python
--- src/common/utils/common_utils.py.orig 2026-05-28 20:12:40 UTC
|
|
+++ src/common/utils/common_utils.py
|
|
@@ -54,7 +54,7 @@ def get_version() -> str:
|
|
|
|
|
|
def get_version() -> str:
|
|
- return Path(sep, "usr", "share", "bunkerweb", "VERSION").read_text(encoding="utf-8").strip()
|
|
+ return Path(sep, "usr", "local", "share", "bunkerweb", "VERSION").read_text(encoding="utf-8").strip()
|
|
|
|
|
|
def get_integration() -> str:
|