Skip to content

Commit

Permalink
Changelog for v1.7.2 (#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
another-rex committed Apr 18, 2024
1 parent d571f9f commit 032296d
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 6 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# v1.7.2:

### Fixes:

- [Bug #899](https://github.com/google/osv-scanner/issues/899) Guided Remediation: Parse paths in npmrc auth fields correctly.
- [Bug #908](https://github.com/google/osv-scanner/issues/908) Fix rust call analysis by explicitly disabling stripping of debug info.
- [Bug #914](https://github.com/google/osv-scanner/issues/914) Fix regression for go call analysis introduced in 1.7.0.

# v1.7.1:

(There is no Github release for this version)

### Fixes

- [Bug #856](https://github.com/google/osv-scanner/issues/856)
Expand Down
8 changes: 4 additions & 4 deletions cmd/osv-scanner/__snapshots__/main_test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ No package sources found, --help for usage information.
---

[TestRun/#01 - 1]
osv-scanner version: 1.7.1
osv-scanner version: 1.7.2
commit: n/a
built at: n/a

Expand Down Expand Up @@ -102,7 +102,7 @@ Scanned <rootdir>/fixtures/locks-many/composer.lock file and found 1 package
"informationUri": "https://github.com/google/osv-scanner",
"name": "osv-scanner",
"rules": [],
"version": "1.7.1"
"version": "1.7.2"
}
},
"results": []
Expand Down Expand Up @@ -172,7 +172,7 @@ Loaded filter from: <rootdir>/fixtures/go-project/osv-scanner.toml
}
}
],
"version": "1.7.1"
"version": "1.7.2"
}
},
"artifacts": [
Expand Down Expand Up @@ -520,7 +520,7 @@ Scanned <rootdir>/fixtures/locks-insecure/osv-scanner-flutter-deps.json file as
}
}
],
"version": "1.7.1"
"version": "1.7.2"
}
},
"artifacts": [
Expand Down
2 changes: 1 addition & 1 deletion internal/output/__snapshots__/sarif_test.snap
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
}
}
],
"version": "1.7.1"
"version": "1.7.2"
}
},
"artifacts": [
Expand Down
2 changes: 1 addition & 1 deletion internal/version/version.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package version

// OSVVersion is the current release version, you should update this variable when doing a release
var OSVVersion = "1.7.1"
var OSVVersion = "1.7.2"

0 comments on commit 032296d

Please sign in to comment.