FLAM® Issue Tracker

View Issue Details Jump to Notes ] Issue History ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0000748CLE/P2. CLPpublic2015-11-05 08:342015-11-05 13:42
ReporterFalk Reichbott 
Assigned ToFalk Reichbott 
PrioritynormalSeverityfeatureReproducibilityN/A
StatusresolvedResolutionfixed 
PlatformGeneralOSGeneralOS VersionGeneral
Product Version1.1 
Target Version1.2Fixed in Version1.2 
Summary0000748: Support read from files for strings to protect passwords
DescriptionMainly 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
TagsNo tags attached.
Attached Files

- Relationships

-  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
Powered by Mantis Bugtracker