Skip to content

Releases: ettic-team/EndpointFinder

0.0.2-beta

30 May 21:51
ea21cbf
Compare
Choose a tag to compare

The following improvement have been made the library :

  • Fixed an issue where some property assignement crashed the analysis.
  • Fixed an issue in the code where it badly assumed the type of an argument.
  • += assignement is now supported.
  • Significant performance to the analysis by avoiding doing CFG analysis on function call that we are sure aren't XHR invocation.