7 Commits

Author SHA1 Message Date
dependabot[bot]
f7dca9e5a3 Bump golang.org/x/net from 0.36.0 to 0.38.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.36.0 to 0.38.0.
- [Commits](https://github.com/golang/net/compare/v0.36.0...v0.38.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-version: 0.38.0
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-04-16 23:19:57 +00:00
fab
f88935f525 Merge pull request #3 from fabriziosalmi/dependabot/go_modules/github.com/golang/glog-1.2.4
Bump github.com/golang/glog from 1.2.2 to 1.2.4
2025-03-13 11:10:26 +01:00
dependabot[bot]
bd43d4c083 Bump golang.org/x/net from 0.33.0 to 0.36.0
Bumps [golang.org/x/net](https://github.com/golang/net) from 0.33.0 to 0.36.0.
- [Commits](https://github.com/golang/net/compare/v0.33.0...v0.36.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-13 01:34:52 +00:00
dependabot[bot]
4ffb0b9afd Bump github.com/golang/glog from 1.2.2 to 1.2.4
Bumps [github.com/golang/glog](https://github.com/golang/glog) from 1.2.2 to 1.2.4.
- [Release notes](https://github.com/golang/glog/releases)
- [Commits](https://github.com/golang/glog/compare/v1.2.2...v1.2.4)

---
updated-dependencies:
- dependency-name: github.com/golang/glog
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-28 10:43:32 +00:00
dependabot[bot]
a6f58e35db Bump github.com/go-jose/go-jose/v3 from 3.0.3 to 3.0.4
Bumps [github.com/go-jose/go-jose/v3](https://github.com/go-jose/go-jose) from 3.0.3 to 3.0.4.
- [Release notes](https://github.com/go-jose/go-jose/releases)
- [Changelog](https://github.com/go-jose/go-jose/blob/main/CHANGELOG.md)
- [Commits](https://github.com/go-jose/go-jose/compare/v3.0.3...v3.0.4)

---
updated-dependencies:
- dependency-name: github.com/go-jose/go-jose/v3
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-26 22:22:14 +00:00
fabriziosalmi
734a89b00c fix: improve error handling and whitelist localhost in caddy_mib middleware
- Updated `extractStatusCodeFromError` to handle error message format correctly.
- Added `::1` and `127.0.0.1` to the whitelist to exclude localhost from banning.
- Increased ban duration to 30 seconds globally and 60 seconds for `/api`.
- Set `log_level` to `info` to reduce log noise in production.
- Replaced `file_server` with a `handle` directive to return "Hello World" with a 200 status code for allowed requests.
2025-01-20 22:45:42 +01:00
fab
ee1fc763d6 Create go.sum 2025-01-05 22:28:07 +01:00