This repository was archived by the owner on Jan 27, 2025. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 18
PR for group 6 software vulnerabilities #174
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… literal Color 4 times
…s literal MouseClick 3 times
Removed unnecessary import - PR
Remove the useless parentheses
This reverts commit 69d73d9.
Pull Request for issue #9
Refactoring the Constant Names to Standard Naming Practices - Issue #1
Threw a dedicated exception instead of a generic one to resolve #13
Threw an UnsupportedOperationException in empty methods to resolve #16
Resolve merge conflicts created due to a previous commit
Update SocketConnecter to resolve rilling#132 issue
Revert "Update SocketConnecter to resolve rilling#132 issue"
Update NativeLibraryLoader to address issue rilling#132
Fix Path Traversal Vulnerability rilling#142
Revert "Fixed XML External Entity (XXE) Injection vulnerability in XMLImporter.java"
…ty in XMLImporter.java""
…ert-33-Apurba Revert
merge master to Apurba
Fixed Denial of Service (DoS) vulnerability in ShaderGenerator.java
Fixed the Malicious code vulnerability (MALICIOUS_CODE).
Removed the software vulnerability to avoid denial of service
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR resolves the following issues
#126 - Fix Regex Vulnerability to Prevent Potential Denial of Service in ShaderUtils.java
#130 - Fix Denial of Service (DoS) vulnerability in ShaderGenerator.java
#132 - CRLF Injection Vulnerability in NativeLibraryLoader.java Logger Due to Unsanitized User Input
#142 - Fix Path Traversal Vulnerability in Handling Unsanitized Input from Command Line Arguments in NativeLibraryLoader.java
#159 - Malicious code vulnerability (MALICIOUS_CODE) in EnvMapUtils.java