Skip to content

(JAVA-S1049) Mutable fields should not directly be returned #26

@VerisimilitudeX

Description

@VerisimilitudeX

Description

A mutable field (which is either an array type or a class with public non-final fields) is returned directly (without being copied). This could result in the internal state of your API being exposed, or worse, open to manipulation.

Occurrences

There are 2 occurrences of this issue in the repository.

See all occurrences on DeepSource → app.deepsource.com/gh/VerisimilitudeX/VigenereDecrypter/issue/JAVA-S1049/occurrences/

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions