Shivam7-1

Results 51 issues of Shivam7-1

### Description (*) Here innerText can be used it will avoid the risk of HTML injection, as these properties automatically escape any HTML special characters in the provided text. This...

Progress: ready for grooming
Progress: accept

Using a broken or weak cryptographic hash function can leave data vulnerable, and should not be used code. To fix this here Replace the MD5 hashing algorithm with SHA-256 in...

This PR improves memory management by ensuring all dynamically allocated resources are properly freed. It adds early exits with cleanup for invalid parsing and URL checks, ensures out and out_get_origin...

Issue link: https://issues.oss-fuzz.com/issues/387777040 Improves formatParameterCategories by validating format string indices and handling parsing errors safely. Prevents crashes from malformed input.

Here in this PR replaces instances of strcpy() with strncpy() to mitigate the risk of buffer overflows. And this update will ensures safer handling of strings by limiting the number...

Hello Team I hope you're doing well! I’d like to propose integrating eventyay-tickets Google's OSS-Fuzz a continuous fuzz testing platform aimed at improving the stability and security of open-source projects....

Hello Team I hope you're doing well! I’d like to propose integrating eventyay-video Google's OSS-Fuzz a continuous fuzz testing platform aimed at improving the stability and security of open-source projects....

**Issue**: Currently, SEV memory encryption handling lacks sufficient validation and error checking. This can lead to potential security issues, such as memory corruption or unhandled errors. Enhancing input validation, adding...

issue link: https://issues.oss-fuzz.com/issues/376496309 In this PR now checks if the size is 0 or if the string is not null-terminated and appends a null-terminator which prevent crashes.

initial integration for grass-addons Project here is Approval from maintainer with linked PR https://github.com/OSGeo/grass-addons/issues/1267 Updated @DonggeLiu Thanks For Reviewing 1. **Major Users of the Project**: The `grass-addons` project is a...