Skip to content

Commit

Permalink
deps: Audit 08/06 (#1606)
Browse files Browse the repository at this point in the history
* Update deps.

* Update proto.

* Bump version.

* Fix tests.
  • Loading branch information
milesj authored Aug 7, 2024
1 parent 6e75e30 commit 2996f7c
Show file tree
Hide file tree
Showing 15 changed files with 376 additions and 265 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ jobs:
with:
auto-install: true
cache: ${{ runner.os == 'Linux' }}
proto-version: '0.38.3' # Keep in sync
proto-version: '0.39.7' # Keep in sync
- uses: mozilla-actions/[email protected]
if: ${{ vars.ENABLE_SCCACHE == 'true' }}
- name: Checking coverage status
Expand Down
9 changes: 9 additions & 0 deletions .yarn/versions/c91ccfa6.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
releases:
"@moonrepo/cli": patch
"@moonrepo/core-linux-arm64-gnu": patch
"@moonrepo/core-linux-arm64-musl": patch
"@moonrepo/core-linux-x64-gnu": patch
"@moonrepo/core-linux-x64-musl": patch
"@moonrepo/core-macos-arm64": patch
"@moonrepo/core-macos-x64": patch
"@moonrepo/core-windows-x64-msvc": patch
18 changes: 18 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Changelog

## Unreleased

#### 📢 Notice

There have been reports of the `moon.exe` binary being flagged as a Trojan on Windows. This looks to
be a common false positive (`Wacatac.B!ml`) that targets Rust built binaries (as seen in the
[Tauri project as well](https://github.com/tauri-apps/tauri/issues/2486)).

While this isn't a simple fix on our end, we're publishing a new binary to replace the old one. You
may also have to unquarantine moon on your system. And lastly, we also suggest
[adding an exclusion for `moon.exe` to Windows Defender](https://support.microsoft.com/en-gb/windows/add-an-exclusion-to-windows-security-811816c0-4dfd-af4a-47e4-c301afe13b26).

#### ⚙️ Internal

- Updated proto to v0.39.7 (from v0.38.3).
- Updated Rust to v1.80.
- Updated dependencies.

## 1.27.5

#### 🐞 Fixes
Expand Down
Loading

0 comments on commit 2996f7c

Please sign in to comment.