Skip to content

Passwords are passed insecurely as command line arguments #987

@heiderich

Description

@heiderich

Passwords are passed as command line arguments to external programs in several places, which is insecure:

`$mysql_command --host=$host --port=$port --user=$dbuser --password=$dbpass $db < $global_sql_file`;

`$mysqldump_command --host=$host --port=$port --user=$dbuser --password=$dbpass $db OPL_local_statistics > $output_file`;

More instances of this form are suggested in #985.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions