Skip to content

Commit 5e36d7e

Browse files
authored
Merge pull request #624 from mkurz/update_download_links
Update download links
2 parents dc43173 + 01dd354 commit 5e36d7e

10 files changed

Lines changed: 1440 additions & 710 deletions

README.md

Lines changed: 626 additions & 626 deletions
Large diffs are not rendered by default.

conf/playReleases.json

Lines changed: 65 additions & 65 deletions
Large diffs are not rendered by default.

dev/check-play-download-links.sh

Lines changed: 723 additions & 0 deletions
Large diffs are not rendered by default.

dev/stage-start

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
#!/bin/bash
2+
3+
rm -rf ./target/universal/RUNNING_PID;
4+
rm -rf ./target/universal/stage
5+
sbt stage;
6+
#cp -rv ./dev/ ./target/universal/stage/;
7+
./target/universal/stage/bin/playframework

public/markdown/vulnerabilities/20130806-SessionInjection.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,11 @@ Validate that no values being placed into a session contain null bytes.
3232

3333
Upgrade to the appropriate version below:
3434

35-
* [Play 2.1.3](https://downloads.typesafe.com/play/2.1.3/play-2.1.3.zip)
36-
* [Play 2.0.6](https://downloads.typesafe.com/play/2.0.6/play-2.0.6.zip)
37-
* [Play 1.2.6](https://downloads.typesafe.com/play/1.2.6/play-1.2.6.zip)
38-
* [Play 1.1.3](https://downloads.typesafe.com/play/1.1.3/play-1.1.3.zip)
39-
* [Play 1.0.3.4](https://downloads.typesafe.com/play/1.0.3.4/play-1.0.3.4.zip)
35+
* [Play 2.1.3](https://github.com/playframework/playframework/releases/download/2.1.3/play-2.1.3.zip)
36+
* [Play 2.0.6](https://github.com/playframework/playframework/releases/download/2.0.6/play-2.0.6.zip)
37+
* [Play 1.2.6](https://github.com/playframework/play1/releases/download/1.2.6/play-1.2.6.zip)
38+
* [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/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

public/markdown/vulnerabilities/20130911-XmlExternalEntity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ And then when starting the application in production mode, add the following sys
6161

6262
Upgrade to the appropriate version below:
6363

64-
* [Play 2.1.4](https://downloads.typesafe.com/play/2.1.4/play-2.1.4.zip)
65-
* [Play 2.0.7](https://downloads.typesafe.com/play/2.0.7/play-2.0.7.zip)
64+
* [Play 2.1.4](https://github.com/playframework/playframework/releases/download/2.1.4/play-2.1.4.zip)
65+
* [Play 2.0.7](https://github.com/playframework/playframework/releases/download/2.0.7/play-2.0.7.zip)
6666

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

public/markdown/vulnerabilities/20130920-XmlExternalEntity.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@ And then when starting the application in production mode, add the following sys
6262

6363
Upgrade to the appropriate version below:
6464

65-
* [Play 2.1.5](https://downloads.typesafe.com/play/2.1.5/play-2.1.5.zip)
66-
* [Play 2.0.8](https://downloads.typesafe.com/play/2.0.8/play-2.0.8.zip)
65+
* [Play 2.1.5](https://github.com/playframework/playframework/releases/download/2.1.5/play-2.1.5.zip)
66+
* [Play 2.0.8](https://github.com/playframework/playframework/releases/download/2.0.8/play-2.0.8.zip)
6767

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

public/markdown/vulnerabilities/20150506-XssUrlParamerter.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Encode parameter before using it,
2929

3030
Upgrade to the appropriate version below:
3131

32-
* [Play 1.2.5.5](https://downloads.typesafe.com/play/1.2.5.5/play-1.2.5.5.zip)
33-
* [Play 1.2.6.1](https://downloads.typesafe.com/play/1.2.6.1/play-1.2.6.1.zip)
34-
* [Play 1.2.7.2](https://downloads.typesafe.com/play/1.2.7.2/play-1.2.7.2.zip)
35-
* [Play 1.3.1](https://downloads.typesafe.com/play/1.3.1/play-1.3.1.zip)
32+
* [Play 1.2.5.5](https://github.com/playframework/play1/releases/download/1.2.5.5/play-1.2.5.5.zip)
33+
* [Play 1.2.6.1](https://github.com/playframework/play1/releases/download/1.2.6.1/play-1.2.6.1.zip)
34+
* [Play 1.2.7.2](https://github.com/playframework/play1/releases/download/1.2.7.2/play-1.2.7.2.zip)
35+
* [Play 1.3.1](https://github.com/playframework/play1/releases/download/1.3.1/play-1.3.1.zip)
3636

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

public/markdown/vulnerabilities/20151230-SessionHijack.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,10 @@ Do not use the session when generating a 500 error page.
2929

3030
Upgrade to the appropriate version below:
3131

32-
* [Play 1.4.1](https://downloads.typesafe.com/play/1.4.1/play-1.4.1.zip)
33-
* [Play 1.3.3](https://downloads.typesafe.com/play/1.3.3/play-1.3.3.zip)
34-
* [Play 1.2.6.2](https://downloads.typesafe.com/play/1.2.6.2/play-1.2.6.2.zip)
35-
* [Play 1.2.5.6](https://downloads.typesafe.com/play/1.2.5.6/play-1.2.5.6.zip)
32+
* [Play 1.4.1](https://github.com/playframework/play1/releases/download/1.4.1/play-1.4.1.zip)
33+
* [Play 1.3.3](https://github.com/playframework/play1/releases/download/1.3.3/play-1.3.3.zip)
34+
* [Play 1.2.6.2](https://github.com/playframework/play1/releases/download/1.2.6.2/play-1.2.6.2.zip)
35+
* [Play 1.2.5.6](https://github.com/playframework/play1/releases/download/1.2.5.6/play-1.2.5.6.zip)
3636

3737
### Acknowledgements
3838

public/markdown/vulnerabilities/20160301-XssSecureModule.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,8 @@ ${messages.get(flash.success)}
4141

4242
Upgrade to the appropriate version below:
4343

44-
* [Play 1.3.4](https://downloads.typesafe.com/play/1.3.1/play-1.3.4.zip)
45-
* [Play 1.4.2](https://downloads.typesafe.com/play/1.4.2/play-1.4.2.zip)
44+
* [Play 1.3.4](https://github.com/playframework/play1/releases/download/1.3.4/play-1.3.4.zip)
45+
* [Play 1.4.2](https://github.com/playframework/play1/releases/download/1.4.2/play-1.4.2.zip)
4646

4747

4848
### Acknowledgements

0 commit comments

Comments
 (0)