You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -36,6 +36,12 @@ All notable changes to this project will be documented in this file.
36
36
- This architecture prevents crashes and significantly improves stability when analyzing complex third-party libraries (e.g., `com.itextpdf`, `org.bouncycastle`).
37
37
- Spring Boot `BOOT-INF/classes` is automatically treated as Target.
38
38
39
+
### Optimized
40
+
-**Call Graph Generation (Strategy A)**:
41
+
- Optimized `SootManager` to apply strict exclusions *before* loading classes.
42
+
- Extended the default exclusion list to filter out massive frameworks (Spring internals, AWS/Azure SDKs, Netty, etc.) from analysis scope.
43
+
- Significantly reduced `wjtp` phase execution time and memory usage.
44
+
39
45
### Fixed
40
46
-**NPE in RuleManager**: Fixed `NullPointerException` when processing CallGraph edges where `target()` method is null during Backward Reachability Analysis.
0 commit comments