GithubHelp home page GithubHelp logo

vuln-lsp's Introduction

Hi there ๐Ÿ‘‹

vuln-lsp's People

Contributors

doddi avatar

Watchers

 avatar

vuln-lsp's Issues

Package the binaries for distribution to the 3 major clients

Each major client, Neovim, VsCode and Intellij require the plugin to be package separately. Additionally an understanding on how to distribute the actual LSP binaries as part of hte plugin.

Considerations:

  • does the LSP binary get installed as a separate installation from the plugins into a common folder that all clients can access?
  • if a plugin installs the LSP does this mean other clients also have a separate installation location?
  • What about upgrades?

Improve the pom parsing

As a user of the plugin I want to be aware of as many vulnerabilities as possible and currently the pom parsing is extremely basic

As a minimum the LSP should be able to understand a pom file:

  • version in the standard location
  • versions are properties defined elsewhere in the pom file
  • understand dependencies declared with <DependencyManagement>
  • understand version from a parent pom

Add a cargo toml parse

As a user of the plugin I want to look at my cargo dependencies for any known vulnerabilities

To accomplish this may require looking at both the Cargo.toml file and Cargo.lock file.

Add caching to backend service

Continually fetching vulnerability information may cause delays and just as important rate limiting issues.

Adding caching to any fetched information would solve these issues. Stage 1 could be as simple as a permanent cache whereby it does not go stale because for the majority of purposes each time a file is loaded is likely more than enough refresh period.

Detect client capabilities

Some clients may not support all the features of the LSP. For example, AFAICT intellij does not support the completion feature.

When the LSP starts it should take into account the features that are available.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.