Skip to content

Release v1.73.0

Compare
Choose a tag to compare
@github-actions github-actions released this 16 May 10:43
· 85 commits to develop since this release

1.73.0 - 2024-05-16

Added

  • Added new AWS validator syntax for Secrets (scrt-278)

Fixed

  • Fix couldn't find metavar $MT in the match results error, which may occur
    when we capture FQN with the metavariable and use metavariable-type filter on
    it. (code-7042)
  • Fixes the crash (during scan) caused by improper handling of unicode characters present in the source code. (gh-8421)
  • [Pro Engine Only] Tainted values are now tracked through instantiation of React functional components via JSX. (jsx-taint)