Skip to content

Handle variables #24

@l0kod

Description

@l0kod

Configuration files could be dynamically generated, especially is JSON, but it could lead to common issues such as injection attacks if not properly escaped, which might be tricky for file paths.

Users should also be able to easily customize a configuration file according to their environment and context (e.g. $HOME, $TMPDIR).

All variables should be explicitly declared in the configuration file using them, but they may be marked as empty/ok-if-unused.

Variables declared in configuration files should have a scope: local (default) or global (for shared variables).

The ability to declare and use variables may also be required for #20.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions