mirror of
				https://github.com/dani-garcia/vaultwarden.git
				synced 2025-10-31 13:51:14 +00:00 
			
		
		
		
	Fix .env path traversal issue
This commit is contained in:
		
					parent
					
						
							
								a72809b225
							
						
					
				
			
			
				commit
				
					
						89840790e7
					
				
			
		
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -44,7 +44,7 @@ macro_rules! make_config { | |||
| 
 | ||||
|         impl ConfigBuilder { | ||||
|             fn from_env() -> Self { | ||||
|                 dotenv::dotenv().ok(); | ||||
|                 dotenv::from_path(".env").ok(); | ||||
| 
 | ||||
|                 let mut builder = ConfigBuilder::default(); | ||||
|                 $($( | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue