forked from GitHubSecurityLab/codeql-zero-to-hero
-
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.
- Loading branch information
1 parent
8655eec
commit 17a12e0
Showing
1 changed file
with
1 addition
and
4 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,3 @@ | ||
# Challenge 6 — Query for other simple types | ||
`Call` is one of the many types that are available in CodeQL for Python. Try to write a query for showing all function definitions. | ||
Check the sylwia-budzynska/codeql-zero-to-hero repository challenge 6 for the solution. | ||
In CodeQL, we can often achieve the same results in many different ways, so don’t worry if your solution is different than the provided solution. | ||
|
||
Check that you have the intended results. | ||
In CodeQL, we can often achieve the same results in many different ways, so don’t worry if your solution is different than the provided solution in this folder. |