< newsroom >

Latest news and articles in News

  • :/ News

    Secure Coding with AI: Why AI-Generated Code Needs a Security Discipline

    AI writes more of our code every year, yet studies show nearly half ships insecure. Learn how secure coding with AI works in practice.

    READ THE ARTICLE
  • Frida React Native
    :/ News

    Hooking React Native Applications with Frida

    Dynamic instrumentation is the ability to modify the behavior of a program by injecting code into its process. It happens while the app is running, without the need to recompile the application. Among the tools available, Frida is one of the most commonly used for instrumenting applications regardless of their platform. It works with Windows […]

    READ MORE
  • :/ News

    How good is your JavaScript obfuscation?

    Not every obfuscated code is the same. So when is JavaScript obfuscation good enough? Effectively obfuscating code is harder than you think.

    READ MORE
  • :/ News

    It’s time to secure your AWS Cognito configuration

    When a missing flag in Amazon Cognito can lead to an authorization bypass vulnerability. It is relatively easy to abuse and fix this issue.

    READ MORE
  • :/ News

    How to protect your Decentralized Application

    Before launching a Smart Contract on the Ethereum blockchain or deploying a decentralized application, it is important to be sure that the code is secure.

    READ MORE
  • :/ News

    Why Smart Contract security matters

    Businesses deploying on Ethereum often rely on a smart contract, but new vulnerabilities emerge, requiring a tight security strategy.

    READ MORE
  • :/ News

    The Complete Guide to CORS (In)Security

    A complete guide to protect Cross-Origin Resource Sharing (CORS).

    READ MORE
  • :/ News

    Avoid Tapjacking on Cordova apps

    How to prevent tapjacking attacks on Cordova hybrid applications. TapjackingProtectionPlugin open source Cordova plugin.

    READ MORE
  • :/ News

    When brute force prevention can turn in DoS

    Account lockout could be a solution worse than the problem. Some practical advices to protect an app without introducing DoS.

    READ MORE
  • :/ News

    Implementing secure CORS on Tomcat

    When trusting default configuration leads to security issues. What are CORS misconfigurations and how to exploit them.

    READ MORE