@7h3/protocol 0.5.0 → 0.5.1

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 (294) hide show
  1. package/README.md +6 -1317
  2. package/agentAdapter.d.ts +26 -0
  3. package/auditLog.d.ts +54 -0
  4. package/capability.d.ts +67 -0
  5. package/cborCodec.d.ts +34 -0
  6. package/conformanceVectors.d.ts +20 -0
  7. package/encryption.d.ts +85 -0
  8. package/envelopeCbor.d.ts +33 -0
  9. package/frameworkAdapters.d.ts +72 -0
  10. package/gateway.d.ts +53 -0
  11. package/grpcBinding.d.ts +29 -0
  12. package/httpBinding.d.ts +50 -0
  13. package/index.d.ts +39 -0
  14. package/index.js +3662 -0
  15. package/keyInfra.d.ts +64 -0
  16. package/keyRegistry.d.ts +9 -0
  17. package/keyRotation.d.ts +20 -0
  18. package/mcpGateway.d.ts +37 -0
  19. package/mcpTransports.d.ts +62 -0
  20. package/mcpWrapper.d.ts +83 -0
  21. package/otel.d.ts +65 -0
  22. package/package.json +13 -121
  23. package/policyEnforcer.d.ts +50 -0
  24. package/policyTelemetryFeedback.d.ts +11 -0
  25. package/{src/protocol.d.ts → protocol.d.ts} +1 -2
  26. package/protocolAgent.d.ts +58 -0
  27. package/protocolBinary.d.ts +8 -0
  28. package/protocolCapabilities.d.ts +24 -0
  29. package/protocolReplay.d.ts +35 -0
  30. package/protocolTransport.d.ts +73 -0
  31. package/queueBinding.d.ts +43 -0
  32. package/rateLimiter.d.ts +18 -0
  33. package/{src/redisClient.ts → redisClient.d.ts} +25 -75
  34. package/replayStores.d.ts +98 -0
  35. package/revocation.d.ts +71 -0
  36. package/routePolicy.d.ts +30 -0
  37. package/runtimePolicy.d.ts +24 -0
  38. package/runtimePolicyManager.d.ts +15 -0
  39. package/runtimePolicyPresets.d.ts +11 -0
  40. package/signedResponse.d.ts +21 -0
  41. package/stream.d.ts +59 -0
  42. package/telemetry.d.ts +79 -0
  43. package/webhookBinding.d.ts +30 -0
  44. package/wsBinding.d.ts +52 -0
  45. package/.dockerignore +0 -19
  46. package/.github/dependabot.yml +0 -32
  47. package/.github/workflows/ci.yml +0 -31
  48. package/.github/workflows/publish.yml +0 -59
  49. package/.github/workflows/scorecard.yml +0 -37
  50. package/7h3.example.yaml +0 -125
  51. package/CHANGELOG.md +0 -152
  52. package/CONTRIBUTING.md +0 -82
  53. package/Dockerfile +0 -73
  54. package/GOVERNANCE.md +0 -62
  55. package/SECURITY.md +0 -70
  56. package/bench-results/replay-cache-full-1777891033256.json +0 -10
  57. package/bench-results/replay-cache-full-1777896317488.json +0 -10
  58. package/bench-results/replay-cache-full-1777900993184.json +0 -10
  59. package/bench-results/replay-cache-full-1777901019285.json +0 -10
  60. package/bench-results/replay-cache-quick-1777870170126.json +0 -10
  61. package/bench-results/signature-profiles-quick-1775875160079.json +0 -85
  62. package/bench-results/signature-profiles-quick-1775983539716.json +0 -85
  63. package/bench-results/signature-profiles-quick-1776237913190.json +0 -85
  64. package/bench-results/wire-codecs-full-1777891019803.json +0 -93
  65. package/bench-results/wire-codecs-full-1777896260964.json +0 -93
  66. package/bench-results/wire-codecs-full-1777901004247.json +0 -93
  67. package/bench-results/wire-codecs-quick-1775972879056.json +0 -93
  68. package/bench-results/wire-codecs-quick-1775983541111.json +0 -93
  69. package/bench-results/wire-codecs-quick-1776237914299.json +0 -93
  70. package/bench-results/wire-codecs-quick-1777841285236.json +0 -93
  71. package/bench-results/wire-codecs-quick-1777841321772.json +0 -93
  72. package/bench-results/wire-codecs-quick-1777841330408.json +0 -93
  73. package/bench-results/wire-codecs-quick-1777852886082.json +0 -93
  74. package/bench-results/wire-codecs-quick-1777852988773.json +0 -93
  75. package/bench-results/wire-codecs-quick-1777870188095.json +0 -93
  76. package/bench-results/wire-codecs-quick-1777870263918.json +0 -93
  77. package/bench-results/wire-codecs-quick-1777870455034.json +0 -93
  78. package/bench-results/wire-codecs-quick-1778816163081.json +0 -93
  79. package/bench-results/wire-codecs-quick-1778843936130.json +0 -93
  80. package/bin/7h3.ts +0 -406
  81. package/conformance/7h3_v0_1.json +0 -77
  82. package/conformance/7h3_v0_1_binary.json +0 -20
  83. package/conformance/aip_v0_1_binary.json +0 -20
  84. package/docker-compose.yaml +0 -77
  85. package/docs/ADOPTION_PLAN.md +0 -120
  86. package/docs/AGENTS.md +0 -77
  87. package/docs/AIP_RFC_v0.1.md +0 -97
  88. package/docs/AI_DECISION_CARD.md +0 -122
  89. package/docs/AI_RUNTIME_POLICY.json +0 -126
  90. package/docs/AI_RUNTIME_POLICY.yaml +0 -110
  91. package/docs/BACKPRESSURE_TUNING.md +0 -65
  92. package/docs/BENCHMARK_CLAIM_MATRIX.md +0 -42
  93. package/docs/BENCHMARK_REPORT_TEMPLATE.md +0 -169
  94. package/docs/BINARY_CODEC_BENCH.md +0 -23
  95. package/docs/CLEAN_CLONE_RUNBOOK.md +0 -36
  96. package/docs/CLOCK_SKEW_POLICY.md +0 -30
  97. package/docs/DISTRIBUTED_REPLAY.md +0 -142
  98. package/docs/FUZZ_CAMPAIGN.md +0 -121
  99. package/docs/GATEWAY.md +0 -195
  100. package/docs/KEY_MANAGEMENT_POLICY.md +0 -53
  101. package/docs/KEY_REVOCATION.md +0 -69
  102. package/docs/MCP_WRAPPER.md +0 -159
  103. package/docs/MIGRATION_GUIDE.md +0 -40
  104. package/docs/OPERATORS.md +0 -184
  105. package/docs/PERF_REGRESSION_POLICY.md +0 -34
  106. package/docs/PROJECT_EXAMINATION_2026-05-31.md +0 -219
  107. package/docs/RELEASE_BENCHMARK_REPORT_2026-05-15.md +0 -135
  108. package/docs/RELEASE_GATE.md +0 -25
  109. package/docs/RELEASE_NOTES_v0.1.0.md +0 -54
  110. package/docs/SECURITY_REVIEW_2026-06-05.md +0 -165
  111. package/docs/TELEMETRY.md +0 -41
  112. package/docs/THREAT_MODEL.md +0 -89
  113. package/docs/VERSIONING_POLICY.md +0 -30
  114. package/docs/assets/banner-github.png +0 -0
  115. package/docs/assets/banner.png +0 -0
  116. package/docs/assets/banner.svg +0 -123
  117. package/eslint.config.js +0 -15
  118. package/fuzz/ts/harness-decode.ts +0 -136
  119. package/fuzz/ts/harness-verify.ts +0 -121
  120. package/fuzz/ts/run.ts +0 -35
  121. package/mcp-server/README.md +0 -38
  122. package/mcp-server/package-lock.json +0 -1187
  123. package/mcp-server/package.json +0 -35
  124. package/mcp-server/src/index.ts +0 -236
  125. package/mcp-server/tsconfig.json +0 -14
  126. package/scripts/aip-framework-quickstart.ts +0 -110
  127. package/scripts/aip-mcp-gateway.ts +0 -38
  128. package/scripts/aip-mcp-wrap-demo.ts +0 -72
  129. package/scripts/aip-quickstart.ts +0 -60
  130. package/scripts/bench-diff.ts +0 -118
  131. package/scripts/bench-protocol-e2e.ts +0 -937
  132. package/scripts/bench-protocol-openloop.ts +0 -1397
  133. package/scripts/bench-replay-cache.ts +0 -76
  134. package/scripts/bench-signature-profiles.ts +0 -180
  135. package/scripts/bench-wire-codecs.ts +0 -161
  136. package/scripts/build-binary-conformance.ts +0 -36
  137. package/scripts/build-release-dashboard.ts +0 -175
  138. package/scripts/canary-rollout.ts +0 -38
  139. package/scripts/mcpGatewayCli.test.ts +0 -116
  140. package/scripts/prepare-aip-package.ts +0 -88
  141. package/scripts/regen-conformance-sigs.ts +0 -18
  142. package/scripts/release-gate.ts +0 -19
  143. package/scripts/validate-runtime-policy.ts +0 -18
  144. package/sdk/browser/index.test.ts +0 -162
  145. package/sdk/browser/index.ts +0 -257
  146. package/sdk/browser/package.json +0 -13
  147. package/sdk/go/cbor.go +0 -551
  148. package/sdk/go/cbor_test.go +0 -232
  149. package/sdk/go/encryption.go +0 -280
  150. package/sdk/go/encryption_test.go +0 -318
  151. package/sdk/go/go.mod +0 -7
  152. package/sdk/go/go.sum +0 -4
  153. package/sdk/go/http.go +0 -135
  154. package/sdk/go/protocol.go +0 -324
  155. package/sdk/go/protocol_test.go +0 -334
  156. package/sdk/go/replay.go +0 -121
  157. package/sdk/go/replay_test.go +0 -149
  158. package/sdk/go/webhook.go +0 -136
  159. package/sdk/pq/package-lock.json +0 -1358
  160. package/sdk/pq/package.json +0 -42
  161. package/sdk/pq/src/index.test.ts +0 -143
  162. package/sdk/pq/src/index.ts +0 -166
  163. package/sdk/pq/tsconfig.json +0 -14
  164. package/sdk/pq/vitest.config.ts +0 -7
  165. package/sdk/python/README.md +0 -18
  166. package/sdk/python/protocol_7h3/__init__.py +0 -46
  167. package/sdk/python/protocol_7h3/encryption.py +0 -252
  168. package/sdk/python/protocol_7h3/http.py +0 -212
  169. package/sdk/python/protocol_7h3/keys.py +0 -149
  170. package/sdk/python/protocol_7h3/pq.py +0 -244
  171. package/sdk/python/protocol_7h3/protocol.py +0 -525
  172. package/sdk/python/protocol_7h3/queue.py +0 -118
  173. package/sdk/python/protocol_7h3/replay.py +0 -98
  174. package/sdk/python/protocol_7h3/webhook.py +0 -116
  175. package/sdk/python/pyproject.toml +0 -40
  176. package/sdk/python/tests/test_conformance.py +0 -110
  177. package/sdk/python/tests/test_encryption.py +0 -206
  178. package/sdk/python/tests/test_http.py +0 -305
  179. package/sdk/python/tests/test_keys.py +0 -417
  180. package/sdk/python/tests/test_queue.py +0 -120
  181. package/sdk/python/tests/test_webhook.py +0 -345
  182. package/sdk/rust/Cargo.lock +0 -371
  183. package/sdk/rust/Cargo.toml +0 -25
  184. package/sdk/rust/README.md +0 -31
  185. package/sdk/rust/fuzz/Cargo.toml +0 -29
  186. package/sdk/rust/fuzz/fuzz_targets/fuzz_canonicalize.rs +0 -46
  187. package/sdk/rust/fuzz/fuzz_targets/fuzz_decode.rs +0 -11
  188. package/sdk/rust/src/bin/aip_mcp_gateway.rs +0 -59
  189. package/sdk/rust/src/http.rs +0 -145
  190. package/sdk/rust/src/keys.rs +0 -161
  191. package/sdk/rust/src/lib.rs +0 -688
  192. package/sdk/rust/src/queue.rs +0 -79
  193. package/sdk/rust/src/webhook.rs +0 -86
  194. package/sdk/rust/tests/conformance.rs +0 -148
  195. package/sdk/rust/tests/gateway.rs +0 -130
  196. package/sdk/rust/tests/http_webhook_queue.rs +0 -201
  197. package/sdk/rust/tests/keys.rs +0 -189
  198. package/sdk/threshold/index.d.ts +0 -68
  199. package/sdk/threshold/index.d.ts.map +0 -1
  200. package/sdk/threshold/index.js +0 -254
  201. package/sdk/threshold/package-lock.json +0 -1361
  202. package/sdk/threshold/package.json +0 -39
  203. package/sdk/threshold/src/index.d.ts +0 -68
  204. package/sdk/threshold/src/index.d.ts.map +0 -1
  205. package/sdk/threshold/src/index.js +0 -254
  206. package/sdk/threshold/src/index.test.ts +0 -238
  207. package/sdk/threshold/src/index.ts +0 -355
  208. package/sdk/threshold/tsconfig.json +0 -19
  209. package/sdk/threshold/vitest.config.ts +0 -12
  210. package/src/agentAdapter.test.ts +0 -48
  211. package/src/agentAdapter.ts +0 -56
  212. package/src/auditLog.test.ts +0 -145
  213. package/src/auditLog.ts +0 -147
  214. package/src/capability.test.ts +0 -504
  215. package/src/capability.ts +0 -380
  216. package/src/cborCodec.test.ts +0 -263
  217. package/src/cborCodec.ts +0 -339
  218. package/src/conformance.test.ts +0 -136
  219. package/src/conformanceVectors.ts +0 -99
  220. package/src/encryption.test.ts +0 -206
  221. package/src/encryption.ts +0 -245
  222. package/src/envelopeCbor.ts +0 -140
  223. package/src/frameworkAdapters.test.ts +0 -290
  224. package/src/frameworkAdapters.ts +0 -261
  225. package/src/gateway.test.ts +0 -343
  226. package/src/gateway.ts +0 -246
  227. package/src/grpcBinding.test.ts +0 -211
  228. package/src/grpcBinding.ts +0 -103
  229. package/src/httpBinding.test.ts +0 -376
  230. package/src/httpBinding.ts +0 -189
  231. package/src/index.ts +0 -39
  232. package/src/keyInfra.test.ts +0 -278
  233. package/src/keyInfra.ts +0 -228
  234. package/src/keyRegistry.ts +0 -59
  235. package/src/keyRotation.test.ts +0 -78
  236. package/src/keyRotation.ts +0 -72
  237. package/src/mcpGateway.test.ts +0 -129
  238. package/src/mcpGateway.ts +0 -250
  239. package/src/mcpTransports.test.ts +0 -92
  240. package/src/mcpTransports.ts +0 -169
  241. package/src/mcpWrapper.test.ts +0 -179
  242. package/src/mcpWrapper.ts +0 -206
  243. package/src/otel.ts +0 -136
  244. package/src/policyEnforcer.test.ts +0 -99
  245. package/src/policyEnforcer.ts +0 -169
  246. package/src/policyTelemetryFeedback.test.ts +0 -25
  247. package/src/policyTelemetryFeedback.ts +0 -38
  248. package/src/protocol.bench.ts +0 -37
  249. package/src/protocol.d.ts.map +0 -1
  250. package/src/protocol.js +0 -294
  251. package/src/protocol.test.ts +0 -155
  252. package/src/protocol.ts +0 -414
  253. package/src/protocolAgent.test.ts +0 -105
  254. package/src/protocolAgent.ts +0 -169
  255. package/src/protocolBinary.test.ts +0 -165
  256. package/src/protocolBinary.ts +0 -312
  257. package/src/protocolCapabilities.ts +0 -70
  258. package/src/protocolFuzz.advanced.test.ts +0 -235
  259. package/src/protocolFuzz.test.ts +0 -111
  260. package/src/protocolNegative.test.ts +0 -97
  261. package/src/protocolReplay.test.ts +0 -71
  262. package/src/protocolReplay.ts +0 -194
  263. package/src/protocolTransport.test.ts +0 -556
  264. package/src/protocolTransport.ts +0 -483
  265. package/src/queueBinding.test.ts +0 -130
  266. package/src/queueBinding.ts +0 -102
  267. package/src/rateLimiter.test.ts +0 -96
  268. package/src/rateLimiter.ts +0 -46
  269. package/src/redisIntegration.test.ts +0 -134
  270. package/src/replayStores.test.ts +0 -273
  271. package/src/replayStores.ts +0 -215
  272. package/src/revocation.test.ts +0 -98
  273. package/src/revocation.ts +0 -0
  274. package/src/routePolicy.test.ts +0 -87
  275. package/src/routePolicy.ts +0 -72
  276. package/src/runtimePolicy.test.ts +0 -49
  277. package/src/runtimePolicy.ts +0 -81
  278. package/src/runtimePolicyManager.test.ts +0 -29
  279. package/src/runtimePolicyManager.ts +0 -50
  280. package/src/runtimePolicyPresets.ts +0 -43
  281. package/src/signedResponse.test.ts +0 -111
  282. package/src/signedResponse.ts +0 -83
  283. package/src/stream.test.ts +0 -254
  284. package/src/stream.ts +0 -417
  285. package/src/telemetry.test.ts +0 -251
  286. package/src/telemetry.ts +0 -299
  287. package/src/webhookBinding.test.ts +0 -144
  288. package/src/webhookBinding.ts +0 -115
  289. package/src/wsBinding.test.ts +0 -221
  290. package/src/wsBinding.ts +0 -200
  291. package/tsconfig.json +0 -15
  292. package/tsconfig.lib.json +0 -23
  293. package/vite.lib.config.ts +0 -16
  294. package/vitest.config.ts +0 -11
