This is a fork of Apache struts 1 which is EOL : https://struts.apache.org/struts1eol-announcement.html.
Struts 1 had its last official release - version 1.3.10 - in December 2008.
The main goal of this fork is to patch against published vulnerabilities. Currently there are the fixed vulnerabilities:
The Apache Software License, Version 2.0
If you are using Maven, you can add Struts 1 to your project using this dependency in your pom.xml
<dependency>
<groupId>com.github.albfernandez.struts</groupId>
<artifactId>struts-core</artifactId>
<version>1.3.10-ayg-07</version>
</dependency>
<dependency>
<groupId>com.github.albfernandez.struts</groupId>
<artifactId>struts-el</artifactId>
<version>1.3.10-ayg-07</version>
</dependency>
<dependency>
<groupId>com.github.albfernandez.struts</groupId>
<artifactId>struts-taglib</artifactId>
<version>1.3.10-ayg-07</version>
</dependency>
<dependency>
<groupId>com.github.albfernandez.struts</groupId>
<artifactId>struts-tiles</artifactId>
<version>1.3.10-ayg-07</version>
</dependency>
GroupId is com.github.albfernandez.struts
, and available artifacts are:
- struts-core
- struts-el
- struts-extras
- struts-faces
- struts-mailreader-dao
- struts-parent
- struts-scripting
- struts-taglib
- struts-tiles