Skip to content

Commit 60236d7

Browse files
committed
Update links to Play 1.0.x which do not have a git tag
1 parent 5dc7896 commit 60236d7

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

conf/playReleases.json

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -730,7 +730,7 @@
730730
},
731731
{
732732
"version": "1.0.3.4",
733-
"url": "https://github.com/playframework/play1/releases/download/1.0.3.4/play-1.0.3.4.zip",
733+
"url": "https://github.com/playframework/archive/raw/refs/heads/main/play1/play-1.0.3.4.zip",
734734
"date": "Aug 06 2013",
735735
"size": "32.9M"
736736
},
@@ -814,7 +814,7 @@
814814
},
815815
{
816816
"version": "1.0.3.3",
817-
"url": "https://github.com/playframework/play1/releases/download/1.0.3.3/play-1.0.3.3.zip",
817+
"url": "https://github.com/playframework/archive/raw/refs/heads/main/play1/play-1.0.3.3.zip",
818818
"date": "Aug 23 2011",
819819
"size": "32.8M"
820820
},
@@ -850,43 +850,43 @@
850850
},
851851
{
852852
"version": "1.0.3.2",
853-
"url": "https://github.com/playframework/play1/releases/download/1.0.3.2/play-1.0.3.2.zip",
853+
"url": "https://github.com/playframework/archive/raw/refs/heads/main/play1/play-1.0.3.2.zip",
854854
"date": "Jul 28 2010",
855855
"size": "32.9M"
856856
},
857857
{
858858
"version": "1.0.3.1",
859-
"url": "https://github.com/playframework/play1/releases/download/1.0.3.1/play-1.0.3.1.zip",
859+
"url": "https://github.com/playframework/archive/raw/refs/heads/main/play1/play-1.0.3.1.zip",
860860
"date": "Jul 15 2010",
861861
"size": "32.8M"
862862
},
863863
{
864864
"version": "1.0.3",
865-
"url": "https://github.com/playframework/play1/releases/download/1.0.3/play-1.0.3.zip",
865+
"url": "https://github.com/playframework/archive/raw/refs/heads/main/play1/play-1.0.3.zip",
866866
"date": "Jun 16 2010",
867867
"size": "32.8M"
868868
},
869869
{
870870
"version": "1.0.2.1",
871-
"url": "https://github.com/playframework/play1/releases/download/1.0.2.1/play-1.0.2.1.zip",
871+
"url": "https://github.com/playframework/archive/raw/refs/heads/main/play1/play-1.0.2.1.zip",
872872
"date": "Apr 16 2010",
873873
"size": "32.8M"
874874
},
875875
{
876876
"version": "1.0.2",
877-
"url": "https://github.com/playframework/play1/releases/download/1.0.2/play-1.0.2.zip",
877+
"url": "https://github.com/playframework/archive/raw/refs/heads/main/play1/play-1.0.2.zip",
878878
"date": "Apr 06 2010",
879879
"size": "32.8M"
880880
},
881881
{
882882
"version": "1.0.1",
883-
"url": "https://github.com/playframework/play1/releases/download/1.0.1/play-1.0.1.zip",
883+
"url": "https://github.com/playframework/archive/raw/refs/heads/main/play1/play-1.0.1.zip",
884884
"date": "Jan 17 2010",
885885
"size": "44.6M"
886886
},
887887
{
888888
"version": "1.0",
889-
"url": "https://github.com/playframework/play1/releases/download/1.0/play-1.0.zip",
889+
"url": "https://github.com/playframework/archive/raw/refs/heads/main/play1/play-1.0.zip",
890890
"date": "Oct 19 2009",
891891
"size": "41.5M"
892892
}

public/markdown/vulnerabilities/20130806-SessionInjection.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Upgrade to the appropriate version below:
3636
* [Play 2.0.6](https://github.com/playframework/playframework/releases/download/2.0.6/play-2.0.6.zip)
3737
* [Play 1.2.6](https://github.com/playframework/play1/releases/download/1.2.6/play-1.2.6.zip)
3838
* [Play 1.1.3](https://github.com/playframework/play1/releases/download/1.1.3/play-1.1.3.zip)
39-
* [Play 1.0.3.4](https://github.com/playframework/play1/releases/download/1.0.3.4/play-1.0.3.4.zip)
39+
* [Play 1.0.3.4](https://github.com/playframework/archive/raw/refs/heads/main/play1/play-1.0.3.4.zip)
4040

4141
### CVSS metrics (<a href="https://www.first.org/cvss/user-guide">more info</a>)
4242

0 commit comments

Comments
 (0)