A node.js version management utility for Windows. Ironically written in Go.
11 matches across 3 categories. Click a row to expand file-level details.
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .github/workflows/scanner.yml | 81 | body: | |
| LOW | src/nvm.go | 1541 | maj, min, patch := windows.RtlGetNtVersionNumbers() |
| LOW | src/upgrade/upgrade.go | 301 | // rollback = true |
| LOW | src/upgrade/upgrade.go | 321 | |
| LOW | src/web/web.go | 81 | return false, err |
| LOW | src/encoding/encoding.go | 41 | // cs = "UTF-8" |
| LOW | src/encoding/encoding.go | 61 | // if cs == "UTF-8" { |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | src/upgrade/upgrade.go | 407 | // Step 1: Compute the MD5 checksum of the file |
| LOW | src/upgrade/upgrade.go | 414 | // Step 2: Read the checksum from the .checksum.txt file |
| LOW | src/upgrade/upgrade.go | 420 | // Step 3: Compare the computed checksum with the stored checksum |
| Severity | File | Line | Snippet |
|---|---|---|---|
| LOW | .github/workflows/scanner.yml | 72 | # Output the result |