Skip to content

Commit df55348

Browse files
authored
Merge pull request #607 from 15911075183ma/version-1.14.1
Version 1.14.1
2 parents d4627d4 + 80933be commit df55348

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

dongtai-core/src/main/java/io/dongtai/iast/core/bytecode/IastClassFileTransformer.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131
import java.security.ProtectionDomain;
3232
import java.util.*;
3333
import java.util.concurrent.ConcurrentHashMap;
34-
import java.util.concurrent.ConcurrentSkipListSet;
3534

3635
import static org.apache.commons.io.FileUtils.writeByteArrayToFile;
3736
import static org.objectweb.asm.ClassWriter.COMPUTE_FRAMES;
@@ -165,7 +164,7 @@ public byte[] transform(final ClassLoader loader,
165164
ScaScanner.scanForSCA(location.getFile(), internalClassName);
166165
}
167166
}
168-
167+
//判断是否可以hook ,true可以 false不可以
169168
if (null == classBeingRedefined && !configMatcher.canHook(internalClassName, this.policyManager)) {
170169
return null;
171170
}

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<modelVersion>4.0.0</modelVersion>
55

66
<properties>
7-
<revision>1.14.0</revision>
7+
<revision>1.14.1</revision>
88
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
99
<shade-prefix>io.dongtai.iast.thirdparty</shade-prefix>
1010

0 commit comments

Comments
 (0)