Project

General

Profile

Actions

Bug #4472

closed

YAML -- interpretation of "~" (tilde)

Added by Jeff Lucovsky almost 3 years ago. Updated almost 3 years ago.

Status:
Closed
Priority:
Low
Assignee:
Target version:
Affected Versions:
Effort:
Difficulty:
Label:

Description

The YAML spec states that the "~" character represents a null value. For example

logging:
  default-log-level: ~

This should be interpreted the same as:

logging:
  default-log-level:

However, it's interpreted as a literal value, not null, by the Suricata YAML parsing logic in Suricata.

Actions

Also available in: Atom PDF