ali2210/WizDwarf

View on GitHub

Showing 82 of 170 total issues

Function FilePrints has 5 return statements (exceeds 4 allowed).
Open

func FilePrints(prints ...string) (map[string]string, linkcid.Cid) {

    nullify := map[string]string{}
    hash_data := sha256.Sum256([]byte(prints[0]))

Severity: Major
Found in other/crypto/crypto.go - About 35 mins to fix

    Function Metadata has 5 return statements (exceeds 4 allowed).
    Open

    func Metadata(filename, key, ownership string, client *firestore.Client) int {
    
        if reflect.DeepEqual(ownership, "") {
    
            log.Fatalln("Empty ownership:", ownership)
    Severity: Major
    Found in other/parser/parse_image/parse_image.go - About 35 mins to fix
      Severity
      Category
      Status
      Source
      Language