← Home

@openui5/sap.ui.codeeditor

OpenUI5 UI Library sap.ui.codeeditor

22
Versions
Apache-2.0
License
No
Install Scripts
Missing
Provenance

Supply chain provenance

Status for the latest visible version.

No SLSA provenance npm registry signatures No source commit

Without SLSA provenance there is no cryptographic link between this tarball and the public source — the axios compromise (March 2026) relied on exactly this gap.

Maintainers

sap-ospo-adminopenui5-bot

Keywords

openui5sapui5ui5

Accepted risks

Findings the reviewer chose to accept rather than block on.

SourceRuleReasonAccepted byWhen
source-diff large-new-source-files AI (source-diff): New ACE editor mode/theme/worker files are expected additions for this code editor library. ai
source-diff obfuscated-file:src/sap/ui/codeeditor/js/ace/theme-cloud9_day.js AI (source-diff): ACE editor theme bundle; minified CSS-in-JS is standard for this package. ai
source-diff obfuscated-file:src/sap/ui/codeeditor/js/ace/theme-cloud9_night_low_color.js AI (source-diff): ACE editor theme bundle; minified CSS-in-JS is standard for this package. ai
source-diff obfuscated-file:src/sap/ui/codeeditor/js/ace/theme-cloud9_night.js AI (source-diff): ACE editor theme bundle; minified CSS-in-JS is standard for this package. ai
source-diff obfuscated-file:src/sap/ui/codeeditor/js/ace/theme-github_dark.js AI (source-diff): ACE editor theme bundle; minified CSS-in-JS is standard for this package. ai
source-diff obfuscated-file:src/sap/ui/codeeditor/js/ace/theme-github_light_default.js AI (source-diff): ACE editor theme bundle; minified CSS-in-JS is standard for this package. ai
source-diff obfuscated-file:src/sap/ui/codeeditor/js/ace/theme-gruvbox_dark_hard.js AI (source-diff): ACE editor theme bundle; minified CSS-in-JS is standard for this package. ai
source-diff obfuscated-file:src/sap/ui/codeeditor/js/ace/theme-gruvbox_light_hard.js AI (source-diff): ACE editor theme bundle; minified CSS-in-JS is standard for this package. ai
source-diff obfuscated-file:src/sap/ui/codeeditor/js/ace/theme-cloud_editor_dark.js AI (source-diff): ACE editor theme bundle; minified CSS-in-JS is standard for this package. ai
source-diff obfuscated-file:src/sap/ui/codeeditor/js/ace/theme-cloud_editor.js AI (source-diff): ACE editor theme bundle; minified CSS-in-JS is standard for this package. ai
source-diff obfuscated-file:src/sap/ui/codeeditor/js/ace/mode-swig.js AI (source-diff): ACE editor bundled syntax highlighter with long CSS keyword strings; not obfuscation. ai
semgrep semgrep:eval-usage AI (semgrep): eval() is inside bundled ACE editor worker (CoffeeScript parser) — standard pattern for this editor library. ai
semgrep semgrep:new-function-constructor AI (semgrep): new Function() in ACE worker-javascript bundle is a template engine pattern, not supply-chain risk. ai
semgrep semgrep:etc-passwd-access AI (semgrep): Fires on EDIFACT snippet definition string content in ACE editor bundle — no actual /etc/passwd access. ai
phantom-deps phantom-dep:@openui5/sap.ui.core AI (phantom-deps): Same-org dependency declared in package.json; phantom-dep heuristic is a false positive here. ai
semgrep semgrep:dll-injection-apis AI (semgrep): Fires on AutoHotkey keyword string literals in ACE syntax highlighter — not actual DLL injection code. ai
semgrep semgrep:dynamic-require AI (semgrep): Dynamic require in ACE worker-yaml bundle is a module loader pattern, stable across versions. ai

Versions (showing 22 of 22)

