Skip to content

Block taint is not correctly inferred. #9

@ikarienator

Description

@ikarienator
(function(){
    var b = 1;
    {b = a;}
    {eval('var a');}
    {b = a;}
}())

The first block is not tainted, the second one is.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions