Skip to content

Commit 07221fe

Browse files
committed
Update mdbook (0.4.1 -> 0.4.12), fixes CVE-2020-26297
Fixes a vulnerability in mdbook, that allows arbitrary JavaScript execution from search bar input. https://blog.rust-lang.org/2021/01/04/mdbook-security-advisory.html
1 parent 36a0c6c commit 07221fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Build book
3131
run: |
32-
wget https://github.com/rust-lang/mdBook/releases/download/v0.4.1/mdbook-v0.4.1-x86_64-unknown-linux-gnu.tar.gz -O /tmp/mdbook.tar.gz
32+
wget https://github.com/rust-lang/mdBook/releases/download/v0.4.12/mdbook-v0.4.12-x86_64-unknown-linux-gnu.tar.gz -O /tmp/mdbook.tar.gz
3333
/bin/tar -xvzf /tmp/mdbook.tar.gz -C /tmp
3434
/tmp/mdbook build
3535

0 commit comments

Comments
 (0)