Version Deps Published
1.148.0 1 / 0
1.147.1 1 / 0
1.147.0 1 / 0
1.145.3 1 / 0
1.145.2 1 / 0
1.145.1 1 / 0
1.142.9 1 / 0
1.142.8 1 / 0
1.142.7 1 / 0
1.136.17 1 / 0
1.136.16 1 / 0
1.136.15 1 / 0
1.120.45 1 / 0
1.120.44 1 / 0
1.120.43 1 / 0
1.108.51 1 / 0
1.108.50 1 / 0
1.96.46 1 / 0
1.96.45 1 / 0
1.84.56 1 / 0
1.84.55 1 / 0
1.71.78 1 / 0

v1.148.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.147.1

4 findings
HIGH dll-injection-apis: src/sap/ui/codeeditor/js/ace/mode-autohotkey.js:8 semgrep

DLL injection API detected — potential process injection attack 6 | var autoItKeywords = 'And|ByRef|Case|Const|ContinueCase|ContinueLoop|Default|Dim|Do|Else|ElseIf|EndFunc|EndIf|EndSel 7 | 'Abs|ACos|AdlibDisable|AdlibEnable|Asc|AscW|ASin|Assign|ATan|AutoItSetOption|AutoItWinGetTitle|AutoItWinSetTitle > 8 | 'ArrayAdd|ArrayBinarySearch|ArrayConcatenate|ArrayDelete|ArrayDisplay|ArrayFindAll|ArrayInsert|ArrayMax|ArrayMax 9 | 'ce|comments-end|comments-start|cs|include|include-once|NoTrayIcon|RequireAdmin|' + 10 | 'AutoIt3Wrapper_Au3Check_Parameters|AutoIt3Wrapper_Au3Check_Stop_OnWarning|AutoIt3Wrapper_Change2CUI|AutoIt3Wrap

HIGH etc-passwd-access: src/sap/ui/codeeditor/js/ace/snippets/edifact.js:1 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux > 1 | ace.define("ace/snippets/edifact.snippets",["require","exports","module"], function(require, exports, module){module.exp 2 | 3 | });

HIGH etc-passwd-access: src/sap/ui/codeeditor/js/ace/snippets/java.js:1 semgrep

Accessing /etc/passwd or /etc/shadow — credential harvesting on Linux > 1 | ace.define("ace/snippets/java.snippets",["require","exports","module"], function(require, exports, module){module.export 2 | 3 | });

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v1.147.0

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v1.145.3

10 findings
HIGH New obfuscated file: src/sap/ui/codeeditor/js/ace/theme-cloud_editor_dark.js source-diff

Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.

HIGH New obfuscated file: src/sap/ui/codeeditor/js/ace/theme-cloud_editor.js source-diff

Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.

HIGH New obfuscated file: src/sap/ui/codeeditor/js/ace/theme-cloud9_day.js source-diff

Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.

HIGH New obfuscated file: src/sap/ui/codeeditor/js/ace/theme-cloud9_night_low_color.js source-diff

Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.

HIGH New obfuscated file: src/sap/ui/codeeditor/js/ace/theme-cloud9_night.js source-diff

Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.

HIGH New obfuscated file: src/sap/ui/codeeditor/js/ace/theme-github_dark.js source-diff

Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.

HIGH New obfuscated file: src/sap/ui/codeeditor/js/ace/theme-github_light_default.js source-diff

Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.

HIGH New obfuscated file: src/sap/ui/codeeditor/js/ace/theme-gruvbox_dark_hard.js source-diff

Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.

HIGH New obfuscated file: src/sap/ui/codeeditor/js/ace/theme-gruvbox_light_hard.js source-diff

Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.145.2

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.145.1

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v1.142.9

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.142.8

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v1.142.7

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v1.136.17

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.136.16

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.136.15

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.120.45

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.120.44

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.120.43

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v1.108.51

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.108.50

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.96.46

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.96.45

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v1.84.56

2 findings
HIGH New obfuscated file: src/sap/ui/codeeditor/js/ace/mode-swig.js source-diff

Newly added source file contains lines over 3000 chars, suggesting minified or obfuscated code. New obfuscated files are a strong attack indicator.

LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.

v1.84.55

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Only ~12% of npm packages have provenance, so this is common but not ideal.

v1.71.78

1 finding
LOW No provenance attestation provenance

Package was published without Sigstore provenance. Consider requesting the maintainer enable provenance via CI/CD.