From ce2620194b4a8f070cd29504d34a79758affdf95 Mon Sep 17 00:00:00 2001 From: Ilaygoldman <29836366+Ilaygoldman@users.noreply.github.com> Date: Fri, 7 Oct 2022 00:06:39 +0300 Subject: [PATCH] Change link of repojacking vulnerable link (#19393) The link to https://github.com/vasudevgupta7/bigbird is vulnerable to repojacking (it redirects to the orignial project that changed name), you should change the link to the current name of the project. if you won't change the link, an attacker can open the linked repository and attacks users that trust your links --- examples/research_projects/jax-projects/big_bird/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/research_projects/jax-projects/big_bird/README.md b/examples/research_projects/jax-projects/big_bird/README.md index 36e2f52a79..e8ef274bbe 100644 --- a/examples/research_projects/jax-projects/big_bird/README.md +++ b/examples/research_projects/jax-projects/big_bird/README.md @@ -1,5 +1,5 @@ -Author: [@vasudevgupta7](https://github.com/vasudevgupta7) +Author: [@vasudevgupta7](https://github.com/thevasudevgupta/) ## Intro @@ -57,4 +57,4 @@ wget https://huggingface.co/datasets/vasudevgupta/natural-questions-validation/r python3 evaluate.py ``` -You can find our checkpoint on HuggingFace Hub ([see this](https://huggingface.co/vasudevgupta/flax-bigbird-natural-questions)). In case you are interested in PyTorch BigBird fine-tuning, you can refer to [this repositary](https://github.com/vasudevgupta7/bigbird). +You can find our checkpoint on HuggingFace Hub ([see this](https://huggingface.co/vasudevgupta/flax-bigbird-natural-questions)). In case you are interested in PyTorch BigBird fine-tuning, you can refer to [this repositary](https://github.com/thevasudevgupta/bigbird).