Skip to content

sql injection check #17

@bcho

Description

@bcho

Currently, we are creating the sql query with string concatenation, which is error prone and open to sql injection. We have two very basic unit tests (

func TestSecuritySQLInjection(t *testing.T) {
) to cover this part. But we need to rethink the sql building design.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions