Actions
Bug #9784
closedstatus.php: Sanitize bandwidthd db password
Start date:
09/23/2019
Due date:
% Done:
100%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.5.0
Affected Architecture:
Description
config-satinized.xml keeps <postgresqlpasswordenc>:
<bandwidthd>
<config>
<enable>on</enable>
<active_interface>lan</active_interface>
<interface_array>lan</interface_array>
<subnets_extra></subnets_extra>
<promiscuous></promiscuous>
<sensorid></sensorid>
<drawgraphs>on</drawgraphs>
<meta_refresh></meta_refresh>
<skipintervals></skipintervals>
<graphcutoff></graphcutoff>
<outputcdf></outputcdf>
<recovercdf></recovercdf>
<graph_log_info></graph_log_info>
<outputpostgresql>on</outputpostgresql>
<postgresqlhost>10.1.1.1</postgresqlhost>
<postgresqldatabase>bwdb1</postgresqldatabase>
<postgresqlusername>bwdbuser</postgresqlusername>
<postgresqlpasswordenc>YndkYnBhc3M=</postgresqlpasswordenc>
<advfilter></advfilter>
</config>
</bandwidthd>
Updated by Jim Pingle about 5 years ago
- Assignee set to Jim Pingle
- Target version set to 2.5.0
Updated by Jim Pingle about 5 years ago
- Status changed from New to Feedback
- % Done changed from 0 to 100
Applied in changeset 1f2be937ddbaf04a1704cac2aea3fc66bb196013.
Updated by Viktor Gurov about 5 years ago
Jim Pingle wrote:
Applied in changeset 1f2be937ddbaf04a1704cac2aea3fc66bb196013.
<postgresqlpasswordenc>xxxxx</postgresqlpasswordenc>
Sanitized ok
Resolved
Updated by Jim Pingle about 5 years ago
- Status changed from Feedback to Resolved
Updated by Jim Pingle about 5 years ago
- Target version changed from 2.5.0 to 2.4.5
Updated by Jim Pingle almost 5 years ago
- Status changed from Resolved to Feedback
Needs checked and/or tested again on 2.4.5 snapshots
Updated by Viktor Gurov almost 5 years ago
Jim Pingle wrote:
Needs checked and/or tested again on 2.4.5 snapshots
tested on 2.4.5.a.20191209.0732
Resolved
Updated by Jim Pingle almost 5 years ago
- Status changed from Feedback to Resolved
Actions