Skip to content

17.1.0

Compare
Choose a tag to compare
@github-actions github-actions released this 01 Dec 15:07
· 44 commits to refs/heads/main since this release
eef909d

What’s Changed

Added

  • [ARGG-857] Add rule forbidding the use of axios library (#656) @soulcheck
    Axios errors, when logged, can lead to sensitive data leaks as they include headers and other pieces of sensitive data.
    This change adds a rule that will throw an error if axios is imported or required. We encourage users to find safer alternatives to axios.
    The rule can be configured to be a warning or switched off completely on a per-repository basis.

Dependency updates