From 538a1e6aae918f5978653e6a9d471762ad937232 Mon Sep 17 00:00:00 2001 From: orbisai0security Date: Mon, 29 Jun 2026 13:20:30 +0000 Subject: [PATCH] fix: V-001 security vulnerability Automated security fix generated by OrbisAI Security --- docs/api-guide.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/api-guide.mdx b/docs/api-guide.mdx index f6f32aa62..1be3de0ba 100644 --- a/docs/api-guide.mdx +++ b/docs/api-guide.mdx @@ -59,9 +59,10 @@ You can pin a specific version with either `/owner/repo/` or `/owner/re ### Complete Workflow Example ```python +import os import requests -headers = {"Authorization": "Bearer CONTEXT7_API_KEY"} +headers = {"Authorization": f"Bearer {os.environ['CONTEXT7_API_KEY']}"} # Step 1: Search for the library search_response = requests.get(