Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update dongtai java agent version. #144

Merged
merged 1 commit into from
Nov 20, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions dongtai-jakarta-api/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
<parent>
<artifactId>iast</artifactId>
<groupId>com.secnium.iast</groupId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>dongtai-jakarta-api</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<build>
<finalName>dongtai-jakarta-api</finalName>
<plugins>
Expand Down
6 changes: 3 additions & 3 deletions dongtai-jakarta-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@
<parent>
<artifactId>iast</artifactId>
<groupId>com.secnium.iast</groupId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<artifactId>dongtai-jakarta-api</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand All @@ -28,7 +28,7 @@
<dependency>
<groupId>cn.huoxian.iast</groupId>
<artifactId>dongtai-spring-api</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ public static Object cloneResponse(Object response) {

public ResponseWrapper(HttpServletResponse response) {
super(response);
response.addHeader("DongTai", "v1.1.0");
response.addHeader("DongTai", "v1.1.1");
}

@Override
Expand Down
4 changes: 2 additions & 2 deletions dongtai-servlet-api/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@
<parent>
<artifactId>iast</artifactId>
<groupId>com.secnium.iast</groupId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<groupId>cn.huoxian.iast</groupId>
<artifactId>dongtai-servlet-api</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<build>
<finalName>dongtai-servlet-api</finalName>
<plugins>
Expand Down
6 changes: 3 additions & 3 deletions dongtai-servlet-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>iast</artifactId>
<groupId>com.secnium.iast</groupId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>cn.huoxian.iast</groupId>
<artifactId>dongtai-servlet-api</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand All @@ -35,7 +35,7 @@
<dependency>
<groupId>cn.huoxian.iast</groupId>
<artifactId>dongtai-spring-api</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</dependency>
</dependencies>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ public static Object cloneResponse(Object response) {

public ResponseWrapper(HttpServletResponse response) {
super(response);
response.addHeader("DongTai", "v1.1.0");
response.addHeader("DongTai", "v1.1.1");
}

@Override
Expand Down
4 changes: 2 additions & 2 deletions dongtai-spring-api/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
<parent>
<artifactId>iast</artifactId>
<groupId>com.secnium.iast</groupId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

<groupId>cn.huoxian.iast</groupId>
<artifactId>dongtai-spring-api</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>

<properties>
<maven.compiler.source>8</maven.compiler.source>
Expand Down
2 changes: 1 addition & 1 deletion iast-agent/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>iast</artifactId>
<groupId>com.secnium.iast</groupId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>iast-agent</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion iast-agent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.secnium.iast</groupId>
<artifactId>iast</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<artifactId>iast-agent</artifactId>
<name>iast-agent</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* @author dongzhiyong@huoxian.cn
*/
public class Constant {
public static final String AGENT_VERSION_VALUE = "v1.1.0";
public static final String AGENT_VERSION_VALUE = "v1.1.1";
public static final String LANGUAGE = "JAVA";

public final static String API_AGENT_REGISTER = "/api/v1/agent/register";
Expand Down
4 changes: 2 additions & 2 deletions iast-agent/src/main/resources/iast.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
iast.name=dongtai-Enterprise 1.1.0
iast.name=dongtai-Enterprise 1.1.1
iast.response.name=dongtai
iast.response.value=1.1.0
iast.response.value=1.1.1
iast.server.url=http://a28754cd66991441d8d682808caecead-626172336.cn-north-1.elb.amazonaws.com.cn:8000
iast.server.token=0f0025dff8311467f6da5b5109a469f1831aa782
iast.allhook.enable=false
Expand Down
4 changes: 2 additions & 2 deletions iast-core/dependency-reduced-pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<parent>
<artifactId>iast</artifactId>
<groupId>com.secnium.iast</groupId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>iast-core</artifactId>
Expand Down Expand Up @@ -137,7 +137,7 @@
<dependency>
<groupId>com.secnium.iast</groupId>
<artifactId>iast-inject</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<scope>provided</scope>
</dependency>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion iast-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<parent>
<groupId>com.secnium.iast</groupId>
<artifactId>iast</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<artifactId>iast-core</artifactId>
<name>iast-core</name>
Expand Down
2 changes: 1 addition & 1 deletion iast-inject/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<parent>
<artifactId>iast</artifactId>
<groupId>com.secnium.iast</groupId>
<version>1.1.0</version>
<version>1.1.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@

<groupId>com.secnium.iast</groupId>
<artifactId>iast</artifactId>
<version>1.1.0</version>
<version>1.1.1</version>
<packaging>pom</packaging>

<name>dongtai-agent-java</name>

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<iast.version>1.1.0</iast.version>
<iast.version>1.1.1</iast.version>
<shade-prefix>com.secnium.iast.thirdparty</shade-prefix>

<maven.compiler.source>1.6</maven.compiler.source>
Expand Down