colis-anr / morbig

A static parser for POSIX Shell
Other
190 stars 8 forks source link

Morbig accepts scripts where functions are defined with special built-ins names #94

Closed Niols closed 5 years ago

Niols commented 5 years ago

For instance:

eval () {
    echo foo
}

should be rejected. I remember reading it in the standard (I can find the reference probably).