Anonymous | Login | Signup for a new account | 2024-11-21 14:36 CET |
My View | View Issues | Change Log | Roadmap | Search |
View Issue Details [ Jump to Notes ] | [ Issue History ] [ Print ] | ||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | ||||
0000748 | CLE/P | 2. CLP | public | 2015-11-05 08:34 | 2015-11-05 13:42 | ||||
Reporter | Falk Reichbott | ||||||||
Assigned To | Falk Reichbott | ||||||||
Priority | normal | Severity | feature | Reproducibility | N/A | ||||
Status | resolved | Resolution | fixed | ||||||
Platform | General | OS | General | OS Version | General | ||||
Product Version | 1.1 | ||||||||
Target Version | 1.2 | Fixed in Version | 1.2 | ||||||
Summary | 0000748: Support read from files for strings to protect passwords | ||||||||
Description | Mainly for passwords and passphases it would be useful to provide a file name where the file contains the password. For example: passwd=a'Alligator' can be replaced with: passwd=f'pwfile.txt' where the pwfile.txt contains: a'Alligator' This feature prevent logging of passwords and other sensitivs strings | ||||||||
Tags | No tags attached. | ||||||||
Attached Files | |||||||||
Notes | |
(0000906) Falk Reichbott (administrator) 2015-11-05 13:42 |
For strings you can now define f'filename.ext' and in the file you can use each kind of string definition except f'xxx' to prevent endless recursions. Example: PASSWD=a'alligator' PASSWD=f'pwd.txt' > cat pwd.txt a'alligator' |
Issue History | |||
Date Modified | Username | Field | Change |
2015-11-05 08:34 | Falk Reichbott | New Issue | |
2015-11-05 08:34 | Falk Reichbott | Status | new => assigned |
2015-11-05 08:34 | Falk Reichbott | Assigned To | => Falk Reichbott |
2015-11-05 13:42 | Falk Reichbott | Note Added: 0000906 | |
2015-11-05 13:42 | Falk Reichbott | Status | assigned => resolved |
2015-11-05 13:42 | Falk Reichbott | Fixed in Version | => 1.2 |
2015-11-05 13:42 | Falk Reichbott | Resolution | open => fixed |
Copyright © 2000 - 2024 MantisBT Team |