-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
workflows: enable sarif output for CIFuzz #7630
workflows: enable sarif output for CIFuzz #7630
Conversation
This will make it easier to interpret the output of CIFuzz by making it possible to view the result in the Github security page. Signed-off-by: David Korczynski <[email protected]>
Signed-off-by: David Korczynski <[email protected]>
This PR may cause CI Fuzz error. |
Very weird, this has worked in the past. I have a fix here: google/oss-fuzz#10673 |
Hmm, CI Fuzz detected some errors before merging this patch and they were ignored. This patch may have made it detectable. |
I don't see an issue in that run? I think the last time CIFuzz detected and issue is here #7613 and this was due to a bug (fix mentioned in #7613 (comment) ) |
Should be fixed google/oss-fuzz#10673 |
Note: This PR is a backport of fluent#7630 This PR makes in_elasticsearch honor the tag setting. Signed-off-by: Hiroshi Hatake <[email protected]>
@jonathanmetzman @DavidKorczynski Thank you for comment. Recent CI Fuzz didn't report an error. It is fixed. |
* workflows: enable sarif output for CIFuzz This will make it easier to interpret the output of CIFuzz by making it possible to view the result in the Github security page. Signed-off-by: David Korczynski <[email protected]> * workflows: cifuzz: add sarif category Signed-off-by: David Korczynski <[email protected]> --------- Signed-off-by: David Korczynski <[email protected]>
This will make it easier to interpret the output of CIFuzz by making it possible to view the result in the Github security page.
Enter
[N/A]
in the box, if an item is not applicable to your change.Testing
Before we can approve your change; please submit the following in a comment:
If this is a change to packaging of containers or native binaries then please confirm it works for all targets.
ok-package-test
label to test for all targets (requires maintainer to do).Documentation
Backporting
Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.