Skip to content

Commit

Permalink
Merge pull request #4144 from cjcullen/patch-3
Browse files Browse the repository at this point in the history
📖 Update mdbook to 0.4.5 to fix CVE-2020-26297
  • Loading branch information
k8s-ci-robot authored Feb 4, 2021
2 parents 8ebb2d6 + 4d21fa9 commit 9064de9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/book/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $(RELEASELINK): $(TOOLS_DIR)/go.mod

MDBOOK := $(TOOLS_BIN_DIR)/mdbook
$(MDBOOK):
$(CRATE_INSTALL) --git rust-lang/mdBook --tag v0.4.3 --to $(TOOLS_BIN_DIR) --force
$(CRATE_INSTALL) --git rust-lang/mdBook --tag v0.4.5 --to $(TOOLS_BIN_DIR) --force

MDBOOK_LINKCHECK := $(TOOLS_BIN_DIR)/mdbook-linkcheck
$(MDBOOK_LINKCHECK):
Expand Down

0 comments on commit 9064de9

Please sign in to comment.