Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Integration with Google OSS-Fuzz#28223

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
skypher wants to merge6 commits intoopencv:4.x
base:4.x
Choose a base branch
Loading
fromrmc-infosec:fuzzing-integration

Conversation

@skypher
Copy link

This PR integrates OpenCV with Google's OSS-Fuzz service to provide continuous security testing.

Changes

  1. OSS-Fuzz Configuration: Addedoss-fuzz/ directory containingDockerfile,build.sh, andproject.yaml required by the OSS-Fuzz infrastructure.
  2. Fuzzing Targets: Added 5 new fuzzers infuzz/ targeting high-impact parsing areas:
    • imdecode_fuzzer.cc: Image format parsing (JPEG, PNG, etc).
    • dnn_fuzzer.cc: DNN model parsing (ONNX, Caffe, TF, Darknet).
    • filestorage_fuzzer.cc: Structured data persistence (XML, YAML, JSON).
    • objdetect_fuzzer.cc: QRCode and Barcode bitstream decoding.
    • videoio_fuzzer.cc: Internal video container and codec parsing (AVI/MJPEG).
  3. CI Validation: Added a GitHub Action (.github/workflows/fuzzing.yml) that builds and runs the fuzzers for a smoke test on every push/PR, ensuring they remain maintainable.

Context

These changes are additive (mostly infuzz/ andoss-fuzz/) and do not modify core library logic. This setup allows OpenCV to receive free, large-scale security fuzzing from Google.

@vrabaud
Copy link
Contributor

Nice ! I had already done something like that with fuzztest but I have not found the time to continue:#24193

skypher reacted with rocket emoji

@skypher
Copy link
Author

Nice ! I had already done something like that with fuzztest but I have not found the time to continue:#24193

Awesome! Anything you think we should also pull in from your PR?

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

None yet

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

2 participants

@skypher@vrabaud

[8]ページ先頭

©2009-2025 Movatter.jp