File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 6
6
7
7
<properties >
8
8
<project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
9
- <rasp .version>1.3.2 </rasp .version>
9
+ <rasp .version>1.3.3 </rasp .version>
10
10
</properties >
11
11
12
12
<groupId >com.baidu.openrasp</groupId >
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ using openrasp::ConfigHolder;
54
54
55
55
ZEND_DECLARE_MODULE_GLOBALS (openrasp);
56
56
57
- const char *OpenRASPInfo::PHP_OPENRASP_VERSION = " 1.3.2 " ;
57
+ const char *OpenRASPInfo::PHP_OPENRASP_VERSION = " 1.3.3 " ;
58
58
bool is_initialized = false ;
59
59
bool remote_active = false ;
60
60
std::string openrasp_status = " Protected" ;
Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ using openrasp::ConfigHolder;
53
53
54
54
ZEND_DECLARE_MODULE_GLOBALS (openrasp);
55
55
56
- const char *OpenRASPInfo::PHP_OPENRASP_VERSION = " 1.3.2 " ;
56
+ const char *OpenRASPInfo::PHP_OPENRASP_VERSION = " 1.3.3 " ;
57
57
bool is_initialized = false ;
58
58
bool remote_active = false ;
59
59
std::string openrasp_status = " Protected" ;
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ import axios from 'axios'
2
2
import Cookie from 'js-cookie'
3
3
import router from '@/router'
4
4
5
- export var rasp_version = '1.3.2 '
5
+ export var rasp_version = '1.3.3 '
6
6
7
7
// 起始 type_id: 1001
8
8
export var audit_types = {
You can’t perform that action at this time.
0 commit comments