<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>Vulnerability Spoiler Alert - langchain-ai/langchain</title>
    <link>https://spaceraccoon.github.io/vulnerability-spoiler-alert</link>
    <description>Vulnerability alerts for langchain-ai/langchain</description>
    <language>en-us</language>
    <lastBuildDate>Tue, 11 Aug 2026 21:01:38 GMT</lastBuildDate>
    <atom:link href="https://spaceraccoon.github.io/vulnerability-spoiler-alert/feed/langchain-ai-langchain.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>[MEDIUM] Sensitive Information Exposure (Credential Leak) in langchain-ai/langchain</title>
      <link>https://github.com/spaceraccoon/vulnerability-spoiler-alert/issues/373</link>
      <guid isPermaLink="true">https://github.com/spaceraccoon/vulnerability-spoiler-alert/issues/373</guid>
      <pubDate>Wed, 05 Aug 2026 21:38:57 GMT</pubDate>
      <description>The evaluation runner copied the Git remote URL verbatim into LangSmith run tags without stripping embedded credentials (userinfo) from HTTPS or SSH-style URLs. If a developer&apos;s local git remote contained an access token or password (e.g., `https://user:token@github.com/...`), that secret would be persisted and exposed in run metadata/tags, which may be visible to other users or logged systems. The patch adds sanitization that strips userinfo while preserving host/path identity, and fails closed (omitting the tag) for ambiguous or malformed URLs.</description>
      <category>medium</category>
      <category>verified</category>
      
    </item>
  </channel>
</rss>