docs: warnings for dotenv vulnerability #10138
Conversation
Dotenv warnings and 164 patch.
|
Important Review skippedAuto incremental reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the WalkthroughDocumentation updates across README, SECURITY, and release notes to warn about a .env environment variable loading bug in versions 1.6.0–1.6.3, recommend upgrading to 1.6.4, and annotate security-related config lines with allowlist pragmas. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Suggested labels
Suggested reviewers
Pre-merge checks and finishing touches✅ Passed checks (7 passed)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
This comment has been minimized.
This comment has been minimized.
There was a problem hiding this comment.
Actionable comments posted: 1
📜 Review details
Configuration used: Path: .coderabbit.yaml
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (3)
README.md(1 hunks)SECURITY.md(2 hunks)docs/docs/Support/release-notes.mdx(1 hunks)
🧰 Additional context used
📓 Path-based instructions (2)
docs/**/*.{md,mdx}
📄 CodeRabbit inference engine (.cursor/rules/docs_development.mdc)
docs/**/*.{md,mdx}: All Markdown/MDX pages must start with front matter including at least title and description; include sidebar_position for docs pages when applicable
Code blocks must specify a language and may include a title (```lang title="…")
Use sentence case for headings and keep paragraphs short and scannable
Write in second person, present tense, with a professional but approachable tone
Use inline code with backticks for code terms; use bold for UI elements and italics for emphasis; keep lists in parallel structure
Ensure internal links are functional and navigation works (update cross-references as needed)
Verify all code examples in docs and blog actually run as shown
Use correct terminology capitalization: Langflow, Component, Flow, API, JSON
Reference images with absolute paths under /img/... and provide descriptive alt text
Files:
docs/docs/Support/release-notes.mdx
docs/docs/**/*.{md,mdx}
📄 CodeRabbit inference engine (.cursor/rules/docs_development.mdc)
Use Docusaurus admonitions (:::+tip|warning|danger) instead of custom callouts in docs pages
Files:
docs/docs/Support/release-notes.mdx
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (2)
- GitHub Check: Test Docs Build / Test Docs Build
- GitHub Check: build-and-deploy
🔇 Additional comments (1)
docs/docs/Support/release-notes.mdx (1)
59-62: Fix trailing punctuation in the impact list.Each bullet ends with a comma, which reads awkwardly and breaks the list’s sentence structure. Please swap those trailing commas for periods so the list scans cleanly.
Apply this diff:
-If you deployed with `AUTO_LOGIN=false` in your `.env` file, upgrading to these versions will cause Langflow to fall back to default settings, potentially giving all users superuser access, -Database credentials, API keys, and other sensitive configuration may not be loaded from `.env` files. +If you deployed with `AUTO_LOGIN=false` in your `.env` file, upgrading to these versions will cause Langflow to fall back to default settings, potentially giving all users superuser access. +Database credentials, API keys, and other sensitive configuration may not be loaded from `.env` files.Likely an incorrect or invalid review comment.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
jordanrfrazier
left a comment
There was a problem hiding this comment.
Sent a few comments offline. lgtm. 1.6.4 is releasing now.
|
This comment has been minimized.
This comment has been minimized.
|
Build successful! ✅ |



Dotenv warnings for 1.6.0:
and recommendation to use 1.6.4 when it is available.