You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Changes to prevent the use of method find_dotenv (#429)
* Changes to prevent the use of method find_dotenv
* updated changelog to include the removal of the usage of dotenv.finddotenv
* Update to version for extractor-utils
* Fix for mypy check failing
* Changes suggested in the PR related to the version and the changelog phrasing
---------
Co-authored-by: Nithin Bodanapu <nithin.bodanapu@cognite.com>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,12 @@ Changes are grouped as follows
12
12
-`Fixed` for any bug fixes.
13
13
-`Security` in case of vulnerabilities.
14
14
15
+
## 7.5.13
16
+
17
+
### Security
18
+
19
+
* Disabled recursive search for .env file. The change will prevent loading environment variables hosted in directories other than the current working directory. Environment variable management is now more explicit to enhance security, and reduce potential misconfigurations.
0 commit comments