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
reportingDescriptor name should mention pascal style constraint
#20872
Comments
|
👋 @jsoref - Thanks so much for opening an issue! I'll triage this for the team to take a look 👀 |
|
Thanks for flagging this @jsoref - much appreciated.
I'm going to tag this for an SME to take a look and advise on this. Then we'll add update the issue summary with details of the content changes needed. |
|
Thanks for opening an issue! We've triaged this issue for technical review by a subject matter expert 👀 |
|
This is a gentle bump for the docs team that this issue is waiting for technical review. |
|
This is a gentle bump for the docs team that this issue is waiting for technical review. |
|
This is a gentle bump for the docs team that this issue is waiting for technical review. |
|
This is a gentle bump for the docs team that this issue is waiting for technical review. |
|
This is a gentle bump for the docs team that this issue is waiting for technical review. |
|
This is a gentle bump for the docs team that this issue is waiting for technical review. |
The limits on the three fields in that table are:
|
|
@jsoref - many thanks for the clear reproduction steps. I'll tag this for an SME review. |
|
Thanks for opening an issue! We've triaged this issue for technical review by a subject matter expert 👀 |
|
This is a gentle bump for the docs team that this issue is waiting for technical review. |
|
This is a gentle bump for the docs team that this issue is waiting for technical review. |
|
This is a gentle bump for the docs team that this issue is waiting for technical review. |
|
This is a gentle bump for the docs team that this issue is waiting for technical review. |
|
Hi @jsoref 👋🏻 Apologies for the delay in getting back to you. I can confirm that there is no need to use Pascal case for the Proposed actions:
I think this will make this clearer in the docs and hopefully the validator will be updated soon. |
|
I don't see the validation flag in the REST documentation? |
|
Oh, I think either your anchor was for an earlier object or my GitHub Mobile for Android is not doing me any favors. In theory the link should be to: Disclaimer: I'm using GitHub Mobile for Android beta, and it's possible that it's doing a bad job of jumping to the anchor. Specifically, this is what I see when I click the link:
Do note that it would be really helpful to be able to link to parameters either as a section or as individual items, and neither are easy to do today. |
|
Interesting. That is the same link that I gave. I can certainly raise a request to look into the possibility of making more anchors available on the page. I suspect that there may be concerns with adding more visual distraction to the page, but the only way to find out is to ask. |
|
I can understand the concern about visual clutter. If the additional anchors didn't have the magic visual distinctions and were only discoverable via DOM Inspection, I'd still take the half-improvement as people like you and me could produce them (using a typical desktop web browser) and everyone could benefit from consuming them (as long as our HTML user agent isn't broken – see discussion linked from edited comment above). |
|
This is a gentle bump for the docs team that this issue is waiting for technical review. |


Code of Conduct
What article on docs.github.com is affected?
https://docs.github.com/en/code-security/code-scanning/integrating-with-code-scanning/sarif-support-for-code-scanning#reportingdescriptor-object
What part(s) of the article would you like to see updated?
Should mention:
Additional information
Through a couple of levels of indirection, this page links to this page:
https://sarifweb.azurewebsites.net/Validation
And when I tried to validate my sarif file (checking the
GitHub ingestion rulesoption), the validator screamed at me.See steps to reproduce in: #20872 (comment)
Details of a separate problem...
Each item in this page should mention length and other constraints as well...
fullDestription.textis limited to 1000 chars, butnameandshortDescription.textaren't limited?Content changes required to close this issue
namefield for thereportingDescriptorobject to state that there are no restrictions on the format of the string.validationflag.The text was updated successfully, but these errors were encountered: