Commit 3333630
Update maxmind-db test data submodule
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent d515d34 commit 3333630
File tree
2 files changed
+3
-3
lines changed- src/test
- java/com/maxmind/db
- resources
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
493 | 493 | | |
494 | 494 | | |
495 | 495 | | |
496 | | - | |
497 | | - | |
| 496 | + | |
| 497 | + | |
498 | 498 | | |
499 | 499 | | |
500 | 500 | | |
| |||
Submodule maxmind-db updated 83 files
- .github/dependabot.yml+17
- .github/workflows/codeql-analysis.yml+53
- .github/workflows/go.yml+42
- .github/workflows/golangci-lint.yml+22
- .github/workflows/zizmor.yml+23
- .gitignore+1
- .golangci.yml+750
- .perltidyallrc-11
- .tidyallrc-5
- LICENSE-4
- LICENSE-APACHE+202
- LICENSE-MIT+17
- MaxMind-DB-spec.md+1-2
- README.md+8-1
- cmd/write-test-data/main.go+68
- go.mod+13
- go.sum+16
- perltidyrc-12
- pkg/writer/decoder.go+178
- pkg/writer/geoip2.go+188
- pkg/writer/ip.go+39
- pkg/writer/maxmind.go+246
- pkg/writer/nestedstructures.go+73
- pkg/writer/writer.go+61
- source-data/GeoIP-Anonymous-Plus-Test.json+175
- source-data/GeoIP2-Anonymous-IP-Test.json+6
- source-data/GeoIP2-City-Test.json+13.5k-12.8k
- source-data/GeoIP2-Connection-Type-Test.json+35-10
- source-data/GeoIP2-Country-Test.json+145-25
- source-data/GeoIP2-Domain-Test.json+5
- source-data/GeoIP2-Enterprise-Test.json+432-6
- source-data/GeoIP2-IP-Risk-Test.json+91
- source-data/GeoIP2-ISP-Test.json+10
- source-data/GeoIP2-Precision-Enterprise-Sandbox-Test.json+296
- source-data/GeoIP2-Precision-Enterprise-Test.json+1.3k-143
- source-data/GeoIP2-Static-IP-Score-Test.json+15
- source-data/GeoIP2-User-Count-Test.json+18
- source-data/GeoLite2-ASN-Test.json+20-36
- source-data/GeoLite2-City-Test.json+168-3
- source-data/GeoLite2-Country-Test.json+92-3
- source-data/README-15
- test-data/GeoIP-Anonymous-Plus-Test.mmdb
- test-data/GeoIP-Anonymous-Plus.mmdb
- test-data/GeoIP2-Anonymous-IP-Test.mmdb
- test-data/GeoIP2-City-Shield-Test.mmdb
- test-data/GeoIP2-City-Test-Broken-Double-Format.mmdb
- test-data/GeoIP2-City-Test-Invalid-Node-Count.mmdb
- test-data/GeoIP2-City-Test.mmdb
- test-data/GeoIP2-Connection-Type-Test.mmdb
- test-data/GeoIP2-Country-Shield-Test.mmdb
- test-data/GeoIP2-Country-Test.mmdb
- test-data/GeoIP2-DensityIncome-Test.mmdb
- test-data/GeoIP2-Domain-Test.mmdb
- test-data/GeoIP2-Enterprise-Shield-Test.mmdb
- test-data/GeoIP2-Enterprise-Test.mmdb
- test-data/GeoIP2-IP-Risk-Test.mmdb
- test-data/GeoIP2-ISP-Test.mmdb
- test-data/GeoIP2-Precision-Enterprise-Shield-Test.mmdb
- test-data/GeoIP2-Precision-Enterprise-Test.mmdb
- test-data/GeoIP2-Static-IP-Score-Test.mmdb
- test-data/GeoIP2-User-Count-Test.mmdb
- test-data/GeoLite2-ASN-Test.mmdb
- test-data/GeoLite2-City-Test.mmdb
- test-data/GeoLite2-Country-Test.mmdb
- test-data/MaxMind-DB-no-ipv4-search-tree.mmdb
- test-data/MaxMind-DB-string-value-entries.mmdb
- test-data/MaxMind-DB-test-broken-pointers-24.mmdb
- test-data/MaxMind-DB-test-broken-search-tree-24.mmdb
- test-data/MaxMind-DB-test-decoder.mmdb
- test-data/MaxMind-DB-test-ipv4-24.mmdb
- test-data/MaxMind-DB-test-ipv4-28.mmdb
- test-data/MaxMind-DB-test-ipv4-32.mmdb
- test-data/MaxMind-DB-test-ipv6-24.mmdb
- test-data/MaxMind-DB-test-ipv6-28.mmdb
- test-data/MaxMind-DB-test-ipv6-32.mmdb
- test-data/MaxMind-DB-test-metadata-pointers.mmdb
- test-data/MaxMind-DB-test-mixed-24.mmdb
- test-data/MaxMind-DB-test-mixed-28.mmdb
- test-data/MaxMind-DB-test-mixed-32.mmdb
- test-data/MaxMind-DB-test-nested.mmdb
- test-data/MaxMind-DB-test-pointer-decoder.mmdb
- test-data/README.md+28-12
- test-data/write-test-data.pl-693
0 commit comments