Skip to content
This repository has been archived by the owner on Apr 9, 2024. It is now read-only.

Commit

Permalink
Step 7 Query
Browse files Browse the repository at this point in the history
  • Loading branch information
Chan9390 committed Jul 24, 2021
1 parent 584f396 commit 5427e6b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jquery-plugins.ql
Original file line number Diff line number Diff line change
@@ -1 +1,5 @@
import javascript

from DataFlow::SourceNode function
where function = jquery().getAPropertyRead("fn").getAPropertySource()
select function

2 comments on commit 5427e6b

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 query changed between 584f396 and 5427e6b after push to refs/heads/step-7:

  • jquery-plugins.ql

Results for jquery-plugins.ql: correct (46 results)

@github-learning-lab
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulations, looks like the query you introduced for step 7 finds the correct results!

Merge this Pull Request (unless you're on the default branch), and take a look at the instructions for the next step to continue.

Please sign in to comment.