Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
curl --url https://bsc-mainnet.infura.io/v3/bd4e8cc534144e40b62c45c25c313a0f \ -X POST \ -H "Content-Type: application/json" \ -d '{"jsonrpc":"2.0","method":"eth_blockNumber","params":[],"id":1}'---
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Exposed API key committed in documentation file

High Severity

An Infura API key (bd4e8cc534144e40b62c45c25c313a0f) is exposed in a curl command that was prepended to line 1 of the file. This appears to be a debugging/testing command that was accidentally pasted into the document's frontmatter, leaking a secret credential into a public repository.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 89d8b6e. Configure here.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

File accidentally renamed with .ak extension

High Severity

The file was renamed from integration-options.md to integration-options.md.ak, which will break any references to this page in the documentation site. The .ak extension is not a recognized format and the file will no longer be processed as Markdown by the static site generator, effectively removing this page from the docs.

Fix in Cursor Fix in Web

Reviewed by Cursor Bugbot for commit 89d8b6e. Configure here.

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Restore the Markdown doc id

Renaming this page to integration-options.md.ak removes it from the MetaMask Connect docs set because the metamask-connect Docusaurus plugin uses the docs path with the default Markdown/MDX file discovery, while mm-connect-sidebar.js still lists the doc id integration-options and several pages link to /metamask-connect/integration-options. In this state the sidebar references a doc that no longer exists, so the docs build/navigation for MetaMask Connect breaks instead of publishing the integration-options page.

Useful? React with 👍 / 👎.

title: 'MetaMask Connect Integration Options - Multichain, EVM, and Solana'
sidebar_label: Integration options
toc_max_heading_level: 2
Expand Down