Essays about: "static code analysis"

Showing result 26 - 30 of 111 essays containing the words static code analysis.

  1. 26. Exploring the Usage of Neural Networks for Repairing Static Analysis Warnings

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Vincent Paul Lohse; [2021]
    Keywords : Automatic Program Repair; Neural Machine Translation; Static Analysis; Transformer Model; Formatting; Automatisk programreparation; neural maskinöversättning; statisk analys; transformatormodell; formatering;

    Abstract : C# provides static analysis libraries for template-based code analysis and code fixing. These libraries have been used by the open-source community to generate numerous NuGet packages for different use-cases. READ MORE

  2. 27. Implementation and Evaluation of an Emulated Permission System for VS Code Extensions using Abstract Syntax Trees

    University essay from Linköpings universitet/Programvara och system

    Author : Åström David; [2021]
    Keywords : Visual Studio Code; Extensions; Permissions; Static Analysis; Abstract Syntax Trees;

    Abstract : Permission systems are a common security feature in browser extensions and mobile applications to limit their access to resources outside their own process. IDEs such as Visual Studio Code, however, have no such features implemented, and therefore leave extensions with full user permissions. READ MORE

  3. 28. Using the SEI CERT Secure Coding Standard to Reduce Vulnerabilities

    University essay from Linköpings universitet/Institutionen för datavetenskap

    Author : Johan Fisch; Carl Haglund; [2021]
    Keywords : SEI CERT; Secure Coding; Static Analysis Tools; Security;

    Abstract : Security is a critical part of every software developed today and it will be even more important going forward when more devices are getting connected to the internet. By striving to improve the quality of the code, in particular the security aspects, there might be a reduction in the number of vulnerabilities and improvements of the software developed. READ MORE

  4. 29. Automated secure code review for web- applications

    University essay from KTH/Skolan för elektroteknik och datavetenskap (EECS)

    Author : Sadeq Gholami; Zeineb Amri; [2021]
    Keywords : automated code reviewing tools; CodeQL; Semgrep; code review; security vulnerabilities; webapplications; automatiserade kodgranskningsverktyg; CodeQL; Semgrep; kodgranskning; säkerhet sårbarheter; webbapplikationer;

    Abstract : Carefully scanning and analysing web- applications is important, in order to avoid potential security vulnerabilities, or at least reduce them. Traditional code reviewing methods, such as manual code reviews, have various drawbacks when performed on large codebases. READ MORE

  5. 30. Vulnerability assessment of source codeanalysis tools for memory corruptionvulnerabilities a comparative study

    University essay from

    Author : Johan Tejning; [2021]
    Keywords : ;

    Abstract : Background. One of the main reasons for memory corruption vulnerabilities lies in the lack of built in safety measures for the C/C++ programming language which is often time used to develop performance critical software. READ MORE