cloudcheck 9.2.0__tar.gz → 9.3.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (93) hide show
  1. cloudcheck-9.3.0/.github/workflows/daily-update.yml +71 -0
  2. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/Cargo.lock +35 -37
  3. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/Cargo.toml +1 -1
  4. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/PKG-INFO +9 -5
  5. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/README.md +8 -4
  6. cloudcheck-9.3.0/dist/cloudcheck-9.3.0-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
  7. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/pyproject.toml +1 -1
  8. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/uv.lock +1 -1
  9. cloudcheck-9.2.0/dist/cloudcheck-9.2.0-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
  10. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/.github/dependabot.yml +0 -0
  11. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/.github/workflows/docker-tests.yml +0 -0
  12. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/.github/workflows/pipeline-tests.yml +0 -0
  13. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/.github/workflows/python-tests.yml +0 -0
  14. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/.github/workflows/rust-tests.yml +0 -0
  15. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/.gitignore +0 -0
  16. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/Dockerfile +0 -0
  17. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloud_providers.json +0 -0
  18. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloud_providers_v2.json +0 -0
  19. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/__init__.py +0 -0
  20. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/helpers.py +0 -0
  21. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/__init__.py +0 -0
  22. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/akamai.py +0 -0
  23. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/alibaba.py +0 -0
  24. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/amazon.py +0 -0
  25. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/arvancloud.py +0 -0
  26. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/backblaze.py +0 -0
  27. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/baidu.py +0 -0
  28. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/base.py +0 -0
  29. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/cachefly.py +0 -0
  30. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/cdnetworks.py +0 -0
  31. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/cisco.py +0 -0
  32. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/cloudflare.py +0 -0
  33. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/cloudfront.py +0 -0
  34. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/ddosguard.py +0 -0
  35. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/dell.py +0 -0
  36. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/digitalocean.py +0 -0
  37. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/dod.py +0 -0
  38. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/fastly.py +0 -0
  39. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/fbi.py +0 -0
  40. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/gabia.py +0 -0
  41. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/gcore.py +0 -0
  42. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/github.py +0 -0
  43. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/gocache.py +0 -0
  44. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/google.py +0 -0
  45. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/heroku.py +0 -0
  46. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/hetzner.py +0 -0
  47. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/hostway.py +0 -0
  48. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/hpe.py +0 -0
  49. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/huawei.py +0 -0
  50. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/ibm.py +0 -0
  51. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/imperva.py +0 -0
  52. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/kamatera.py +0 -0
  53. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/kinx.py +0 -0
  54. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/ktcloud.py +0 -0
  55. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/leaseweb.py +0 -0
  56. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/lgtelecom.py +0 -0
  57. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/microsoft.py +0 -0
  58. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/microsoft365.py +0 -0
  59. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/navercloud.py +0 -0
  60. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/nhncloud.py +0 -0
  61. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/oracle.py +0 -0
  62. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/ovh.py +0 -0
  63. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/qrator.py +0 -0
  64. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/quiccloud.py +0 -0
  65. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/rackspace.py +0 -0
  66. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/ru_fso.py +0 -0
  67. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/salesforce.py +0 -0
  68. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/scaleway.py +0 -0
  69. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/skbroadband.py +0 -0
  70. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/stormwall.py +0 -0
  71. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/sucuri.py +0 -0
  72. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/tencent.py +0 -0
  73. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/uk_mod.py +0 -0
  74. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/wasabi.py +0 -0
  75. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/x4b.py +0 -0
  76. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/yandex.py +0 -0
  77. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/zoho.py +0 -0
  78. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck/providers/zscaler.py +0 -0
  79. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck_update/__init__.py +0 -0
  80. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck_update/cli.py +0 -0
  81. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/cloudcheck_update/test_cloudcheck_update.py +0 -0
  82. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/helm/Chart.yaml +0 -0
  83. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/helm/cloudcheck/values.yaml +0 -0
  84. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/helm/templates/cloudcheck.yaml +0 -0
  85. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/helm/values.yaml +0 -0
  86. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/pytest.ini +0 -0
  87. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/scripts/update_readme_table.py +0 -0
  88. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/src/api.rs +0 -0
  89. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/src/lib.rs +0 -0
  90. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/src/main.rs +0 -0
  91. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/src/python.rs +0 -0
  92. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/test_cloudcheck.py +0 -0
  93. {cloudcheck-9.2.0 → cloudcheck-9.3.0}/test_docker.py +0 -0
