cloudcheck 9.1.3__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.1.3 → cloudcheck-9.3.0}/.github/workflows/docker-tests.yml +2 -2
  3. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/.github/workflows/python-tests.yml +8 -9
  4. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/Cargo.lock +44 -35
  5. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/Cargo.toml +2 -1
  6. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/PKG-INFO +9 -5
  7. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/README.md +8 -4
  8. cloudcheck-9.3.0/dist/cloudcheck-9.3.0-cp314-cp314-manylinux_2_38_x86_64.whl +0 -0
  9. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/pyproject.toml +1 -1
  10. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/uv.lock +1 -1
  11. cloudcheck-9.1.3/dist/cloudcheck-9.1.3-cp314-cp314-manylinux_2_34_x86_64.whl +0 -0
  12. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/.github/dependabot.yml +0 -0
  13. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/.github/workflows/pipeline-tests.yml +0 -0
  14. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/.github/workflows/rust-tests.yml +0 -0
  15. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/.gitignore +0 -0
  16. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/Dockerfile +0 -0
  17. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloud_providers.json +0 -0
  18. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloud_providers_v2.json +0 -0
  19. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/__init__.py +0 -0
  20. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/helpers.py +0 -0
  21. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/__init__.py +0 -0
  22. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/akamai.py +0 -0
  23. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/alibaba.py +0 -0
  24. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/amazon.py +0 -0
  25. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/arvancloud.py +0 -0
  26. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/backblaze.py +0 -0
  27. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/baidu.py +0 -0
  28. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/base.py +0 -0
  29. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/cachefly.py +0 -0
  30. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/cdnetworks.py +0 -0
  31. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/cisco.py +0 -0
  32. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/cloudflare.py +0 -0
  33. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/cloudfront.py +0 -0
  34. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/ddosguard.py +0 -0
  35. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/dell.py +0 -0
  36. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/digitalocean.py +0 -0
  37. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/dod.py +0 -0
  38. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/fastly.py +0 -0
  39. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/fbi.py +0 -0
  40. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/gabia.py +0 -0
  41. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/gcore.py +0 -0
  42. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/github.py +0 -0
  43. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/gocache.py +0 -0
  44. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/google.py +0 -0
  45. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/heroku.py +0 -0
  46. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/hetzner.py +0 -0
  47. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/hostway.py +0 -0
  48. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/hpe.py +0 -0
  49. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/huawei.py +0 -0
  50. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/ibm.py +0 -0
  51. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/imperva.py +0 -0
  52. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/kamatera.py +0 -0
  53. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/kinx.py +0 -0
  54. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/ktcloud.py +0 -0
  55. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/leaseweb.py +0 -0
  56. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/lgtelecom.py +0 -0
  57. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/microsoft.py +0 -0
  58. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/microsoft365.py +0 -0
  59. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/navercloud.py +0 -0
  60. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/nhncloud.py +0 -0
  61. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/oracle.py +0 -0
  62. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/ovh.py +0 -0
  63. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/qrator.py +0 -0
  64. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/quiccloud.py +0 -0
  65. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/rackspace.py +0 -0
  66. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/ru_fso.py +0 -0
  67. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/salesforce.py +0 -0
  68. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/scaleway.py +0 -0
  69. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/skbroadband.py +0 -0
  70. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/stormwall.py +0 -0
  71. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/sucuri.py +0 -0
  72. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/tencent.py +0 -0
  73. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/uk_mod.py +0 -0
  74. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/wasabi.py +0 -0
  75. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/x4b.py +0 -0
  76. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/yandex.py +0 -0
  77. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/zoho.py +0 -0
  78. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck/providers/zscaler.py +0 -0
  79. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck_update/__init__.py +0 -0
  80. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck_update/cli.py +0 -0
  81. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/cloudcheck_update/test_cloudcheck_update.py +0 -0
  82. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/helm/Chart.yaml +0 -0
  83. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/helm/cloudcheck/values.yaml +0 -0
  84. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/helm/templates/cloudcheck.yaml +0 -0
  85. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/helm/values.yaml +0 -0
  86. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/pytest.ini +0 -0
  87. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/scripts/update_readme_table.py +0 -0
  88. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/src/api.rs +0 -0
  89. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/src/lib.rs +0 -0
  90. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/src/main.rs +0 -0
  91. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/src/python.rs +0 -0
  92. {cloudcheck-9.1.3 → cloudcheck-9.3.0}/test_cloudcheck.py +0 -0
  93. {cloudcheck-9.1.3 → 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"
@@ -61,8 +61,8 @@ jobs:
61
61
  type=sha,prefix=sha-
62
62
  type=raw,value=latest,enable={{is_default_branch}}
63
63
  type=raw,value=v9
64
- type=raw,value=v9.1
65
- type=raw,value=v9.1.3
64
+ type=raw,value=v9.2
65
+ type=raw,value=v9.2.0
66
66
 
67
67
  - name: Build and push Docker image
68
68
  uses: docker/build-push-action@v6
@@ -65,7 +65,7 @@ jobs:
65
65
  linux:
66
66
  runs-on: ${{ matrix.platform.runner }}
67
67
  needs: publish
68
- if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
68
+ if: github.event_name == 'push' && github.ref == 'refs/heads/stable'
69
69
  strategy:
70
70
  matrix:
71
71
  platform:
@@ -89,10 +89,6 @@ jobs:
89
89
  python-version: 3.x
90
90
  - name: Build wheels
91
91
  uses: PyO3/maturin-action@v1
92
- env:
93
- # Fix ARM cross-compilation: define __ARM_ARCH for assembly files
94
- CFLAGS_aarch64_unknown_linux_gnu: "-march=armv8-a"
95
- CFLAGS_armv7_unknown_linux_gnueabihf: "-march=armv7-a -mfpu=neon"
96
92
  with:
97
93
  target: ${{ matrix.platform.target }}
98
94
  args: --release --out dist --find-interpreter
@@ -145,16 +141,19 @@ jobs:
145
141
  sccache: ${{ !startsWith(github.ref, 'refs/tags/') }}
146
142
  manylinux: musllinux_1_2
147
143
  before-script-linux: |
148
- if command -v apt-get >/dev/null 2>&1; then
144
+ if command -v apk >/dev/null 2>&1; then
145
+ # Alpine (musllinux)
146
+ apk add --no-cache openssl-dev pkgconfig perl make musl-dev
147
+ elif command -v apt-get >/dev/null 2>&1; then
149
148
  # Debian-based
150
149
  sudo apt-get update
151
- sudo apt-get install -y pkg-config libssl-dev
150
+ sudo apt-get install -y pkg-config libssl-dev perl make gcc g++ binutils
152
151
  elif command -v yum >/dev/null 2>&1; then
153
152
  # CentOS-based
154
153
  yum update -y
155
- yum install -y openssl openssl-devel
154
+ yum install -y openssl openssl-devel perl perl-core make gcc gcc-c++ binutils
156
155
  else
157
- echo "Error: Neither apt-get nor yum found"
156
+ echo "Error: No supported package manager found"
158
157
  exit 1
159
158
  fi
160
159
 
@@ -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,12 +231,13 @@ checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
231
231
 
232
232
  [[package]]
233
233
  name = "cloudcheck"
234
- version = "9.1.3"
234
+ version = "9.3.0"
235
235
  dependencies = [
236
236
  "axum",
237
237
  "clap",
238
238
  "env_logger",
239
239
  "log",
240
+ "openssl",
240
241
  "pyo3",
241
242
  "pyo3-async-runtimes",
242
243
  "radixtarget",
@@ -377,17 +378,16 @@ checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
377
378
 
378
379
  [[package]]
379
380
  name = "find-msvc-tools"
380
- version = "0.1.8"
381
+ version = "0.1.9"
381
382
  source = "registry+https://github.com/rust-lang/crates.io-index"
382
- checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db"
383
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
383
384
 
384
385
  [[package]]
385
386
  name = "flate2"
386
- version = "1.1.8"
387
+ version = "1.1.9"
387
388
  source = "registry+https://github.com/rust-lang/crates.io-index"
388
- checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
389
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
389
390
  dependencies = [
390
- "crc32fast",
391
391
  "miniz_oxide",
392
392
  "zlib-rs",
393
393
  ]
@@ -677,14 +677,13 @@ dependencies = [
677
677
 
678
678
  [[package]]
679
679
  name = "hyper-util"
680
- version = "0.1.19"
680
+ version = "0.1.20"
681
681
  source = "registry+https://github.com/rust-lang/crates.io-index"
682
- checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
682
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
683
683
  dependencies = [
684
684
  "base64",
685
685
  "bytes",
686
686
  "futures-channel",
687
- "futures-core",
688
687
  "futures-util",
689
688
  "http",
690
689
  "http-body",
@@ -1036,6 +1035,15 @@ version = "0.1.6"
1036
1035
  source = "registry+https://github.com/rust-lang/crates.io-index"
1037
1036
  checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1038
1037
 
1038
+ [[package]]
1039
+ name = "openssl-src"
1040
+ version = "300.5.5+3.5.5"
1041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1042
+ checksum = "3f1787d533e03597a7934fd0a765f0d28e94ecc5fb7789f8053b1e699a56f709"
1043
+ dependencies = [
1044
+ "cc",
1045
+ ]
1046
+
1039
1047
  [[package]]
1040
1048
  name = "openssl-sys"
1041
1049
  version = "0.9.111"
@@ -1044,6 +1052,7 @@ checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321"
1044
1052
  dependencies = [
1045
1053
  "cc",
1046
1054
  "libc",
1055
+ "openssl-src",
1047
1056
  "pkg-config",
1048
1057
  "vcpkg",
1049
1058
  ]
@@ -1097,15 +1106,15 @@ checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1097
1106
 
1098
1107
  [[package]]
1099
1108
  name = "portable-atomic"
1100
- version = "1.13.0"
1109
+ version = "1.13.1"
1101
1110
  source = "registry+https://github.com/rust-lang/crates.io-index"
1102
- checksum = "f89776e4d69bb58bc6993e99ffa1d11f228b839984854c7daeb5d37f87cbe950"
1111
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
1103
1112
 
1104
1113
  [[package]]
1105
1114
  name = "portable-atomic-util"
1106
- version = "0.2.4"
1115
+ version = "0.2.5"
1107
1116
  source = "registry+https://github.com/rust-lang/crates.io-index"
1108
- checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
1117
+ checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5"
1109
1118
  dependencies = [
1110
1119
  "portable-atomic",
1111
1120
  ]
@@ -1239,9 +1248,9 @@ dependencies = [
1239
1248
 
1240
1249
  [[package]]
1241
1250
  name = "regex"
1242
- version = "1.12.2"
1251
+ version = "1.12.3"
1243
1252
  source = "registry+https://github.com/rust-lang/crates.io-index"
1244
- checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
1253
+ checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
1245
1254
  dependencies = [
1246
1255
  "aho-corasick",
1247
1256
  "memchr",
@@ -1251,9 +1260,9 @@ dependencies = [
1251
1260
 
1252
1261
  [[package]]
1253
1262
  name = "regex-automata"
1254
- version = "0.4.13"
1263
+ version = "0.4.14"
1255
1264
  source = "registry+https://github.com/rust-lang/crates.io-index"
1256
- checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
1265
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1257
1266
  dependencies = [
1258
1267
  "aho-corasick",
1259
1268
  "memchr",
@@ -1262,9 +1271,9 @@ dependencies = [
1262
1271
 
1263
1272
  [[package]]
1264
1273
  name = "regex-syntax"
1265
- version = "0.8.8"
1274
+ version = "0.8.9"
1266
1275
  source = "registry+https://github.com/rust-lang/crates.io-index"
1267
- checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
1276
+ checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
1268
1277
 
1269
1278
  [[package]]
1270
1279
  name = "reqwest"
@@ -1563,9 +1572,9 @@ checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
1563
1572
 
1564
1573
  [[package]]
1565
1574
  name = "slab"
1566
- version = "0.4.11"
1575
+ version = "0.4.12"
1567
1576
  source = "registry+https://github.com/rust-lang/crates.io-index"
1568
- checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
1577
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1569
1578
 
1570
1579
  [[package]]
1571
1580
  name = "smallvec"
@@ -2287,15 +2296,15 @@ dependencies = [
2287
2296
 
2288
2297
  [[package]]
2289
2298
  name = "zlib-rs"
2290
- version = "0.5.5"
2299
+ version = "0.6.0"
2291
2300
  source = "registry+https://github.com/rust-lang/crates.io-index"
2292
- checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3"
2301
+ checksum = "a7948af682ccbc3342b6e9420e8c51c1fe5d7bf7756002b4a3c6cabfe96a7e3c"
2293
2302
 
2294
2303
  [[package]]
2295
2304
  name = "zmij"
2296
- version = "1.0.17"
2305
+ version = "1.0.19"
2297
2306
  source = "registry+https://github.com/rust-lang/crates.io-index"
2298
- checksum = "02aae0f83f69aafc94776e879363e9771d7ecbffe2c7fbb6c14c5e00dfe88439"
2307
+ checksum = "3ff05f8caa9038894637571ae6b9e29466c1f4f829d26c9b28f869a29cbe3445"
2299
2308
 
2300
2309
  [[package]]
2301
2310
  name = "zopfli"
@@ -1,6 +1,6 @@
1
1
  [package]
2
2
  name = "cloudcheck"
3
- version = "9.1.3"
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"
@@ -14,6 +14,7 @@ serde = { version = "1.0", features = ["derive"] }
14
14
  serde_json = "1.0"
15
15
  tokio = { version = "1", features = ["full"] }
16
16
  reqwest = { version = "0.13", default-features = false, features = ["json", "native-tls", "http2"] }
17
+ openssl = { version = "0.10", features = ["vendored"] }
17
18
  pyo3 = { version = "0.27", optional = true }
18
19
  pyo3-async-runtimes = { version = "0.27", features = ["tokio-runtime"], optional = true }
19
20
  radixtarget = "4.2"
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: cloudcheck
3
- Version: 9.1.3
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.1.3"
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.1.3"
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