Actions
Bug #11341
closedPresharedKey is not sanitized from status_output config file
Start date:
01/30/2021
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.5.0
Affected Architecture:
Description
PresharedKey is not sanitized from config file
WireGuard-Configuration File wg0.conf:
# This WireGuard config file has been created automatically. Do not edit! # Description: WG0 [Interface] PrivateKey = <redacted> ListenPort = 51820 # Peer: WG42 [Peer] PublicKey = Xja7ORQcgzifnwXg9xAR3wVef53yj10fx65dtZZYcTM= AllowedIPs = 10.2.2.2/24 PresharedKey = XU2RlgQOzMqKh1qDA7d2jQRJjuIGgDRpQPR1DYeQiTc=
       Updated by Viktor Gurov almost 5 years ago
      Updated by Viktor Gurov almost 5 years ago
      
    
    
    
       Updated by Jim Pingle over 4 years ago
      Updated by Jim Pingle over 4 years ago
      
    
    - Status changed from New to Pull Request Review
- Target version set to 2.5.0
       Updated by Renato Botelho over 4 years ago
      Updated by Renato Botelho over 4 years ago
      
    
    - Status changed from Pull Request Review to Feedback
- Assignee set to Viktor Gurov
PR has been merged. Thanks!
       Updated by Viktor Gurov over 4 years ago
      Updated by Viktor Gurov over 4 years ago
      
    
    - % Done changed from 0 to 100
Applied in changeset 294bb15c5230bd389bd1a6b738297bf4d57afb98.
       Updated by Viktor Gurov over 4 years ago
      Updated by Viktor Gurov over 4 years ago
      
    
    - Status changed from Feedback to Resolved
2.5.0.a.20210201.1628 works as expected:
WireGuard-Configuration File wg0.conf
# This WireGuard config file has been created automatically. Do not edit! # Description: WG0 [Interface] PrivateKey = <redacted> ListenPort = 51820 # Peer: WG42 [Peer] PublicKey = Xja7ORQcgzifnwXg9xAR3wVef53yj10fx65dtZZYcTM= AllowedIPs = 10.2.2.2/24 PresharedKey = <redacted>
Actions