@@ -0,0 +1,71 @@
1
+ name: Daily Signature Update
2
+
3
+ on:
4
+ schedule:
5
+ # Run daily at 6:00 UTC
6
+ - cron: '0 6 * * *'
7
+ workflow_dispatch: # Allow manual trigger
8
+
9
+ # Prevent concurrent runs from racing to commit/merge
10
+ # cancel-in-progress: false means new runs wait instead of canceling in-progress ones
11
+ concurrency:
12
+ group: daily-update
13
+ cancel-in-progress: false
14
+
15
+ jobs:
16
+ update:
17
+ runs-on: ubuntu-latest
18
+ permissions:
19
+ contents: write
20
+
21
+ steps:
22
+ - name: Checkout stable branch
23
+ uses: actions/checkout@v6
24
+ with:
25
+ ref: stable
26
+
27
+ - name: Create temporary update branch
28
+ run: |
29
+ git checkout -b update/daily-$(date -u +%Y-%m-%d)
30
+
31
+ - name: Set up Python
32
+ uses: actions/setup-python@v6
33
+ with:
34
+ python-version: "3.12"
35
+
36
+ - name: Set up uv
37
+ uses: astral-sh/setup-uv@v7
38
+
39
+ - name: Install dependencies
40
+ run: uv sync
41
+
42
+ - name: Update signatures
43
+ env:
44
+ BBOT_IO_API_KEY: ${{ secrets.BBOT_IO_API_KEY }}
45
+ run: uv run python -m cloudcheck_update.cli
46
+
47
+ - name: Update README table
48
+ run: uv run python scripts/update_readme_table.py
49
+
50
+ - name: Check for changes
51
+ id: changes
52
+ run: |
53
+ if git diff --quiet; then
54
+ echo "has_changes=false" >> $GITHUB_OUTPUT
55
+ else
56
+ echo "has_changes=true" >> $GITHUB_OUTPUT
57
+ fi
58
+
59
+ - name: Commit and merge changes
60
+ if: steps.changes.outputs.has_changes == 'true'
61
+ run: |
62
+ BRANCH="update/daily-$(date -u +%Y-%m-%d)"
63
+ git config user.name "github-actions[bot]"
64
+ git config user.email "github-actions[bot]@users.noreply.github.com"
65
+ git add cloud_providers_v2.json README.md
66
+ git commit -m "chore: daily signature update $(date -u +%Y-%m-%d)"
67
+ git push origin "$BRANCH"
68
+ git checkout stable
69
+ git merge "$BRANCH" --no-edit -m "chore: merge daily signature update"
70
+ git push origin stable
71
+ git push origin --delete "$BRANCH"
@@ -169,15 +169,15 @@ checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
169
169
 
170
170
  [[package]]
171
171
  name = "bytes"
172
- version = "1.11.0"
172
+ version = "1.11.1"
173
173
  source = "registry+https://github.com/rust-lang/crates.io-index"
174
- checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
174
+ checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
175
175
 
176
176
  [[package]]
177
177
  name = "cc"
178
- version = "1.2.54"
178
+ version = "1.2.55"
179
179
  source = "registry+https://github.com/rust-lang/crates.io-index"
