@tableau/mcp-server 2.2.4 → 2.9.3
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/SECURITY.md +1 -1
- package/build/index.js +380 -122
- package/build/index.js.map +4 -4
- package/build/telemetry/tracing.js +2 -5
- package/build/telemetry/tracing.js.map +4 -4
- package/build/web/apps/dist/mcp-app.html +86 -0
- package/package.json +5 -1
package/SECURITY.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
## Security
|
|
2
2
|
|
|
3
|
-
Please report any security issue to [
|
|
3
|
+
Please report any security issue to [https://www.sfdc.co/SubmitVuln](https://www.sfdc.co/SubmitVuln)
|
|
4
4
|
as soon as it is discovered. This library limits its runtime dependencies in
|
|
5
5
|
order to reduce the total cost of ownership as much as can be, but all consumers
|
|
6
6
|
should remain vigilant and have their security stakeholders review all third-party
|