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

feat: fuzz testing JavaParser #3514

Merged
merged 10 commits into from
Nov 15, 2023
Merged

feat: fuzz testing JavaParser #3514

merged 10 commits into from
Nov 15, 2023

Conversation

joydeep049
Copy link
Contributor

@joydeep049 joydeep049 commented Nov 10, 2023

Closes #3326

This was my output.
Screenshot from 2023-11-10 23-03-30

@joydeep049
Copy link
Contributor Author

joydeep049 commented Nov 11, 2023

I am bypassing the pre-commit hooks during because they are giving unexpected linux test errors whereas the linux tests in github CI work just fine. I used manual code-formatters but still its giving linting issues. Please help @terriko
Edit: I fixed the flake8 linting issue, but am not able to fix the isort issue.

Signed-off-by: Joydeep <bntripathy123@gmail.com>
@codecov-commenter
Copy link

codecov-commenter commented Nov 11, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (f41fc46) 77.97% compared to head (fe8a8d7) 78.05%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3514      +/-   ##
==========================================
+ Coverage   77.97%   78.05%   +0.07%     
==========================================
  Files         760      760              
  Lines       11497    11497              
  Branches     1343     1343              
==========================================
+ Hits         8965     8974       +9     
+ Misses       2109     2102       -7     
+ Partials      423      421       -2     
Flag Coverage Δ
win-longtests 78.05% <ø> (+0.07%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@terriko terriko left a comment

Choose a reason for hiding this comment

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

isort fix below

fuzz/fuzz_pom_xml.py Outdated Show resolved Hide resolved
@joydeep049
Copy link
Contributor Author

joydeep049 commented Nov 13, 2023

Thanx for the help! All checks have passed @terriko

Copy link
Contributor

@terriko terriko left a comment

Choose a reason for hiding this comment

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

I admit, it's been a long time since I looked at java packaging so I'm not 100% sure I'd catch it if you missed something, but this looks like it hits the parts I care most about. Thanks!

@terriko terriko merged commit 143712e into intel:main Nov 15, 2023
21 checks passed
@joydeep049 joydeep049 deleted the fuzzing-java branch November 15, 2023 20:05
terriko added a commit to terriko/cve-bin-tool that referenced this pull request Nov 16, 2023
Signed-off-by: Joydeep <bntripathy123@gmail.com>
Co-authored-by: Terri Oda <terri@toybox.ca>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

feat: Create fuzzer for Java language parser
3 participants