Skip to content

Commit

Permalink
Merge pull request #607 from 15911075183ma/version-1.14.1
Browse files Browse the repository at this point in the history
Version 1.14.1
  • Loading branch information
15911075183ma authored Nov 21, 2023
2 parents d4627d4 + 80933be commit df55348
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import java.security.ProtectionDomain;
import java.util.*;
import java.util.concurrent.ConcurrentHashMap;
import java.util.concurrent.ConcurrentSkipListSet;

import static org.apache.commons.io.FileUtils.writeByteArrayToFile;
import static org.objectweb.asm.ClassWriter.COMPUTE_FRAMES;
Expand Down Expand Up @@ -165,7 +164,7 @@ public byte[] transform(final ClassLoader loader,
ScaScanner.scanForSCA(location.getFile(), internalClassName);
}
}

//判断是否可以hook ,true可以 false不可以
if (null == classBeingRedefined && !configMatcher.canHook(internalClassName, this.policyManager)) {
return null;
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>

<properties>
<revision>1.14.0</revision>
<revision>1.14.1</revision>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<shade-prefix>io.dongtai.iast.thirdparty</shade-prefix>

Expand Down

0 comments on commit df55348

Please sign in to comment.