File tree Expand file tree Collapse file tree 6 files changed +17
-12
lines changed
go/ql/config/legacy-support Expand file tree Collapse file tree 6 files changed +17
-12
lines changed Original file line number Diff line number Diff line change 11name : legacy-libraries-go
22version : 0.0.0
3- dependencies :
4- codeql/go-all : ' * '
3+ # Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
4+ libraryPathDependencies : codeql-go
Original file line number Diff line number Diff line change 11name : legacy-libraries-cpp
22version : 0.0.0
3- dependencies :
4- codeql/cpp-all : ' *'
3+ # Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
4+ libraryPathDependencies :
5+ - codeql/cpp-all
Original file line number Diff line number Diff line change 11name : legacy-libraries-csharp
22version : 0.0.0
3- dependencies :
4- codeql/csharp-all : ' *'
3+ # Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
4+ libraryPathDependencies :
5+ - codeql/csharp-all
Original file line number Diff line number Diff line change 11name : legacy-libraries-java
22version : 0.0.0
3- dependencies :
4- codeql/java-all : ' *'
3+ # Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
4+ libraryPathDependencies :
5+ - codeql/java-all
Original file line number Diff line number Diff line change 11name : legacy-libraries-javascript
22version : 0.0.0
3- dependencies :
4- codeql/javascript-all : ' *'
3+ # Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
4+ libraryPathDependencies :
5+ - codeql-javascript
Original file line number Diff line number Diff line change 11name : legacy-libraries-python
22version : 0.0.0
3- dependencies :
4- codeql/python-all : ' *'
3+ # Note libraryPathDependencies is obsolete and should not be used in new qlpacks.
4+ libraryPathDependencies :
5+ - codeql/python-all
You can’t perform that action at this time.
0 commit comments