mz-automation / libiec61850

Official repository for libIEC61850, the open-source library for the IEC 61850 protocols
http://libiec61850.com/libiec61850
GNU General Public License v3.0
826 stars 443 forks source link

Integrate Fuzzers into OSS-Fuzz and Expand Fuzzing Coverage #514

Open gnbon opened 3 weeks ago

gnbon commented 3 weeks ago

I noticed that the fuzzers added to the develop branch of libiec61850 about 2 years ago are not currently integrated into OSS-Fuzz. This means they are not being continuously run to help uncover potential vulnerabilities.

I have experience with integrating fuzzers into OSS-Fuzz and would be happy to assist in setting up the necessary configuration. By integrating the existing fuzzers and adding more fuzzers to cover additional components of the library, we can significantly improve the robustness and security of libiec61850.

I would be glad to work on a pull request that accomplishes these goals. By expanding the fuzzing coverage and leveraging the power of OSS-Fuzz, we can proactively identify and fix vulnerabilities, ensuring the long-term reliability and security of libiec61850.

Please let me know if you have any feedback or concerns regarding this. I'm excited about the opportunity to contribute to the robustness of the library through enhanced fuzzing techniques.

mzillgith commented 3 weeks ago

Thank you for offering your help.

Yes, I would be glad when you could help on the OSS-Fuzz configuration part and help adding more fuzzers.

gnbon commented 3 weeks ago

good. I'll work on it 😊