-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
C++: Total number of baseline files limit #17743
Comments
👋 @artem-smotrakov, sorry for the late reply! That limit is meant to avoid generating too large a SARIF file when populating the Tool Status Page for information about how many files were analyzed, hitting the SARIF file size limit. It is currently hard-coded and cannot be configured. That said, I'm not entirely sure this limit (and the warning) should really cause a custom query like yours to return no results. Could you:
|
Hi @redsun82 ! Thanks for your reply!
Yeah, sure, it's quite simple
I get the same message for CSV if I use
Would it be possible to make it configurable in one of the next releases? 🤔 |
Hi @artem-smotrakov, The base line information should not influence the result of the query. |
Hi @rvermeulen ! Attaching the results of the |
Hi @artem-smotrakov, Let me forward this to our C/C++ team. |
This issue is stale because it has been open 14 days with no activity. Comment or remove the |
I am working on it, please don't close it. |
I am figuring out if I can actually share it. |
Hi @rvermeulen The Is there anything specific that the C++ team might be looking for in this log? What would be best way to share this log with the team? I would not like attaching it here a publicly visible comment. If that helps, my employer Riot Games is GitHub's customer, I guess there might be some private ticketing/etc services where I could probably post the file? |
Hey friends, I have quite a large C++ database:
Before running scans, I normally run some simple diagnostic queries to make sure the database looks fine. The queries look for things like:
FunctionCall
sIfStmt
sWhen I run these queries on this large database, I get this
The exit code is 0 but
calls.sarif
is empty.When I run queries from the standard C++ pack, I get the same message.
What does this limit mean? Is there any way to increase it? I didn't find anything either in the docs or in this repo unfortunately, may be missing something though. Thanks!
The text was updated successfully, but these errors were encountered: