Self-hosted CMS platform based on the Laravel PHP Framework.
This report presents the forensic synthetic code analysis of octobercms/october, a PHP project with 11,144 GitHub stars. SynthScan v2.0 examined 403,637 lines of code across 2632 source files, recording 880 pattern matches distributed across 6 syntactic categories. The overall adjusted score of 3.0 places this repository in the Likely human-written band.
The scanner applied 160+ deterministic lexical heuristics, multi-line block detectors, abstract syntax tree depth profilers, and a cross-file Jaccard similarity matrix to construct a statistically normalised synthetic code estimate. All matches are individually weighted by severity coefficient and contextual multiplier before summation, and the resulting headline score is temporally discounted to account for the repository's development history relative to the commercial emergence of large language model coding tooling (November 2022 onward).
This chart maps the temporal evolution of the adjusted synthetic code score across successive scan runs. An upward trajectory indicates ongoing incorporation of AI-generated code or expanding LLM-assisted scaffolding; a stable or declining trajectory may reflect active human refactoring, code removal, or the adoption of stricter authorship policies. The dashed secondary line (right axis) independently tracks total raw pattern hit count, which can diverge from the normalised score when codebase size changes significantly between scans.
Classifies detected patterns by their diagnostic confidence and structural impact. CRITICAL patterns (coefficient 10) represent definitive synthetic signatures — hallucinated imports, explicit LLM attribution metadata — virtually never produced by human authors. HIGH (5) indicates strong structural tells such as cross-file repetition or cross-linguistic idioms. MEDIUM (2) covers recognisable conversational padding and AI-specific vocabulary. LOW (1) captures subtle indicators like tautological comments and generic boilerplate that require density to carry independent signal.
This horizontal bar chart decomposes the repository's raw synthetic code score by top-level directory, allowing you to pinpoint precisely which modules or components carry the highest AI authorship density. Directories with disproportionately high scores relative to their size warrant targeted manual review: concentrated AI signatures often trace back to mass-generated configuration layers, auto-ported test suites, LLM-scaffolded boilerplate classes, or entire subsystems authored under heavy copilot assistance. Use this view to prioritise your human code-review effort.
The scanner identified 880 distinct pattern matches across 6 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | modules/backend/traits/VueMaker.php | 66 | public function outputVueComponentTemplates() | CODE |
| LOW | modules/backend/traits/VueMaker.php | 111 | public function outputVueComponentsForAjax($response) | CODE |
| LOW | modules/backend/traits/VueMaker.php | 160 | protected function getVueComponentRegistrations(): array | CODE |
| LOW | modules/backend/traits/FormModelSaver.php | 126 | protected function deferPurgedSaveAttributes($model, $attributesToPurge) | CODE |
| LOW | …s/backend/vuecomponents/uploader/assets/js/uploader.js | 22 | numOfFilesInProgress: function computeNumOfFilesInProgress() { | CODE |
| LOW | …s/backend/vuecomponents/uploader/assets/js/uploader.js | 28 | hasFilesInProgress: function computeHasFilesInProgress() { | CODE |
| LOW | modules/backend/vuecomponents/tabs/assets/js/tabs.js | 108 | currentFocusTabKey: function computeCurrentFocusTabKey() { | CODE |
| LOW | modules/backend/vuecomponents/tabs/assets/js/tabs.js | 116 | focusedTabKeyIndex: function computeFocusedTabKeyIndex() { | CODE |
| LOW | modules/backend/vuecomponents/tabs/assets/js/tabs.js | 153 | hasTabsWithChanges: function computeHasTabsWithChanges() { | CODE |
| LOW | modules/backend/vuecomponents/tabs/assets/js/tabs.js | 163 | selectedComponentRefName: function computeSelectedComponentRefName() { | CODE |
| LOW | modules/backend/vuecomponents/tabs/assets/js/tabs.js | 226 | closeTabConfirmedByHostedComponent: function closeTabConfirmedByHostedComponent(tab) { | CODE |
| LOW | modules/backend/vuecomponents/tabs/assets/js/tabs.js | 373 | onHostedComponentTabClose: function onHostedComponentTabClose(tab) { | CODE |
| LOW | …d/vuecomponents/monacoeditor/assets/js/monacoeditor.js | 169 | editorContainerCssClass: function computeEditorContainerCssClass() { | CODE |
| LOW | …mentconnector/assets/js/richeditordocumentconnector.js | 270 | externalToolbarEventBusObj: function computeExternalToolbarEventBusObj() { | CODE |
| LOW | …mentconnector/assets/js/richeditordocumentconnector.js | 283 | hasExternalToolbar: function computeHasExternalToolbar() { | CODE |
| LOW | …mentconnector/assets/js/richeditordocumentconnector.js | 463 | triggerEditorButtonClick: function triggerEditorCommandClick($button) { | CODE |
| LOW | …mentconnector/assets/js/richeditordocumentconnector.js | 543 | onResizingHandleMouseDown: function onResizingHandleMouseDown() { | CODE |
| LOW | …itordocumentconnector/assets/js/formwidgetconnector.js | 61 | externalToolbarBus: function computeExternalToolbarAppState() { | CODE |
| LOW | …itordocumentconnector/assets/js/formwidgetconnector.js | 65 | toolbarExtensionPointProxy: function computeToolbarExtensionPointProxy() { | CODE |
| LOW | …itordocumentconnector/assets/js/formwidgetconnector.js | 78 | hasExternalToolbar: function computeHasExternalToolbar() { | CODE |
| LOW | …backend/vuecomponents/inspector/assets/js/inspector.js | 54 | inspectorPreferences: function computeInspectorPreferences() { | CODE |
| LOW | …uecomponents/inspector/assets/js/control-objectlist.js | 86 | shouldSkipInspectorValidation: function shouldSkipInspectorValidation() { | CODE |
| LOW | …nd/vuecomponents/inspector/assets/js/control-object.js | 69 | shouldSkipInspectorValidation: function shouldSkipInspectorValidation() { | CODE |
| LOW | …ckend/vuecomponents/inspector/assets/js/control-set.js | 53 | nestedControlProperties: function computeNestedControlProperties() { | CODE |
| LOW | …uecomponents/inspector/assets/js/control-table-head.js | 36 | columnsWidthStorageKey: function computeColumnsWidthStorageKey() { | CODE |
| LOW | …end/vuecomponents/inspector/assets/js/control-table.js | 33 | tableConfiguration: function computeTableConfiguration() { | CODE |
| LOW | …kend/vuecomponents/inspector/assets/js/control-text.js | 102 | 'splitterData.position': function onSplitterPositionChanged() { | CODE |
| LOW | …kend/vuecomponents/inspector/assets/js/control-text.js | 118 | 'layoutUpdateData.updateValue': function onLayoutUpdateValueChanged() { | CODE |
| LOW | …backend/vuecomponents/inspector/assets/js/grouphost.js | 48 | groupedControls: function computeGroupedUntabbedControls() { | CODE |
| LOW | …ackend/vuecomponents/inspector/assets/js/host-modal.js | 107 | function beforeApplyPromiseResolve(result) { | CODE |
| LOW | …les/backend/vuecomponents/inspector/assets/js/group.js | 58 | expandStatusStorageKey: function computeExpandStatusStorageKey() { | CODE |
| LOW | …d/vuecomponents/inspector/assets/js/controlhost-row.js | 116 | showExternalParamEditor: function computeShowExternalParamEditor() { | CODE |
| LOW | …d/vuecomponents/inspector/assets/js/controlhost-row.js | 153 | toggleExternalParamEditor: function toggleExternalParamEditor() { | CODE |
| LOW | …es/backend/vuecomponents/treeview/assets/js/section.js | 54 | hasCreateMenuItems: function computeHasCreateMenuItems() { | CODE |
| LOW | …ackend/vuecomponents/treeview/assets/js/quickaccess.js | 27 | searchQueryTrimmed: function computeSearchQueryTrimmed() { | CODE |
| LOW | …dules/backend/vuecomponents/treeview/assets/js/node.js | 314 | labelContainerCssClass: function computeLabelContainerCssClass() { | CODE |
| LOW⚡ | …dules/backend/vuecomponents/treeview/assets/js/node.js | 367 | dragAndDropSortable: function computeIsDragAndDropSortable() { | CODE |
| LOW⚡ | …dules/backend/vuecomponents/treeview/assets/js/node.js | 371 | dragAndDropMovable: function computeIsDragAndDropSortable() { | CODE |
| LOW⚡ | …dules/backend/vuecomponents/treeview/assets/js/node.js | 375 | dragAndDropCustom: function computeIsDragAndDropSortable() { | CODE |
| LOW⚡ | …dules/backend/vuecomponents/treeview/assets/js/node.js | 379 | dragAndDropCustomExternal: function computeIsDragAndDropSortable() { | CODE |
| LOW | …end/vuecomponents/document/assets/js/toolbar-button.js | 68 | menuTriggerCssClass: function computeMenuTriggerCssClass() { | CODE |
| LOW | …es/backend/vuecomponents/document/assets/js/toolbar.js | 45 | scrollableElements: function computeScrollableElements() { | CODE |
| LOW | …es/backend/vuecomponents/document/assets/js/toolbar.js | 51 | fixedRightElements: function computeFixedRightElements() { | CODE |
| LOW | …ocumentmarkdowneditor/assets/js/formwidgetconnector.js | 43 | externalToolbarBus: function computeExternalToolbarAppState() { | CODE |
| LOW | …ocumentmarkdowneditor/assets/js/formwidgetconnector.js | 47 | toolbarExtensionPointProxy: function computeToolbarExtensionPointProxy() { | CODE |
| LOW | …ocumentmarkdowneditor/assets/js/formwidgetconnector.js | 60 | hasExternalToolbar: function computeHasExternalToolbar() { | CODE |
| LOW | …mentmarkdowneditor/assets/js/documentmarkdowneditor.js | 267 | externalToolbarEventBusObj: function computeExternalToolbarEventBusObj() { | CODE |
| LOW | …mentmarkdowneditor/assets/js/documentmarkdowneditor.js | 280 | hasExternalToolbar: function computeHasExternalToolbar() { | CODE |
| LOW | modules/backend/vuecomponents/modal/assets/js/modal.js | 147 | contentCssClassName: function computeContentCssClassName() { | CODE |
| LOW | modules/backend/classes/FormField.php | 339 | public function getCallableMethodFromValue($value): ?array | CODE |
| LOW | modules/backend/classes/FormField.php | 420 | protected function resolveModelAttributeInternal($model, $attribute = null, $options = []) | CODE |
| LOW | modules/backend/classes/FormField.php | 527 | protected function getOptionsFromModelAsString($model, string $methodName, $data) | CODE |
| LOW | modules/backend/classes/FormField.php | 559 | protected function getOptionsFromModelAsDefault($model, $data) | CODE |
| LOW | modules/backend/classes/FilterScope.php | 47 | protected function getOptionsFromModelAsString($model, string $methodName) | CODE |
| LOW | modules/backend/classes/NavigationManager.php | 460 | public function listMainMenuItemsWithSubitems() | CODE |
| LOW | modules/backend/classes/SettingsController.php | 36 | protected function findSettingsContextFromClass() | CODE |
| LOW | modules/backend/classes/LoginCustomization.php | 16 | public static function getCustomizationVariables($controller) | CODE |
| LOW | …end/classes/navigationmanager/HasNavigationContext.php | 151 | public function registerContextSidenavPartial($owner, $mainMenuItemCode, $partial) | CODE |
| LOW | modules/backend/tests/classes/RoleManagerTest.php | 85 | public function testRegisterAdditionalTab() | CODE |
| LOW | modules/backend/tests/classes/RoleManagerTest.php | 130 | public function testCannotRemovePermissionsBeforeLoaded() | CODE |
| 532 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | modules/backend/models/userrole/fields.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/userrole/fields.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/userrole/columns.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/userrole/columns.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/usergroup/fields.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/usergroup/fields.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/usergroup/columns.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/usergroup/columns.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/user/scopes.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/user/scopes.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/user/fields.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/user/fields.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/user/columns.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/user/columns.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/editorsetting/fields.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/editorsetting/fields.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/preference/fields.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/preference/fields.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/accesslog/scopes.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/accesslog/scopes.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/accesslog/columns.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/backend/models/accesslog/columns.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | …ors/importexportcontroller/partials/fields_export.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | …ors/importexportcontroller/partials/fields_export.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | …ors/importexportcontroller/partials/fields_import.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | …ors/importexportcontroller/partials/fields_import.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/backend/controllers/userroles/config_list.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/backend/controllers/userroles/config_list.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/backend/controllers/userroles/config_form.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/backend/controllers/userroles/config_form.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | …dules/backend/controllers/preferences/config_form.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | …dules/backend/controllers/preferences/config_form.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/backend/controllers/usergroups/config_list.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/backend/controllers/usergroups/config_list.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/backend/controllers/usergroups/config_form.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/backend/controllers/usergroups/config_form.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | …es/backend/controllers/usergroups/config_relation.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | …es/backend/controllers/usergroups/config_relation.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/backend/controllers/users/config_list.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/backend/controllers/users/config_list.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/backend/controllers/users/config_form.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/backend/controllers/users/config_form.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/backend/controllers/accesslogs/config_list.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/backend/controllers/accesslogs/config_list.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/tailor/controllers/globals/config_form.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/tailor/controllers/globals/config_form.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/tailor/controllers/entries/config_list.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/tailor/controllers/entries/config_list.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/tailor/controllers/entries/config_form.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/tailor/controllers/entries/config_form.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | …ilor/controllers/bulkactions/config_import_export.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | …ilor/controllers/bulkactions/config_import_export.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | modules/dashboard/models/dashboardsetting/fields.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | modules/dashboard/models/dashboardsetting/fields.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | …shboard/controllers/dashboardsettings/config_form.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | …shboard/controllers/dashboardsettings/config_form.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | …ules/dashboard/controllers/dashboards/config_list.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | …ules/dashboard/controllers/dashboards/config_list.yaml | 3 | # =================================== | COMMENT |
| MEDIUM | …ules/dashboard/controllers/dashboards/config_form.yaml | 1 | # =================================== | COMMENT |
| MEDIUM | …ules/dashboard/controllers/dashboards/config_form.yaml | 3 | # =================================== | COMMENT |
| 102 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …ecomponents/inspector/assets/js/control-mediafinder.js | 29 | 'placeholder': utils.isValueEmpty(this.value) | CODE |
| LOW | …inspector/partials/_control-stringlistautocomplete.php | 5 | :class="{'placeholder': isPlaceholder}" | CODE |
| LOW | …omponents/inspector/partials/_control-autocomplete.php | 11 | :placeholder="placeholder" | CODE |
| LOW | modules/backend/formwidgets/TagList.php | 90 | 'placeholder' | CODE |
| LOW | modules/backend/formwidgets/TagList.php | 143 | $this->vars['placeholder'] = $this->placeholder; | CODE |
| LOW | modules/backend/formwidgets/DataTable.php | 278 | $placeholder = $this->formField->getConfig('placeholder', false); | CODE |
| LOW⚡ | …/backend/formwidgets/richeditor/assets/js/build-min.js | 1 | !function(e){var t=function(n,o){this.id=++e.FE.ID;var r={};o&&o.documentReady&&(r.toolbarButtons=["fullscreen","undo"," | CODE |
| LOW | …backend/formwidgets/richeditor/assets/js/richeditor.js | 204 | var placeholder = this.$textarea.attr('placeholder'); | CODE |
| LOW | …undation/controls/inspector/inspector.editor.string.js | 29 | editor.setAttribute('placeholder', placeholder) | CODE |
| LOW | …foundation/controls/inspector/inspector.editor.text.js | 74 | $textarea.attr('placeholder', this.propertyDefinition.placeholder) | CODE |
| LOW | …on/controls/inspector/inspector.editor.autocomplete.js | 35 | editor.setAttribute('placeholder', placeholder); | CODE |
| LOW | …tion/controls/inspector/inspector.editor.stringlist.js | 54 | $textarea.attr('placeholder', this.propertyDefinition.placeholder) | CODE |
| LOW | …dation/controls/inspector/inspector.editor.checkbox.js | 39 | editor.setAttribute('placeholder', 'placeholder'); | CODE |
| LOW | …dules/backend/assets/foundation/scripts/drag/README.md | 147 | - `placeholder`: Template for the placeholder. Can be any valid jQuery input e.g. a string, a DOM element. The placehold | CODE |
| LOW | modules/backend/helpers/Inspector.php | 74 | 'placeholder', | CODE |
| LOW | modules/backend/widgets/Search.php | 108 | $this->vars['placeholder'] = Lang::get($this->prompt); | CODE |
| LOW | modules/tailor/models/entryrecord/HasCoreModifiers.php | 32 | 'placeholder', | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 295 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 446 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 599 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 788 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 995 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 1265 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 1528 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 1858 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 2159 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 2555 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 2772 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 3085 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 3394 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 3778 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 3959 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 4162 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 4478 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 4719 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 4973 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 5124 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 5338 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 5519 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 5716 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 5918 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 6115 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 6279 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 6430 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 6710 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 7066 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 7304 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 11254 | "placeholder": { | CODE |
| LOW | modules/tailor/assets/js/blueprint-yaml-schema.json | 11460 | "placeholder": { | CODE |
| LOW | modules/system/classes/uifactory/HasInputs.php | 30 | 'placeholder', | CODE |
| LOW | …dules/system/classes/presetmanager/icons-phosphor.json | 897 | "placeholder", | CODE |
| LOW | modules/system/lang/sl/lang.php | 156 | 'paragraph' => 'To je odstavek, ki vsebuje Lorem Ipsum tekst in povezavo. Cumque dicta <a>doloremque eaque</a>, en | CODE |
| LOW | modules/system/lang/sk/lang.php | 158 | 'paragraph' => 'Tento odstavec obsahuje Lorem Ipsum a link. Cumque dicta <a>doloremque eaque</a>, enim error labor | CODE |
| LOW | modules/system/lang/pl/lang.php | 119 | 'paragraph' => 'To jest paragraf wypełniony Lorem Ipsum oraz linkiem. Cumque dicta <a>doloremque eaque</a>, enim e | CODE |
| LOW | modules/system/lang/vn/lang.php | 209 | 'paragraph' => 'Đây là một đoạn văn chứa Lorem Ipsum và một liên kết. Cumque dicta <a>doloremque eaque</a>, enim e | CODE |
| LOW | modules/system/lang/ca/lang.php | 109 | 'paragraph' => 'Això és un paràgraf amb Lorem Ipsum i un enllaç. Cumque dicta <a>doloremque eaque</a>, enim error | CODE |
| LOW | modules/system/lang/ru/lang.php | 192 | 'paragraph' => 'Это абзац, содержит текст Lorem Ipsum и ссылку. Cumque dicta <a>doloremque eaque</a>, enim error l | CODE |
| LOW | modules/system/lang/pt-br/lang.php | 193 | 'paragraph' => 'Este é um parágrafo preenchido com o Lorem Ipsum e um link. Cumque dicta <a>doloremque eaque</a>, | CODE |
| LOW | modules/system/lang/hu/lang.php | 146 | 'paragraph' => 'Ez egy bekezdés Lorem Ipsum szöveggel és hivatkozással. Cumque dicta <a>doloremque eaque</a>, enim | CODE |
| LOW | modules/system/lang/nl/lang.php | 192 | 'paragraph' => 'Dit is een paragraaf gevuld met Lorem Ipsum en een link. Cumque dicta <a>doloremque eaque</a>, eni | CODE |
| 42 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | modules/backend/ServiceProvider.php | 61 | // return [ | COMMENT |
| LOW | …uecomponents/treeview/assets/js/classes/draganddrop.js | 421 | this.$dragIndicator = $treeviewRoot.find('.drag-indicator'); | COMMENT |
| LOW | modules/backend/models/brandsetting/style_custom.less | 1 | // | COMMENT |
| LOW | modules/backend/assets/css/backend/_vars.css | 21 | --oc-link-hover-color: var(--bs-link-hover-color); | COMMENT |
| LOW | …es/backend/assets/less/core/mixins/mixins.utility.less | 1 | // Utilities | COMMENT |
| LOW | …ckend/assets/less/core/variables/variables.zindex.less | 1 | // | COMMENT |
| LOW | modules/backend/assets/less/controls/simplelist.less | 1 | // | COMMENT |
| LOW | modules/backend/assets/less/controls/simplelist.less | 21 | // <li> | COMMENT |
| LOW | modules/backend/assets/less/controls/simplelist.less | 41 | // <a href="#"> | COMMENT |
| LOW | …dation/controls/inspector/inspector.datainteraction.js | 61 | COMMENT | |
| LOW | …/foundation/controls/inspector/inspector.editor.set.js | 281 | } | COMMENT |
| LOW | modules/dashboard/vuecomponents/Dashboard.php | 61 | // $this->addJs('/modules/dashboard/assets/js/classes/DataSource.js', ['type' => 'module']); | COMMENT |
| LOW | …uecomponents/dashboard/assets/js/dashboard-selector.js | 61 | // type: 'text', | COMMENT |
| LOW | modules/system/assets/js/foundation.js | 261 | COMMENT | |
| LOW | modules/system/assets/js/foundation.js | 281 | // } | COMMENT |
| LOW | modules/system/assets/js/foundation.js | 361 | COMMENT | |
| LOW | modules/system/assets/js/foundation.js | 441 | // Removes one or more text strings from the canvas text overlay. | COMMENT |
| LOW | modules/system/assets/js/foundation.js | 3861 | // either the original selector with which you call the plugin must only match the top containers, | COMMENT |
| LOW | modules/system/assets/js/foundation.js | 3881 | // This option can be used to prevent unwanted drags when clicking on an element. | COMMENT |
| LOW | modules/system/assets/js/foundation.js | 10301 | SetEditor.prototype.isGroupedEditor = function() { | COMMENT |
| LOW | modules/cms/tests/classes/ControllerTest.php | 481 | // Testing case sensitivity | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | …/backend/formwidgets/richeditor/assets/js/build-min.js | 1 | !function(e){var t=function(n,o){this.id=++e.FE.ID;var r={};o&&o.documentReady&&(r.toolbarButtons=["fullscreen","undo"," | CODE |
| MEDIUM⚡ | …/backend/formwidgets/richeditor/assets/js/build-min.js | 1 | !function(e){var t=function(n,o){this.id=++e.FE.ID;var r={};o&&o.documentReady&&(r.toolbarButtons=["fullscreen","undo"," | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | modules/system/assets/js/foundation.js | 1030 | function processData() { | CODE |