Skip to content

Commit d220805

Browse files
[2022-10-06]: Dependency graph supports Dart (pub) - [GA] (github#31269)
Co-authored-by: mc <[email protected]>
1 parent f0e2d93 commit d220805

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

content/code-security/supply-chain-security/understanding-your-software-supply-chain/about-the-dependency-graph.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,9 @@ The recommended formats explicitly define which versions are used for all direct
8585
| Maven | Java, Scala | `pom.xml` | `pom.xml` |
8686
| npm | JavaScript | `package-lock.json` | `package-lock.json`, `package.json`|
8787
| pip | Python | `requirements.txt`, `pipfile.lock` | `requirements.txt`, `pipfile`, `pipfile.lock`, `setup.py`<sup>[]</sup> |
88+
{%- ifversion dependency-graph-dart-support %}
89+
| pub | Dart | `pubspec.lock` | `pubspec.yaml`, `pubspec.lock` |
90+
{%- endif %}
8891
{%- ifversion fpt or ghec or ghes > 3.3 or ghae > 3.3 %}
8992
| Python Poetry | Python | `poetry.lock` | `poetry.lock`, `pyproject.toml` |
9093
{%- endif %}
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# Reference: Issue #7738 Dependency graph supports Dart (pub) - [GA]
2+
versions:
3+
fpt: '*'
4+
ghec: '*'
5+
ghes: '>= 3.8'
6+
ghae: '>= 3.8'

0 commit comments

Comments
 (0)