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
Group 4 - software vulnerabilities resolution #173
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
…dition using an '&&' operator
Fix: Refactored the code to merge two if conditions into a single con…
…r and AndroidInputHandler14
…s and onLongPress
Fix: Refactor TouchEvent setup to remove duplicate code in onShowPres…
Refactor: Remove duplicate onKey method logic in AndroidInputHandler and AndroidInputHandler14 Issue: rilling#64
…oval Refactor: Remove duplicate onTouch method logic
…Stream methods of NativeVorbisLoader.java into helper methods to eliminate redundancy
Refactor: Remove duplicate onKey method.
Refactor: Remove duplicate file descriptor handling in `loadBuffer` and `loadStream` methods in NativeVorbisLoader
Refactor OpenGL error handling to remove code duplication
…erability by adding SSLSocket for inpustream
Fixed: removed the Cleartext Transmission of Sensitive Information vuln…
…lity in XMLImporter.java
This reverts commit 0f5e82c.
Fix : Disabled External Entity Resolution in XML Parsing to fix Improper Restriction of XML External Entity Reference Vulnerability
…ineFall2024 into fix/dev_vulnerability_saheb
Fix Regex Backtracking Vulnerability for Improved Performance and Security
fix: secure FileOutputStream with encryption in MjpegFileWriter
…iles
- Specified a secure directory for temporary file creation using System.getProperty("java.io.tmpdir").
- Validated file permissions using setReadable, setWritable, and setExecutable; logged warnings for failures.
- Implemented try-with-resources for FileWriter and Scanner to ensure proper resource closure.
- Handled temporary file deletion failures with appropriate logging.
- Restored interrupted thread status after catching InterruptedException.
Fix vulnerability in executeAnalyzer to enhance security and handle files
This was referenced Dec 3, 2024
Closed
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 aims to merge the changes of software vulnerability resolution from Group 4.
Relevant issues:
#156
#143
#125
#124
#121