Project

General

Profile

Actions

Architecture #2432

closed

Warn user if he inputs a "risky" value in a directive

Added by Jonathan CLARKE about 12 years ago. Updated about 2 years ago.

Status:
Backlog
Priority:
4
Assignee:
-
Category:
Web - Config management
Effort required:
Name check:
Fix check:
Regression:

Description

At least on Debian/Ubuntu/CentOS, cron jobs in /etc/cron.{daily,hourly,monthly,weekly} are run by run-parts, which ignores filenames that contain a ".". To be exact, it's a regex like "[a-zA-Z0-9_-]+"

       If  neither the --lsbsysinit option nor the --regex option is given then the names must consist entirely of
       ASCII upper- and lower-case letters, ASCII digits, ASCII underscores, and ASCII minus-hyphens.

But on SLES run-parts isn't used, so I guess this is allowable...

Ideally, we should be able to display a warning in the user interface if a dangerous name is used.


Related issues 1 (0 open1 closed)

Related to Rudder - User story #2887: Add a warning in the checkGenericFileContent Technique about quotesReleasedMatthieu CERDA2012-09-10Actions
Actions #1

Updated by Jonathan CLARKE almost 12 years ago

  • Tracker changed from Bug to User story
  • Subject changed from Warn user if trying to create a cron job that won't be run by run-parts to Warn user if he inputs a "risky" value in a directive
  • Priority changed from N/A to 4
  • Target version changed from 24 to Ideas (not version specific)
Actions #2

Updated by François ARMAND almost 11 years ago

  • Assignee deleted (François ARMAND)
Actions #3

Updated by François ARMAND about 2 years ago

  • Status changed from New to Backlog

Waiting for form redesign priorization

Actions #4

Updated by François ARMAND about 2 years ago

  • Tracker changed from User story to Architecture
Actions

Also available in: Atom PDF