Skip to content

Commit

Permalink
Adding table
Browse files Browse the repository at this point in the history
Signed-off-by: Hayley Denbraver <[email protected]>
  • Loading branch information
Hayley Denbraver committed Nov 10, 2023
1 parent 9e54b1b commit 6b96f89
Showing 1 changed file with 13 additions and 15 deletions.
28 changes: 13 additions & 15 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,16 @@ The above all results in fewer, more actionable vulnerability notifications, whi

[announcement blog post]: https://security.googleblog.com/2022/12/announcing-osv-scanner-vulnerability.html

## Supported Languages

The following languages have supported [lockfile formats](./usage.md#specify-lockfiles).
- Elixir
- Go
- Java
- Javascript
- Php
- Python
- Ruby
- Rust

Additionally, OSV-Scanner supports [C and C++](usage.md/#cc-scanning) with submoduled or vendored dependencies.


## Supported languages and lockfiles

| Language | Compatible Lockfile(s) |
|:----------:|:-----------------------------------------------------------------------------------------------------------------------------------:|
| Elixir | `mix.lock` |
| C/C++ | `conan.lock` |
| Go | `go.mod` |
| Java | `buildscript-gradle.lockfile`<br>`gradle.lockfile`<br>`pom.xml`[\*](https://github.com/google/osv-scanner/issues/35)<br>`yarn.lock` |
| Javascript | `package-lock.json`<br>`packages.lock.json` |
| PHP | `composer.lock` |
| Python | `Pipfile.lock`<br>`poetry.lock`<br>`requirements.txt`[\*](https://github.com/google/osv-scanner/issues/34) |
| Ruby | `Gemfile.lock` |
| Rust | `Cargo.lock`

0 comments on commit 6b96f89

Please sign in to comment.