forked from google/osv-scanner
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bringing supported languages to its own page
Signed-off-by: Hayley Denbraver <[email protected]>
- Loading branch information
Hayley Denbraver
committed
Nov 10, 2023
1 parent
6b96f89
commit 13eb328
Showing
9 changed files
with
28 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
layout: page | ||
title: Contribute | ||
permalink: /contribute/ | ||
nav_order: 8 | ||
nav_order: 9 | ||
--- | ||
# Contribute | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
layout: page | ||
title: Output | ||
permalink: /output/ | ||
nav_order: 5 | ||
nav_order: 6 | ||
--- | ||
# Output | ||
{: .no_toc } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
--- | ||
layout: page | ||
title: Supported Languages and Lockfiles | ||
permalink: /supported-languages-and-lockfiles/ | ||
nav_order: 2 | ||
--- | ||
|
||
# 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`| |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,7 +2,7 @@ | |
layout: page | ||
title: Usage | ||
permalink: /usage/ | ||
nav_order: 3 | ||
nav_order: 4 | ||
--- | ||
# Usage | ||
|
||
|