You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Below is a summary of compliance checks for this PR:
Security Compliance
⚪
Untrusted binary execution
Description: The script executes a relative-path binary (bin\gswin64c.exe) after changing to the script directory, so if an attacker can modify the contents of bin/ (or replace gswin64c.exe), running this batch file would execute attacker-controlled code. update_cidfmap.bat [3-4]
Generic: Robust Error Handling and Edge Case Management
Objective: Ensure comprehensive error handling that provides meaningful context and graceful degradation
Status: No error checks: The batch script invokes gswin64c.exe without checking for missing executables, failed cd, or non-zero exit codes, so failures may be silent or hard to diagnose.
Replace the hardcoded font directory c:/windows/fonts with the %SystemRoot% environment variable to improve script portability across different Windows installations.
Why: The suggestion correctly identifies a hardcoded path that harms portability and proposes using the %SystemRoot% environment variable, which is the standard and more robust solution.
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
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.
PR Type
Enhancement, Other
Description
Add Ghostscript 10.06.0 configuration with Windows batch script
Update bundle release date to 2026.1.15
Remove Eclipse project files and editor configuration
Remove Gradle build test script
Diagram Walkthrough
File Walkthrough
update_cidfmap.bat
Add CID font mapping update scriptbin/ghostscript10.06.0/update_cidfmap.bat
configuration
bearsampp.conf
Add Ghostscript 10.06.0 configuration filebin/ghostscript10.06.0/bearsampp.conf
build.properties
Update bundle release datebuild.properties
test-gradle-build.bat
Remove Gradle build test scripttest-gradle-build.bat
.project
Remove Eclipse project file.project
org.eclipse.core.resources.prefs
Remove Eclipse settings file.settings/org.eclipse.core.resources.prefs
editorconfig
Remove EditorConfig fileeditorconfig