Project

General

Profile

Bug #8465

Updated by Jason Ish 4 days ago

For example, a @suricata.yaml@ that loos like: 
 <pre> 
 %YAML 1.1 
 --- 
 outputs.x: val 
 include: 
   - ./include.yaml 
 </pre> 
 and @include.yaml@: 
 <pre> 
 

 Reported by: Trail of Bits, in collaboration with Anthropic 

 %YAML 1.1 
 --- 
 outputs: [] 
 </pre> 

 The override cleaned up after itself, but the node is still marked a sequence. 

 Reported by: Trail of Bits, in collaboration with Anthropic 

Back