Skip to content

Commit 796a128

Browse files
committed
Update README
1 parent e168efe commit 796a128

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

README.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,3 +25,21 @@ CodeQL Dependency Graph Action
2525
- name: Perform CodeQL Analysis
2626
uses: github/codeql-action/analyze@v2
2727
```
28+
29+
## Features
30+
31+
| Language | Query | Completeness |
32+
| ---------- | --------------------------------------- | -------------------------- |
33+
| C/C++ | :white_check_mark: [query](./ql/cpp) | :large_orange_diamond: [1] |
34+
| C# | :red_circle: | |
35+
| Go | :red_circle: | |
36+
| Java | :white_check_mark: [query](./ql/java) | :white_check_mark: [2] |
37+
| JavaScript | :red_circle: | |
38+
| Python | :white_check_mark: [query](./ql/python) | :large_orange_diamond: [3] |
39+
| Ruby | :red_circle: | |
40+
41+
*Notes:*
42+
43+
1. C/C++ information is incomplete. The query is able to some data on dependencies, but the information is not complete. This is due to the fact that the CodeQL C/C++ extractor does not extract all the information needed to build a complete the dependency information.
44+
2. Java information is pretty complete. Both Gradle and Maven are supported well.
45+
3. Python's data is incomplete. Not all the information is available to build a complete dependency graph.

0 commit comments

Comments
 (0)