Skip to content

Incorrect variable name in sample code for injection #19

@mtausig

Description

@mtausig

The image showing an example code for Injection attack II contains an errornous variable name.

In the first call to subprocess.call() the variable file_path is used. But this variable is never defined, in all other lines fpath is used instead.

To conclude, the single occurence of file_path should be replaced by fpath.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions