Asankhaya Sharma

Asankhaya Sharma

Dr. Asankhaya Sharma is the Director of Software Engineering at Veracode. Asankhaya is a cyber security expert and technology leader with over a decade of experience in creating security products for industry, academia and open-source community. He is passionate about building high performing teams and taking innovative products to market. He is also an Adjunct Professor at the Singapore Institute of Technology.

Stay up to date on Application Security

Posts by Asankhaya Sharma
  • Abusing npm libraries for data…
    | By Asankhaya Sharma

    Package and dependency managers like npm allow command execution as part of the build process. Command execution provides an easy and convenient mechanism for developers to script tasks during the build. For instance, npm allows developers to use pre-install and post-install hooks to execute tasks…

    Read Article
     
  • Comparing vulnerable methods with…
    | By Asankhaya Sharma

    In this blog post, we will talk a bit about traditional static analysis - what it is, what it's used for, and where our vulnerable methods analysis fits in amongst the other kinds of static analysis. Wikipedia tells us: Static program analysis is the analysis of computer software that is performed…

    Read Article
     
  • Fixing Vulnerabilities with Safe…
    | By Asankhaya Sharma

    Last week Vanessa gave a presentation about the security risks associated with using open source libraries at the Null Singapore Meetup. There was a great discussion afterward talking through different approaches people had for mitigating these risks. Unfortunately, it's a bit more complicated than…

    Read Article
     
  • Vulnerable Methods Under the Hood
    | By Asankhaya Sharma

    Yesterday, Mark Curphey introduced a new feature that we released in our product called Vulnerable Methods. We developed the vulnerable methods technology to provide more accurate and detailed information to our customers when they are using libraries and components in their code that have…

    Read Article
     
  • Amazon AWS Java SDK Vulnerability…
    | By Asankhaya Sharma

    Last week, we disclosed a CSRF-style vulnerability in Spring Social Core to Pivotal. Today, we will talk about a denial of service vulnerability in the Amazon AWS SDK for Java. This official AWS SDK is used by Java developers to integrate with various AWS services including interaction with the…

    Read Article
     
  • Practical tips for implementing grammar…
    | By Asankhaya Sharma

    In this article, we will examine some practical tips to keep in mind while implementing grammar-based test case generation. These guidelines are based on the experience of implementing Gramtest - a Java tool that allows you to generate test cases based on arbitrary user defined grammars. Let's…

    Read Article