Skip to content

Commit 34a2916

Browse files
authored
Merge pull request #34 from PureStake/tgmichel-vulnerability-fix
Fix serialize-javascript vulnerability alert
2 parents cfad0f9 + 539d520 commit 34a2916

File tree

4 files changed

+214
-143
lines changed

4 files changed

+214
-143
lines changed

.github/workflows/tests.yml

-7
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,6 @@ jobs:
99
- uses: actions/checkout@v2
1010
- name: Submodules
1111
run: git submodule update --init --recursive
12-
- name: Cache Rust dependencies
13-
uses: actions/cache@v1.1.2
14-
with:
15-
path: target
16-
key: ${{ runner.OS }}-build-${{ hashFiles('**/Cargo.lock') }}
17-
restore-keys: |
18-
${{ runner.OS }}-build-
1912
- name: Init
2013
run: |
2114
scripts/init.sh

Cargo.lock

+3-32
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)