@@ -1,345 +0,0 @@
1
- """Tests for the 7h3 Protocol webhook binding."""
2
- from __future__ import annotations
3
-
4
- import json
5
- import time
6
- import unittest
7
-
8
- from protocol_7h3.webhook import (
9
- WEBHOOK_SIG_HEADER,
10
- WEBHOOK_TS_HEADER,
11
- consume_webhook,
12
- sign_webhook,
13
- sign_webhook_hmac,
14
- verify_webhook,
15
- verify_webhook_hmac,
16
- )
17
-
18
-
19
- # ---------------------------------------------------------------------------
20
- # Test key generation helpers
21
- # ---------------------------------------------------------------------------
22
-
23
- def _generate_ed25519_keypair_base64url():
24
- """Generate an Ed25519 keypair using whatever backend is available.
25
-
26
- Returns (private_key_pkcs8_base64url, public_key_spki_base64url).
27
- """
28
- import base64
29
- import hashlib
30
-
31
- # Attempt to use the cryptography package first
32
- try:
33
- from cryptography.hazmat.primitives.asymmetric.ed25519 import Ed25519PrivateKey
34
- from cryptography.hazmat.primitives import serialization
35
-
36
- priv = Ed25519PrivateKey.generate()
37
- priv_der = priv.private_bytes(
38
- encoding=serialization.Encoding.DER,
39
- format=serialization.PrivateFormat.PKCS8,
40
- encryption_algorithm=serialization.NoEncryption(),
41
- )
42
- pub_der = priv.public_key().public_bytes(
43
- encoding=serialization.Encoding.DER,
44
- format=serialization.PublicFormat.SubjectPublicKeyInfo,
45
- )
46
- b64 = lambda b: base64.urlsafe_b64encode(b).decode("ascii").rstrip("=")
47
- return b64(priv_der), b64(pub_der)
48
- except ImportError:
49
- pass
50
-
51
- # Fallback: use pure-Python implementation from protocol.py internals
52
- # to build a minimal PKCS8/SPKI DER pair
53
- import os
54
- from protocol_7h3.protocol import (
55
- _py_ed25519_sign,
56
- _G_BASE,
57
- _point_mul,
58
- _compress,
59
- _seed_from_pkcs8,
60
- _pubkey_from_spki,
61
- )
62
-
63
- seed = os.urandom(32)
64
-
65
- # PKCS8 v0 for Ed25519: 30 2e 02 01 00 30 05 06 03 2b 65 70 04 22 04 20 [32-byte seed]
66
- pkcs8_der = bytes([
67
- 0x30, 0x2e,
68
- 0x02, 0x01, 0x00,
69
- 0x30, 0x05, 0x06, 0x03, 0x2b, 0x65, 0x70,
70
- 0x04, 0x22, 0x04, 0x20,
71
- ]) + seed
72
-
73
- # Derive the public key from the seed
74
- import hashlib as _hashlib
75
- h = _hashlib.sha512(seed).digest()
76
- from bytearray import bytearray # stdlib
77
- a_bytes = bytearray(h[:32])
78
- a_bytes[0] &= 248
79
- a_bytes[31] &= 127
80
- a_bytes[31] |= 64
81
- a = int.from_bytes(a_bytes, "little")
82
- A_bytes = _compress(_point_mul(a, _G_BASE))
83
-
84
- # SPKI for Ed25519: 30 2a 30 05 06 03 2b 65 70 03 21 00 [32-byte public key]
85
- spki_der = bytes([
86
- 0x30, 0x2a,
87
- 0x30, 0x05, 0x06, 0x03, 0x2b, 0x65, 0x70,
88
- 0x03, 0x21, 0x00,
89
- ]) + A_bytes
90
-
91
- b64 = lambda b: base64.urlsafe_b64encode(b).decode("ascii").rstrip("=")
92
- return b64(pkcs8_der), b64(spki_der)
93
-
94
-
95
- def _generate_ed25519_keypair():
96
- """Return (private_key_b64url, public_key_b64url) using best available backend."""
97
- import base64
98
- import os
99
-
100
- try:
101
- from cryptography.hazmat.primitives.asymmetric.ed25519 import Ed25519PrivateKey
102
- from cryptography.hazmat.primitives import serialization
103
-
104
- priv = Ed25519PrivateKey.generate()
105
- priv_der = priv.private_bytes(
106
- encoding=serialization.Encoding.DER,
107
- format=serialization.PrivateFormat.PKCS8,
108
- encryption_algorithm=serialization.NoEncryption(),
109
- )
110
- pub_der = priv.public_key().public_bytes(
111
- encoding=serialization.Encoding.DER,
112
- format=serialization.PublicFormat.SubjectPublicKeyInfo,
113
- )
114
- b64url = lambda b: base64.urlsafe_b64encode(b).decode("ascii").rstrip("=")
115
- return b64url(priv_der), b64url(pub_der)
116
- except ImportError:
117
- pass
118
-
119
- # Pure-Python fallback
120
- import hashlib as _hashlib
121
- from protocol_7h3.protocol import _G_BASE, _point_mul, _compress
122
-
123
- seed = os.urandom(32)
124
-
125
- h = _hashlib.sha512(seed).digest()
126
- a_bytes = bytearray(h[:32])
127
- a_bytes[0] &= 248
128
- a_bytes[31] &= 127
129
- a_bytes[31] |= 64
130
- a = int.from_bytes(bytes(a_bytes), "little")
131
- A_bytes = _compress(_point_mul(a, _G_BASE))
132
-
133
- pkcs8_der = bytes([
134
- 0x30, 0x2e,
135
- 0x02, 0x01, 0x00,
136
- 0x30, 0x05, 0x06, 0x03, 0x2b, 0x65, 0x70,
137
- 0x04, 0x22, 0x04, 0x20,
138
- ]) + seed
139
-
140
- spki_der = bytes([
141
- 0x30, 0x2a,
142
- 0x30, 0x05, 0x06, 0x03, 0x2b, 0x65, 0x70,
143
- 0x03, 0x21, 0x00,
144
- ]) + A_bytes
145
-
146
- b64url = lambda b: base64.urlsafe_b64encode(b).decode("ascii").rstrip("=")
147
- return b64url(pkcs8_der), b64url(spki_der)
148
-
149
-
150
- def _generate_second_keypair():
151
- """Generate a second, independent keypair (for wrong-key tests)."""
152
- return _generate_ed25519_keypair()
153
-
154
-
155
- # ---------------------------------------------------------------------------
156
- # Test fixtures — generated once per module load
157
- # ---------------------------------------------------------------------------
158
-
159
- _PRIV_KEY, _PUB_KEY = _generate_ed25519_keypair()
160
- _PRIV_KEY2, _PUB_KEY2 = _generate_ed25519_keypair()
161
- _HMAC_SECRET = "super-secret-webhook-key-abc123"
162
- _HMAC_SECRET2 = "different-secret-key-xyz789"
163
-
164
-
165
- # ---------------------------------------------------------------------------
166
- # Tests
167
- # ---------------------------------------------------------------------------
168
-
169
- class TestSignWebhookEd25519RoundTrip(unittest.TestCase):
170
- """1. sign_webhook + verify_webhook round trip."""
171
-
172
- def test_str_payload(self):
173
- payload = '{"event":"user.created","id":"123"}'
174
- headers = sign_webhook(payload, _PRIV_KEY)
175
- self.assertIn(WEBHOOK_SIG_HEADER, headers)
176
- self.assertIn(WEBHOOK_TS_HEADER, headers)
177
- result = verify_webhook(payload, headers, _PUB_KEY)
178
- self.assertTrue(result)
179
-
180
- def test_bytes_payload(self):
181
- payload = b'{"event":"order.shipped"}'
182
- headers = sign_webhook(payload, _PRIV_KEY)
183
- result = verify_webhook(payload, headers, _PUB_KEY)
184
- self.assertTrue(result)
185
-
186
- def test_headers_are_strings(self):
187
- headers = sign_webhook("hello", _PRIV_KEY)
188
- self.assertIsInstance(headers[WEBHOOK_SIG_HEADER], str)
189
- self.assertIsInstance(headers[WEBHOOK_TS_HEADER], str)
190
-
191
-
192
- class TestSignWebhookHmacRoundTrip(unittest.TestCase):
193
- """2. sign_webhook_hmac + verify_webhook_hmac round trip."""
194
-
195
- def test_str_payload(self):
196
- payload = '{"event":"payment.succeeded","amount":9900}'
197
- headers = sign_webhook_hmac(payload, _HMAC_SECRET)
198
- self.assertIn(WEBHOOK_SIG_HEADER, headers)
199
- self.assertIn(WEBHOOK_TS_HEADER, headers)
200
- result = verify_webhook_hmac(payload, headers, _HMAC_SECRET)
201
- self.assertTrue(result)
202
-
203
- def test_bytes_payload(self):
204
- payload = b'{"event":"charge.failed"}'
205
- headers = sign_webhook_hmac(payload, _HMAC_SECRET)
206
- result = verify_webhook_hmac(payload, headers, _HMAC_SECRET)
207
- self.assertTrue(result)
208
-
209
- def test_headers_case_insensitive(self):
210
- payload = "test-body"
211
- headers_lower = sign_webhook_hmac(payload, _HMAC_SECRET)
212
- # Uppercase header keys should still verify
213
- upper_headers = {k.upper(): v for k, v in headers_lower.items()}
214
- result = verify_webhook_hmac(payload, upper_headers, _HMAC_SECRET)
215
- self.assertTrue(result)
216
-
217
-
218
- class TestTamperedPayload(unittest.TestCase):
219
- """3. Tampered payload returns False."""
220
-
221
- def test_tampered_ed25519(self):
222
- original = '{"event":"user.deleted","id":"42"}'
223
- headers = sign_webhook(original, _PRIV_KEY)
224
- tampered = '{"event":"user.deleted","id":"99"}'
225
- result = verify_webhook(tampered, headers, _PUB_KEY)
226
- self.assertFalse(result)
227
-
228
- def test_tampered_hmac(self):
229
- original = '{"amount":100}'
230
- headers = sign_webhook_hmac(original, _HMAC_SECRET)
231
- tampered = '{"amount":999}'
232
- result = verify_webhook_hmac(tampered, headers, _HMAC_SECRET)
233
- self.assertFalse(result)
234
-
235
- def test_tampered_signature_ed25519(self):
236
- payload = "legitimate-body"
237
- headers = sign_webhook(payload, _PRIV_KEY)
238
- headers[WEBHOOK_SIG_HEADER] = "AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA"
239
- result = verify_webhook(payload, headers, _PUB_KEY)
240
- self.assertFalse(result)
241
-
242
-
243
- class TestExpiredTimestamp(unittest.TestCase):
244
- """4. Expired timestamp returns False (use old timestamp to force expiry)."""
245
-
246
- def test_expired_ed25519(self):
247
- """Use a timestamp 10 minutes in the past — beyond the 5-min default TTL."""
248
- payload = '{"event":"subscription.renewed"}'
249
- headers = sign_webhook(payload, _PRIV_KEY)
250
- # Overwrite timestamp with something 10 minutes in the past
251
- old_ts = int(time.time() * 1000) - 600_000
252
- headers[WEBHOOK_TS_HEADER] = str(old_ts)
253
- result = verify_webhook(payload, headers, _PUB_KEY)
254
- self.assertFalse(result)
255
-
256
- def test_expired_hmac(self):
257
- """Use a timestamp 10 minutes in the past — beyond the 5-min default TTL."""
258
- payload = '{"event":"invoice.paid"}'
259
- headers = sign_webhook_hmac(payload, _HMAC_SECRET)
260
- old_ts = int(time.time() * 1000) - 600_000
261
- headers[WEBHOOK_TS_HEADER] = str(old_ts)
262
- result = verify_webhook_hmac(payload, headers, _HMAC_SECRET)
263
- self.assertFalse(result)
264
-
265
- def test_expired_very_small_max_age(self):
266
- """Craft headers with old timestamp; use explicit short max_age_ms."""
267
- payload = "some-body"
268
- headers = sign_webhook(payload, _PRIV_KEY)
269
- # Timestamp 1 second old with max_age 500 ms — must fail
270
- old_ts = int(time.time() * 1000) - 1000
271
- headers[WEBHOOK_TS_HEADER] = str(old_ts)
272
- result = verify_webhook(payload, headers, _PUB_KEY, max_age_ms=500)
273
- self.assertFalse(result)
274
-
275
-
276
- class TestWrongKey(unittest.TestCase):
277
- """5. Wrong key returns False."""
278
-
279
- def test_wrong_public_key_ed25519(self):
280
- payload = '{"event":"user.updated"}'
281
- headers = sign_webhook(payload, _PRIV_KEY)
282
- # Verify with a different public key
283
- result = verify_webhook(payload, headers, _PUB_KEY2)
284
- self.assertFalse(result)
285
-
286
- def test_wrong_secret_hmac(self):
287
- payload = '{"event":"payment.failed"}'
288
- headers = sign_webhook_hmac(payload, _HMAC_SECRET)
289
- result = verify_webhook_hmac(payload, headers, _HMAC_SECRET2)
290
- self.assertFalse(result)
291
-
292
-
293
- class TestConsumeWebhook(unittest.TestCase):
294
- """6. consume_webhook: valid payload parses JSON and returns dict."""
295
-
296
- def test_valid_payload_returns_dict(self):
297
- payload = '{"event":"checkout.completed","order_id":"ord-456"}'
298
- headers = sign_webhook(payload, _PRIV_KEY)
299
- result = consume_webhook(payload, headers, _PUB_KEY)
300
- self.assertIsInstance(result, dict)
301
- self.assertEqual(result["event"], "checkout.completed")
302
- self.assertEqual(result["order_id"], "ord-456")
303
-
304
- def test_valid_payload_with_nested_json(self):
305
- data = {"event": "order.created", "data": {"items": [1, 2, 3], "total": 49.99}}
306
- payload = json.dumps(data)
307
- headers = sign_webhook(payload, _PRIV_KEY)
308
- result = consume_webhook(payload, headers, _PUB_KEY)
309
- self.assertEqual(result["data"]["total"], 49.99)
310
-
311
-
312
- class TestConsumeWebhookInvalidSig(unittest.TestCase):
313
- """7. consume_webhook: invalid sig raises ValueError."""
314
-
315
- def test_wrong_key_raises(self):
316
- payload = '{"event":"refund.issued"}'
317
- headers = sign_webhook(payload, _PRIV_KEY)
318
- with self.assertRaises(ValueError) as ctx:
319
- consume_webhook(payload, headers, _PUB_KEY2)
320
- self.assertIn("7h3", str(ctx.exception))
321
-
322
- def test_tampered_payload_raises(self):
323
- original = '{"event":"user.created"}'
324
- headers = sign_webhook(original, _PRIV_KEY)
325
- tampered = '{"event":"admin.created"}'
326
- with self.assertRaises(ValueError):
327
- consume_webhook(tampered, headers, _PUB_KEY)
328
-
329
- def test_missing_headers_raises(self):
330
- payload = '{"event":"ping"}'
331
- with self.assertRaises(ValueError):
332
- consume_webhook(payload, {}, _PUB_KEY)
333
-
334
- def test_expired_signature_raises(self):
335
- payload = '{"event":"ping"}'
336
- headers = sign_webhook(payload, _PRIV_KEY)
337
- # Overwrite timestamp with 10-minute-old value to force expiry
338
- old_ts = int(time.time() * 1000) - 600_000
339
- headers[WEBHOOK_TS_HEADER] = str(old_ts)
340
- with self.assertRaises(ValueError):
341
- consume_webhook(payload, headers, _PUB_KEY)
342
-
343
-
344
- if __name__ == "__main__":
345
- unittest.main()