Project

General

Profile

Actions

Bug #9784

closed
VG JP

status.php: Sanitize bandwidthd db password

Bug #9784: status.php: Sanitize bandwidthd db password

Added by Viktor Gurov almost 7 years ago. Updated almost 7 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
Web Interface
Target version:
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>

JP Updated by Jim Pingle almost 7 years ago Actions #1

  • Assignee set to Jim Pingle
  • Target version set to 2.5.0

JP Updated by Jim Pingle almost 7 years ago Actions #2

  • Status changed from New to Feedback
  • % Done changed from 0 to 100

Applied in changeset commit:1f2be937ddbaf04a1704cac2aea3fc66bb196013.

VG Updated by Viktor Gurov almost 7 years ago Actions #3

Jim Pingle wrote:

Applied in changeset commit:1f2be937ddbaf04a1704cac2aea3fc66bb196013.

<postgresqlpasswordenc>xxxxx</postgresqlpasswordenc>

Sanitized ok
Resolved

JP Updated by Jim Pingle almost 7 years ago Actions #4

  • Status changed from Feedback to Resolved

JP Updated by Jim Pingle almost 7 years ago Actions #5

  • Private changed from Yes to No

JP Updated by Jim Pingle almost 7 years ago Actions #6

  • Target version changed from 2.5.0 to 2.4.5

JP Updated by Jim Pingle almost 7 years ago Actions #7

  • Status changed from Resolved to Feedback

Needs checked and/or tested again on 2.4.5 snapshots

VG Updated by Viktor Gurov almost 7 years ago Actions #8

Jim Pingle wrote:

Needs checked and/or tested again on 2.4.5 snapshots

tested on 2.4.5.a.20191209.0732

Resolved

JP Updated by Jim Pingle almost 7 years ago Actions #9

  • Status changed from Feedback to Resolved
Actions

Also available in: Atom