180
- checksum = "6354c81bbfd62d9cfa9cb3c773c2b7b2a3a482d569de977fd0e961f6e7c00583"
180
+ checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29"
181
181
  dependencies = [
182
182
  "find-msvc-tools",
183
183
  "shlex",
@@ -191,9 +191,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
191
191
 
192
192
  [[package]]
193
193
  name = "clap"
194
- version = "4.5.54"
194
+ version = "4.5.57"
195
195
  source = "registry+https://github.com/rust-lang/crates.io-index"
196
- checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394"
196
+ checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a"
197
197
  dependencies = [
198
198
  "clap_builder",
199
199
  "clap_derive",
@@ -201,9 +201,9 @@ dependencies = [
201
201
 
202
202
  [[package]]
203
203
  name = "clap_builder"
204
- version = "4.5.54"
204
+ version = "4.5.57"
205
205
  source = "registry+https://github.com/rust-lang/crates.io-index"
206
- checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00"
206
+ checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238"
207
207
  dependencies = [
208
208
  "anstream",
209
209
  "anstyle",
@@ -213,9 +213,9 @@ dependencies = [
213
213
 
214
214
  [[package]]
215
215
  name = "clap_derive"
216
- version = "4.5.49"
216
+ version = "4.5.55"
217
217
  source = "registry+https://github.com/rust-lang/crates.io-index"
218
- checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
218
+ checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5"
219
219
  dependencies = [
220
220
  "heck",
221
221
  "proc-macro2",
@@ -231,7 +231,7 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
231
231
 
232
232
  [[package]]
233
233
  name = "cloudcheck"
234
- version = "9.2.0"
234
+ version = "9.3.0"
235
235
  dependencies = [
236
236
  "axum",
237
237
  "clap",
@@ -378,17 +378,16 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
378
378
 
379
379
  [[package]]
380
380
  name = "find-msvc-tools"
381
- version = "0.1.8"
381
+ version = "0.1.9"
382
382
  source = "registry+https://github.com/rust-lang/crates.io-index"
383
- checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db"
383
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
384
384
 
385
385
  [[package]]
386
386
  name = "flate2"
387
- version = "1.1.8"
387
+ version = "1.1.9"
388
388
  source = "registry+https://github.com/rust-lang/crates.io-index"
389
- checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
389
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
390
390
  dependencies = [
391
- "crc32fast",
392
391
  "miniz_oxide",
393
392
  "zlib-rs",
394
393
  ]
@@ -678,14 +677,13 @@ dependencies = [
678
677
 
679
678
  [[package]]
680
679
  name = "hyper-util"
681
- version = "0.1.19"
680
+ version = "0.1.20"
682
681
  source = "registry+https://github.com/rust-lang/crates.io-index"
683
- checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
682
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
684
683
  dependencies = [
685
684
  "base64",
686
685
  "bytes",
687
686
  "futures-channel",
688
- "futures-core",
689
687
  "futures-util",
690
688
  "http",
691
689
  "http-body",
@@ -1039,9 +1037,9 @@ checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1039
1037
 
1040
1038
  [[package]]
1041
1039
  name = "openssl-src"
1042
- version = "300.5.4+3.5.4"
1040
+ version = "300.5.5+3.5.5"
1043
1041
  source = "registry+https://github.com/rust-lang/crates.io-index"
1044
- checksum = "a507b3792995dae9b0df8a1c1e3771e8418b7c2d9f0baeba32e6fe8b06c7cb72"
1042
+ checksum = "3f1787d533e03597a7934fd0a765f0d28e94ecc5fb7789f8053b1e699a56f709"
1045
1043
  dependencies = [
1046
1044
  "cc",
1047
1045
  ]
@@ -1108,15 +1106,15 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1108
1106
 
1109
1107
  [[package]]
1110
1108
  name = "portable-atomic"
1111
- version = "1.13.0"
1109
+ version = "1.13.1"
1112
1110
  source = "registry+https://github.com/rust-lang/crates.io-index"
1113
- checksum = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950"
1111
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1114
1112
 
1115
1113
  [[package]]
1116
1114
  name = "portable-atomic-util"
1117
- version = "0.2.4"
1115
+ version = "0.2.5"
1118
1116
  source = "registry+https://github.com/rust-lang/crates.io-index"
1119
- checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
1117
+ checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5"
1120
1118
  dependencies = [
1121
1119
  "portable-atomic",
1122
1120
  ]
@@ -1250,9 +1248,9 @@ dependencies = [
1250
1248
 
1251
1249
  [[package]]
1252
1250
  name = "regex"
1253
- version = "1.12.2"
1251
+ version = "1.12.3"
1254
1252
  source = "registry+https://github.com/rust-lang/crates.io-index"
1255
- checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
1253
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1256
1254
  dependencies = [
1257
1255
  "aho-corasick",
1258
1256
  "memchr",
@@ -1262,9 +1260,9 @@ dependencies = [
1262
1260
 
1263
1261
  [[package]]
1264
1262
  name = "regex-automata"
1265
- version = "0.4.13"
1263
+ version = "0.4.14"
1266
1264
  source = "registry+https://github.com/rust-lang/crates.io-index"
1267
- checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
1265
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1268
1266
  dependencies = [
1269
1267
  "aho-corasick",
1270
1268
  "memchr",
@@ -1273,9 +1271,9 @@ dependencies = [
1273
1271
 
1274
1272
  [[package]]
1275
1273
  name = "regex-syntax"
1276
- version = "0.8.8"
1274
+ version = "0.8.9"
1277
1275
  source = "registry+https://github.com/rust-lang/crates.io-index"
1278
- checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
1276
+ checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
1279
1277
 
1280
1278
  [[package]]
1281
1279
  name = "reqwest"
@@ -1574,9 +1572,9 @@ checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
1574
1572
 
1575
1573
  [[package]]
1576
1574
  name = "slab"
1577
- version = "0.4.11"
1575
+ version = "0.4.12"
1578
1576
  source = "registry+https://github.com/rust-lang/crates.io-index"
1579
- checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1577
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1580
1578
 
1581
1579
  [[package]]
1582
1580
  name = "smallvec"
@@ -2298,15 +2296,15 @@ dependencies = [
2298
2296
 
2299
2297
  [[package]]
2300
2298
  name = "zlib-rs"
2301
- version = "0.5.5"
2299
+ version = "0.6.0"
2302
2300
  source = "registry+https://github.com/rust-lang/crates.io-index"
2303
- checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3"
2301
+ checksum = "a7948af682ccbc3342b6e9420e8c51c1fe5d7bf7756002b4a3c6cabfe96a7e3c"
2304
2302
 
2305
2303
  [[package]]
2306
2304
  name = "zmij"
2307
- version = "1.0.17"
2305
+ version = "1.0.19"
2308
2306
  source = "registry+https://github.com/rust-lang/crates.io-index"
2309
- checksum = "02aae0f83f69aafc94776e879363e9771d7ecbffe2c7fbb6c14c5e00dfe88439"
2307
+ checksum = "3ff05f8caa9038894637571ae6b9e29466c1f4f829d26c9b28f869a29cbe3445"
2310
2308
 
2311
2309
  [[package]]
2312
2310
  name = "zopfli"
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "cloudcheck"
3
- version = "9.2.0"
3
+ version = "9.3.0"
4
4
  edition = "2024"
5
5
  description = "CloudCheck is a simple Rust tool to check whether an IP address or hostname belongs to a cloud provider."
6
6
  license = "GPL-3.0"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cloudcheck
3
- Version: 9.2.0
3
+ Version: 9.3.0
4
4
  Summary: Detailed database of cloud providers. Instantly look up a domain or IP address
5
5
  Home-Page: https://github.com/blacklanternsecurity/cloudcheck
6
6
  Requires-Python: >=3.9
@@ -18,12 +18,16 @@ Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
18
18
  [![Python Tests](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/python-tests.yml/badge.svg?branch=stable)](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/python-tests.yml)
19
19
  [![Pipeline Tests](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/pipeline-tests.yml/badge.svg?branch=stable)](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/pipeline-tests.yml)
20
20
  [![Docker Tests](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/docker-tests.yml/badge.svg?branch=stable)](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/docker-tests.yml)
21
+ [![Daily Update](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/daily-update.yml/badge.svg?branch=stable)](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/daily-update.yml)
21
22
 
22
- ### UPDATE 01-2026: Now supports REST API!
23
+ > [!TIP]
24
+ > **UPDATE 01-2026:** Now supports REST API!
23
25
 
24
- ### UPDATE 12-2025: Now supports government agencies (DoD, FBI, UK MoD, RU FSO)!
26
+ > [!NOTE]
27
+ > **UPDATE 12-2025:** Now supports government agencies (DoD, FBI, UK MoD, RU FSO)!
25
28
 
26
- ### UPDATE 12-2025: Now rewritten in Rust!
29
+ > [!IMPORTANT]
30
+ > **UPDATE 12-2025:** Now rewritten in Rust!
27
31
 
28
32
  CloudCheck is a simple Rust tool to check whether an IP address or hostname belongs to a cloud provider. It includes:
29
33
 
@@ -33,7 +37,7 @@ CloudCheck is a simple Rust tool to check whether an IP address or hostname belo
33
37
 
34
38
  ## Cloud Provider Signatures
35
39
 
36
- The latest cloud provider signatures are available in [`cloud_providers_v2.json`](https://github.com/blacklanternsecurity/cloudcheck/blob/master/cloud_providers_v2.json), which is updated daily via CI/CD. Domains associated with each cloud provider are fetched dynamically from the [v2fly community repository](https://github.com/v2fly/domain-list-community), and CIDRs are fetched from [ASNDB](https://asndb.api.bbot.io/).
40
+ The latest cloud provider signatures are available in [`cloud_providers_v2.json`](https://github.com/blacklanternsecurity/cloudcheck/blob/master/cloud_providers_v2.json), which is updated daily via [CI/CD](.github/workflows/daily-update.yml). Domains associated with each cloud provider are fetched dynamically from the [v2fly community repository](https://github.com/v2fly/domain-list-community), and CIDRs are fetched from [ASNDB](https://asndb.api.bbot.io/).
37
41
 
38
42
  Used by [BBOT](https://github.com/blacklanternsecurity/bbot) and [BBOT Server](https://github.com/blacklanternsecurity/bbot-server).
39
43
 
@@ -10,12 +10,16 @@
10
10
  [![Python Tests](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/python-tests.yml/badge.svg?branch=stable)](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/python-tests.yml)
11
11
  [![Pipeline Tests](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/pipeline-tests.yml/badge.svg?branch=stable)](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/pipeline-tests.yml)
12
12
  [![Docker Tests](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/docker-tests.yml/badge.svg?branch=stable)](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/docker-tests.yml)
13
+ [![Daily Update](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/daily-update.yml/badge.svg?branch=stable)](https://github.com/blacklanternsecurity/cloudcheck/actions/workflows/daily-update.yml)
13
14
 
14
- ### UPDATE 01-2026: Now supports REST API!
15
+ > [!TIP]
16
+ > **UPDATE 01-2026:** Now supports REST API!
15
17
 
16
- ### UPDATE 12-2025: Now supports government agencies (DoD, FBI, UK MoD, RU FSO)!
18
+ > [!NOTE]
19
+ > **UPDATE 12-2025:** Now supports government agencies (DoD, FBI, UK MoD, RU FSO)!
17
20
 
18
- ### UPDATE 12-2025: Now rewritten in Rust!
21
+ > [!IMPORTANT]
22
+ > **UPDATE 12-2025:** Now rewritten in Rust!
19
23
 
20
24
  CloudCheck is a simple Rust tool to check whether an IP address or hostname belongs to a cloud provider. It includes:
21
25
 
@@ -25,7 +29,7 @@ CloudCheck is a simple Rust tool to check whether an IP address or hostname belo
25
29
 
26
30
  ## Cloud Provider Signatures
27
31
 
28
- The latest cloud provider signatures are available in [`cloud_providers_v2.json`](https://github.com/blacklanternsecurity/cloudcheck/blob/master/cloud_providers_v2.json), which is updated daily via CI/CD. Domains associated with each cloud provider are fetched dynamically from the [v2fly community repository](https://github.com/v2fly/domain-list-community), and CIDRs are fetched from [ASNDB](https://asndb.api.bbot.io/).
32
+ The latest cloud provider signatures are available in [`cloud_providers_v2.json`](https://github.com/blacklanternsecurity/cloudcheck/blob/master/cloud_providers_v2.json), which is updated daily via [CI/CD](.github/workflows/daily-update.yml). Domains associated with each cloud provider are fetched dynamically from the [v2fly community repository](https://github.com/v2fly/domain-list-community), and CIDRs are fetched from [ASNDB](https://asndb.api.bbot.io/).
29
33
 
30
34
  Used by [BBOT](https://github.com/blacklanternsecurity/bbot) and [BBOT Server](https://github.com/blacklanternsecurity/bbot-server).
31
35
 
@@ -4,7 +4,7 @@ build-backend = "maturin"
4
4
 
5
5
  [project]
6
6
  name = "cloudcheck"
7
- version = "9.2.0"
7
+ version = "9.3.0"
8
8
  description = "Detailed database of cloud providers. Instantly look up a domain or IP address"
9
9
  readme = "README.md"
10
10
  requires-python = ">=3.9"
@@ -49,7 +49,7 @@ wheels = [
49
49
 
50
50
  [[package]]
51
51
  name = "cloudcheck"
52
- version = "9.2.0"
52
+ version = "9.3.0"
53
53
  source = { editable = "." }
54
54
 
55
55
  [package.dev-dependencies]
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes