@techspokes/typescript-wsdl-client 0.26.0 → 0.27.0
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.
- package/docs/releases/v0.27.0.md +31 -0
- package/package.json +1 -1
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
# TypeScript WSDL Client v0.27.0
|
|
2
|
+
|
|
3
|
+
## Code Scanning Remediation
|
|
4
|
+
|
|
5
|
+
This release resolves GitHub CodeQL reflected-XSS alerts reported against Fastify schema compatibility tests.
|
|
6
|
+
|
|
7
|
+
## What This Improves
|
|
8
|
+
|
|
9
|
+
The Fastify schema compatibility probes no longer echo request-controlled payloads through HTTP responses. The tests still verify Fastify request parsing and schema behavior, but CodeQL can now validate the repository without reflected response-body findings in test routes.
|
|
10
|
+
|
|
11
|
+
## Highlights
|
|
12
|
+
|
|
13
|
+
- Removes reflected request-body response sinks from Fastify schema compatibility tests.
|
|
14
|
+
- Preserves coverage for choice exclusivity, peer `not` constraints, and `anyOf` compatibility behavior.
|
|
15
|
+
- Confirms no Dependabot or secret scanning remediation was required for this release.
|
|
16
|
+
|
|
17
|
+
## Upgrade Notes
|
|
18
|
+
|
|
19
|
+
No runtime upgrade steps.
|
|
20
|
+
|
|
21
|
+
## Validation
|
|
22
|
+
|
|
23
|
+
- CI passed.
|
|
24
|
+
- NPM package contents were validated.
|
|
25
|
+
- Documentation links and TypeScript fenced snippets were validated.
|
|
26
|
+
- Agent skill artifact was validated and packaged.
|
|
27
|
+
- GitHub code scanning alerts for the reflected test response sinks were resolved.
|
|
28
|
+
|
|
29
|
+
## Notes
|
|
30
|
+
|
|
31
|
+
Release tag: `v0.27.0`.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@techspokes/typescript-wsdl-client",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.27.0",
|
|
4
4
|
"description": "Turn legacy WSDL/SOAP services into typed TypeScript clients, OpenAPI 3.1 specs, and production-ready Fastify REST gateways. Built for enterprise SOAP modernization.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"wsdl",
|