Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Swift: Update summary queries #14329

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

Swift: Update summary queries #14329

wants to merge 6 commits into from

Conversation

geoffw0
Copy link
Contributor

@geoffw0 geoffw0 commented Sep 27, 2023

Update summary queries. Three new queries are added:

  • swift/summary/regex-evals, which lists regular expression evaluations (approximately the sinks for the regex queries).
  • swift/summary/query-sinks, which lists all other query sinks. Hopefully this will give us a much better understanding of why certain queries are under-performing.
  • swift/summary/taint-reach, which computes the taint reach metric now instead of being done as part of swift/summary/summary-statistics. This change is made because taint reach is expensive to compute and could potentially fail on large projects, so it's best for it to be separate.

@geoffw0 geoffw0 added no-change-note-required This PR does not need a change note Swift labels Sep 27, 2023
@geoffw0 geoffw0 requested a review from a team as a code owner September 27, 2023 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
no-change-note-required This PR does not need a change note Swift
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant