Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 279 Bytes

File metadata and controls

5 lines (3 loc) · 279 Bytes

4.0.16

Minor Analysis Improvements

  • Data flow tracking through global variables now supports nested field access patterns such as global_var.obj.field. This improves the precision of taint tracking analysis when data flows through complex global variable structures.