Prior to making any Submission(s), you must sign an Adobe Contributor License Agreement, available here at: https://opensource.adobe.com/cla.html. All Submissions you make to Adobe Inc. and its affiliates, assigns and subsidiaries (collectively “Adobe”) are subject to the terms of the Adobe Contributor License Agreement.
This report presents the forensic synthetic code analysis of magento/magento2, a PHP project with 12,151 GitHub stars. SynthScan v2.0 examined 4,245,749 lines of code across 39346 source files, recording 20304 pattern matches distributed across 18 syntactic categories. The overall adjusted score of 4.8 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).
Longitudinal tracking requires multiple scan runs. Once this repository is re-scanned after new commits land, this chart will visualise how the synthetic code signal evolves over time — enabling you to detect whether AI authorship is growing, stabilising, or being actively corrected by human engineers.
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 20304 distinct pattern matches across 18 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 | …ode/Magento/LoginAsCustomerApi/Api/ConfigInterface.php | 32 | public function isStoreManualChoiceEnabled(): bool; | CODE |
| LOW | …ode/Magento/LoginAsCustomerApi/Api/ConfigInterface.php | 41 | public function getAuthenticationDataExpirationTime(): int; | CODE |
| LOW | …lesRuleGraphQl/Test/Unit/Model/Resolver/CouponTest.php | 69 | public function testResolveWithOrderModel(): void | CODE |
| LOW | …lesRuleGraphQl/Test/Unit/Model/Resolver/CouponTest.php | 85 | public function testResolveWithoutDiscountModel(): void | CODE |
| LOW | …lesRuleGraphQl/Test/Unit/Model/Resolver/CouponTest.php | 97 | public function testResolveWithoutQuoteModel(): void | CODE |
| LOW | …lesRuleGraphQl/Test/Unit/Model/Resolver/CouponTest.php | 125 | public function testResolveWithMatchingRuleId(): void | CODE |
| LOW | …lesRuleGraphQl/Test/Unit/Model/Resolver/CouponTest.php | 145 | public function testResolveNoMatchingRuleId(): void | CODE |
| LOW | …icsearch8/Test/Unit/Model/Client/ElasticsearchTest.php | 129 | public function testConstructorOptionsException() | CODE |
| LOW | …icsearch8/Test/Unit/Model/Client/ElasticsearchTest.php | 144 | public function testConstructorWithOptions() | CODE |
| LOW | …icsearch8/Test/Unit/Model/Client/ElasticsearchTest.php | 388 | public function testUpdateAliasRemoveOldIndex() | CODE |
| LOW | …icsearch8/Test/Unit/Model/Client/ElasticsearchTest.php | 565 | public function testAddFieldsMappingFailure() | CODE |
| LOW | …Magento/Elasticsearch8/Model/Adapter/Elasticsearch.php | 25 | public function getDocsArrayInBulkIndexFormat( | CODE |
| LOW | …/Magento/Elasticsearch8/Model/Client/Elasticsearch.php | 392 | private function applyFieldsMappingPreprocessors(array $properties): array | CODE |
| LOW | …/Unit/Model/Model/Directories/GetDirectoryTreeTest.php | 139 | public function testExecuteInLazyModeForRootsAndSubdirectories(): void | CODE |
| LOW | …/Unit/Model/Model/Directories/GetDirectoryTreeTest.php | 212 | public function testExecuteInLazyModeRejectsPathOutsideAllowedRoots(): void | CODE |
| LOW | …/Unit/Model/Model/Directories/GetDirectoryTreeTest.php | 400 | private function buildDirectoryChildrenMap(array $structure, string $parentPath = ''): array | CODE |
| LOW | …/CollectionProcessor/FilterProcessor/DirectoryTest.php | 61 | public function testApplyWithCaseSensitiveDirectoryFiltering( | CODE |
| LOW | …/CollectionProcessor/FilterProcessor/DirectoryTest.php | 82 | public function testApplyWithNullFilterValue(): void | CODE |
| LOW | …/CollectionProcessor/FilterProcessor/DirectoryTest.php | 101 | public function testApplyStripsPercentageSigns(): void | CODE |
| LOW | …/CollectionProcessor/FilterProcessor/DirectoryTest.php | 120 | public function testCaseSensitiveBehavior(): void | CODE |
| LOW | …/CollectionProcessor/FilterProcessor/DirectoryTest.php | 142 | public static function caseSensitiveDirectoryDataProvider(): array | CODE |
| LOW | …diaGalleryUi/Test/Mftf/Helper/MediaGalleryUiHelper.php | 34 | public function deleteAllImagesUsingMassAction( | CODE |
| LOW | …Processor/FilterProcessor/DirectoryIntegrationTest.php | 42 | public function testFilterProcessorAppliesBinaryCaseSensitiveQuery(): void | CODE |
| LOW | …Processor/FilterProcessor/DirectoryIntegrationTest.php | 74 | public function testFilterProcessorWithUppercaseDirectory(): void | CODE |
| LOW | …Processor/FilterProcessor/DirectoryIntegrationTest.php | 102 | public function testFilterProcessorStripsPercentageSigns(): void | CODE |
| LOW | …Processor/FilterProcessor/DirectoryIntegrationTest.php | 130 | public function testFilterProcessorWithNullValue(): void | CODE |
| LOW | …Processor/FilterProcessor/DirectoryIntegrationTest.php | 159 | public function testRegexPatternExcludesSubdirectories(): void | CODE |
| LOW | …Processor/FilterProcessor/DirectoryIntegrationTest.php | 189 | public function testFilterProcessorWithMixedCaseDirectory(): void | CODE |
| LOW | …/MediaGalleryUi/Model/Directories/GetDirectoryTree.php | 229 | private function getDirectoryDataForLazyLoad(ReadInterface $mediaDirectory, string $path): array | CODE |
| LOW | …rGraphQl/Test/Unit/Model/Resolver/IsSubscribedTest.php | 177 | public function testCustomerIsSubscribedWithoutStore() | CODE |
| LOW | …raphQl/Model/SubscribeEmailToNewsletter/Validation.php | 161 | private function validateGuestSubscription(): void | CODE |
| LOW | …raphQl/Model/SubscribeEmailToNewsletter/Validation.php | 180 | private function validateAlreadySubscribed(string $email, int $websiteId): void | CODE |
| LOW | …agento/Ui/Test/Unit/Config/Converter/CompositeTest.php | 45 | public function testConvertWithMissedConverter() | CODE |
| LOW | …agento/Ui/Test/Unit/Config/Converter/CompositeTest.php | 57 | public function testConvertWithInvalidConverter() | CODE |
| LOW | …code/Magento/Ui/Test/Unit/Config/Converter/UrlTest.php | 50 | public function testConvertUrlWithoutParams() | CODE |
| LOW | app/code/Magento/Ui/Test/Unit/Component/FormTest.php | 103 | public function testGetDataSourceDataWithoutData() | CODE |
| LOW | app/code/Magento/Ui/Test/Unit/Component/FormTest.php | 154 | public function testGetDataSourceDataWithoutId() | CODE |
| LOW | app/code/Magento/Ui/Test/Unit/Component/FormTest.php | 210 | public function testGetDataSourceDataWithAbstractDataProvider() | CODE |
| LOW | app/code/Magento/Ui/Test/Unit/Component/ListingTest.php | 118 | public function testRenderSpecificContentType(): void | CODE |
| LOW⚡ | …gento/Ui/Test/Unit/Component/AbstractComponentTest.php | 97 | public function testGetComponentNotExists() | CODE |
| LOW⚡ | …gento/Ui/Test/Unit/Component/AbstractComponentTest.php | 105 | public function testGetChildComponentsEmptyArray() | CODE |
| LOW⚡ | …gento/Ui/Test/Unit/Component/AbstractComponentTest.php | 113 | public function testAddGetChildComponents() | CODE |
| LOW | …gento/Ui/Test/Unit/Component/AbstractComponentTest.php | 140 | public function testRenderChildComponentNotExists() | CODE |
| LOW | …/Ui/Test/Unit/Component/Filters/FilterModifierTest.php | 65 | public function testNotApplyFilterModifier() | CODE |
| LOW | …/Ui/Test/Unit/Component/Filters/FilterModifierTest.php | 77 | public function testApplyFilterModifierWithNotAllowedCondition() | CODE |
| LOW | …/Ui/Test/Unit/Component/Filters/FilterModifierTest.php | 100 | public function testApplyFilterModifierWith($filterModifier, $filterName, $conditionType, $value) | CODE |
| LOW | …/Ui/Test/Unit/Component/Filters/FilterModifierTest.php | 120 | public static function getApplyFilterModifierDataProvider() | CODE |
| LOW | …code/Magento/Ui/Test/Unit/Component/Form/FieldTest.php | 103 | public static function prepareSuccessDataProvider() | CODE |
| LOW | …Test/Unit/Component/Form/Element/DataType/DateTest.php | 65 | public function testPrepareWithTimeOffset() | CODE |
| LOW | …Test/Unit/Component/Form/Element/DataType/DateTest.php | 98 | public function testPrepareWithoutTimeOffset() | CODE |
| LOW | …Test/Unit/Component/Form/Element/DataType/DateTest.php | 187 | public static function convertDatetimeDataProvider(): array | CODE |
| LOW | …Test/Unit/Component/Form/Element/DataType/DateTest.php | 233 | public static function convertDateFormatDataProvider(): array | CODE |
| LOW | …est/Unit/Component/Form/Element/DataType/MediaTest.php | 42 | public function testPrepareWithoutDataScope() | CODE |
| LOW | …it/Component/Form/Element/DataType/Media/ImageTest.php | 107 | private function assertExpectedPreparedConfiguration( | CODE |
| LOW | …gento/Ui/Test/Unit/Component/MassAction/FilterTest.php | 150 | public function testApplySelectionOnTargetProvider( | CODE |
| LOW | …gento/Ui/Test/Unit/Component/MassAction/FilterTest.php | 177 | public static function applySelectionOnTargetProviderDataProvider(): array | CODE |
| LOW | …gento/Ui/Test/Unit/Component/MassAction/FilterTest.php | 190 | public function testApplySelectionOnTargetProviderException(): void | CODE |
| LOW | …gento/Ui/Test/Unit/Component/MassAction/FilterTest.php | 280 | public function testGetCollectionWithCollection( | CODE |
| LOW | …gento/Ui/Test/Unit/Component/MassAction/FilterTest.php | 346 | public function testGetComponentRefererUrlIsNotNull(): void | CODE |
| LOW | …gento/Ui/Test/Unit/Component/MassAction/FilterTest.php | 365 | public function testGetComponentRefererUrlIsNull(): void | CODE |
| 18453 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …rontend/Magento/luma/web/css/source/_email-extend.less | 1 | // /** | COMMENT |
| LOW | …sign/frontend/Magento/luma/web/css/source/_popups.less | 1 | // /** | COMMENT |
| LOW | …n/frontend/Magento/luma/web/css/source/_variables.less | 1 | // /** | COMMENT |
| LOW | …tend/Magento/luma/web/css/source/_email-variables.less | 1 | // /** | COMMENT |
| LOW | …esign/frontend/Magento/luma/web/css/source/_theme.less | 1 | // /** | COMMENT |
| LOW | …uma/Magento_AdvancedSearch/web/css/source/_module.less | 1 | // /** | COMMENT |
| LOW | …/css/source/module/checkout/fields/_file-uploader.less | 1 | // @codingStandardsIgnoreFile | COMMENT |
| LOW | app/design/frontend/Magento/blank/web/css/styles-m.less | 21 | // --------------------------------------------- | COMMENT |
| LOW | app/design/frontend/Magento/blank/web/css/styles-l.less | 21 | COMMENT | |
| LOW | app/design/frontend/Magento/blank/web/css/email.less | 21 | @import (reference) 'source/_email-base.less'; // Contains primary email styles | COMMENT |
| LOW | …frontend/Magento/blank/web/css/source/_email-base.less | 1 | // /** | COMMENT |
| LOW | …frontend/Magento/blank/web/css/source/_email-base.less | 21 | // * class (.logo) | COMMENT |
| LOW | …ontend/Magento/blank/web/css/source/_email-extend.less | 1 | // /** | COMMENT |
| LOW | …ign/frontend/Magento/blank/web/css/source/_popups.less | 1 | // /** | COMMENT |
| LOW | …/frontend/Magento/blank/web/css/source/_variables.less | 1 | // /** | COMMENT |
| LOW | …end/Magento/blank/web/css/source/_email-variables.less | 1 | // /** | COMMENT |
| LOW | …sign/frontend/Magento/blank/web/css/source/_theme.less | 1 | // /** | COMMENT |
| LOW | …frontend/Magento/blank/web/css/source/_components.less | 1 | // /** | COMMENT |
| LOW | …lank/Magento_Checkout/web/css/source/module/_cart.less | 1 | // /** | COMMENT |
| LOW | …ackend/Magento_Translation/web/css/source/_module.less | 1 | // /** | COMMENT |
| LOW | …/web/css/source/module/components/_navigation-bar.less | 1 | // /** | COMMENT |
| LOW | …ckend/Magento_Ui/web/css/source/module/_data-grid.less | 1 | // /** | COMMENT |
| LOW | …web/css/source/module/data-grid/_data-grid-header.less | 1 | // /** | COMMENT |
| LOW | …odule/data-grid/data-grid-header/_data-grid-pager.less | 1 | // /** | COMMENT |
| LOW | …/Magento/backend/web/app/setup/styles/less/_setup.less | 1 | /** | COMMENT |
| LOW | …/Magento/backend/web/app/setup/styles/less/_setup.less | 21 | //@import '../../../../css/source/_reset.less'; | COMMENT |
| LOW | …/Magento/backend/web/app/setup/styles/less/_setup.less | 41 | //@import '../../../updater/styles/less/source/_typography.less'; | COMMENT |
| LOW | …/Magento/backend/web/app/setup/styles/less/_setup.less | 61 | //@import '../../../../../Magento_Backend/web/css/source/module/main/_actions-bar.less'; | COMMENT |
| LOW | …/Magento/backend/web/app/setup/styles/less/_setup.less | 81 | COMMENT | |
| LOW | …/Magento/backend/web/app/setup/styles/less/_setup.less | 101 | //@import '../../../updater/styles/less/pages/_extension-manager.less'; | COMMENT |
| LOW | …/backend/web/app/setup/styles/less/lib/_collector.less | 1 | // /** | COMMENT |
| LOW | …end/web/app/setup/styles/less/lib/utilities/_grid.less | 1 | // /** | COMMENT |
| LOW | …/web/app/setup/styles/less/pages/_readiness-check.less | 1 | // /** | COMMENT |
| LOW | …nd/web/app/updater/styles/less/source/_typography.less | 1 | // /** | COMMENT |
| LOW | …kend/web/app/updater/styles/less/components/_menu.less | 1 | // /** | COMMENT |
| LOW | …o/backend/web/app/updater/styles/less/pages/_home.less | 1 | // /** | COMMENT |
| LOW | …inhtml/Magento/backend/web/css/source/_responsive.less | 1 | // /** | COMMENT |
| LOW | …n/adminhtml/Magento/backend/web/css/source/_theme.less | 1 | // /** | COMMENT |
| LOW | …gn/adminhtml/Magento/backend/web/css/source/_grid.less | 1 | // /** | COMMENT |
| LOW | …ml/Magento/backend/web/css/source/forms/_controls.less | 1 | // /** | COMMENT |
| LOW | …ml/Magento/backend/web/css/source/utilities/_grid.less | 1 | // /** | COMMENT |
| LOW | …/backend/web/css/source/actions/_actions-dropdown.less | 1 | // /** | COMMENT |
| LOW | …to/backend/web/css/source/actions/_actions-select.less | 1 | // /** | COMMENT |
| LOW | …nto/backend/web/css/source/actions/_actions-split.less | 1 | // /** | COMMENT |
| LOW | …nhtml/Magento/backend/web/mui/clearless/_settings.less | 1 | // /** | COMMENT |
| LOW | …d/Magento_Sales/web/css/source/module/_edit-order.less | 1 | // /************************************************************************ | COMMENT |
| LOW | …end/Magento_Enterprise/web/css/source/_module-old.less | 1 | // /** | COMMENT |
| LOW | …end/Magento_Enterprise/web/css/source/_module-old.less | 21 | // .adminhtml-report-invitation-customer, | COMMENT |
| LOW | …end/Magento_Backend/web/css/source/module/_header.less | 1 | // /** | COMMENT |
| LOW | …o_Backend/web/css/source/module/main/_actions-bar.less | 1 | // /** | COMMENT |
| LOW | …to_Backend/web/css/source/module/pages/_dashboard.less | 1 | // /** | COMMENT |
| LOW | …kend/web/css/source/module/header/_headings-group.less | 1 | // /** | COMMENT |
| LOW | …ckend/web/css/source/module/header/_actions-group.less | 1 | // /** | COMMENT |
| LOW | …p/code/Magento/Eav/Test/Unit/Model/TypeLocatorTest.php | 101 | // ->method('getBackendModel') | COMMENT |
| LOW | …to/Setup/Test/Unit/Model/ObjectManagerProviderTest.php | 101 | COMMENT | |
| LOW | .github/app-projects-boards-automation.config.yaml | 241 | # 1. Whenever a new issue is created and has no priority label on it (e.g., P1, P2, etc.): | COMMENT |
| LOW | .github/app-projects-boards-automation.config.yaml | 281 | # - "Issue: Confirmed" | COMMENT |
| LOW | .github/stale.yml | 61 | # Optionally, specify configuration settings that are specific to just 'issues' or 'pulls': | COMMENT |
| LOW | lib/web/jquery.js | 881 | COMMENT | |
| LOW | lib/web/jquery.js | 1021 | */ | COMMENT |
| 1079 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …i/Test/Unit/Controller/Adminhtml/Bookmark/SaveTest.php | 277 | 'placeholder' => true | CODE |
| LOW | …i/Test/Unit/Controller/Adminhtml/Bookmark/SaveTest.php | 335 | 'placeholder' => true, | CODE |
| LOW | …/Magento/Ui/view/base/web/js/form/element/ui-select.js | 331 | 'placeholder', | CODE |
| LOW | …gento/Ui/view/base/ui_component/etc/definition.map.xml | 508 | <item name="placeholder" translate="true" type="string" xsi:type="xpath">settings/placeholder</item> | CODE |
| LOW | …gento/Ui/view/base/ui_component/etc/definition.map.xml | 843 | <item name="placeholder" type="item" xsi:type="converter">settings/placeholder</item> | CODE |
| LOW | …/code/Magento/Contact/Test/Mftf/Data/ContactUsData.xml | 12 | <data key="comment" unique="suffix">Lorem ipsum dolor sit amet, ne enim aliquando eam, oblique deserunt no usu. | CODE |
| LOW | …/code/Magento/Contact/Test/Mftf/Data/ContactUsData.xml | 12 | <data key="comment" unique="suffix">Lorem ipsum dolor sit amet, ne enim aliquando eam, oblique deserunt no usu. | CODE |
| LOW | …e/Magento/Usps/Test/Unit/Model/ShipmentServiceTest.php | 625 | $request->setShipperAddressStreet1('123 Main St'); | CODE |
| LOW | …e/Magento/Usps/Test/Unit/Model/ShipmentServiceTest.php | 670 | $this->assertEquals('123 Main St', $result['fromAddress']['streetAddress']); | CODE |
| LOW | …e/Magento/Usps/Test/Unit/Model/ShipmentServiceTest.php | 750 | 'shipper_address_street1' => '123 Main St', | CODE |
| LOW | …e/Magento/Usps/Test/Unit/Model/ShipmentServiceTest.php | 903 | $request->setShipperAddressStreet1('123 Main St'); | CODE |
| LOW | …e/Magento/Usps/Test/Unit/Model/ShipmentServiceTest.php | 1152 | $request->setShipperAddressStreet1('123 Main St'); | CODE |
| LOW | …s/Test/Unit/Plugin/Model/OrderRepositoryPluginTest.php | 66 | $this->billingAddress->method('getStreet')->willReturn(['123 Main St']); | CODE |
| LOW | …s/Test/Unit/Plugin/Model/OrderRepositoryPluginTest.php | 121 | $this->billingAddress->method('getStreet')->willReturn(['123 Main St']); | CODE |
| LOW | …agento/Sales/Test/Unit/Model/AdminOrder/CreateTest.php | 243 | ['email', 'user@example.com'], | CODE |
| LOW | app/code/Magento/Translation/etc/di.xml | 46 | <item name="placeholder" xsi:type="object">Magento\Framework\Phrase\Renderer\Placeholder</item> | CODE |
| LOW | …/web/swagger-ui/js/swagger-ui-standalone-preset.min.js | 2 | !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(function(){try{return require("esprima | CODE |
| LOW | …Test/Unit/Block/System/Config/Form/Field/ImageTest.php | 92 | 'id' => 'placeholder', | CODE |
| LOW | app/code/Magento/Config/etc/di.xml | 171 | <item name="placeholder" xsi:type="object">Magento\Store\Model\Config\Processor\Placeholder</item> | CODE |
| LOW | app/code/Magento/Config/etc/di.xml | 289 | <argument name="placeholder" xsi:type="object">Magento\Config\Model\Placeholder\Environment</argument> | CODE |
| LOW | app/code/Magento/Config/Model/Config/Parser/Comment.php | 98 | if (!isset($matches['placeholder'])) { | CODE |
| LOW | app/code/Magento/Config/Model/Config/Parser/Comment.php | 103 | foreach ($matches['placeholder'] as $placeholder) { | CODE |
| LOW | …gento/Quote/Test/Unit/Model/CustomerManagementTest.php | 262 | $this->quoteAddressMock->method('getStreet')->willReturn(['123 Main St']); | CODE |
| LOW | …gento/Quote/Test/Unit/Model/CustomerManagementTest.php | 287 | $this->customerAddressMock->expects($this->once())->method('setStreet')->with(['123 Main St']); | CODE |
| LOW⚡ | …de/Magento/Quote/Test/Unit/Model/Quote/PaymentTest.php | 235 | 'cc_owner' => 'John Doe' | CODE |
| LOW⚡ | …de/Magento/Quote/Test/Unit/Model/Quote/PaymentTest.php | 243 | 'cc_owner' => 'John Doe' | CODE |
| LOW⚡ | …de/Magento/Quote/Test/Unit/Model/Quote/PaymentTest.php | 253 | 'cc_owner' => 'John Doe' | CODE |
| LOW⚡ | …de/Magento/Quote/Test/Unit/Model/Quote/PaymentTest.php | 264 | 'cc_owner' => 'John Doe', | CODE |
| LOW⚡ | …de/Magento/Quote/Test/Unit/Model/Quote/PaymentTest.php | 273 | 'cc_owner' => 'John Doe' | CODE |
| LOW⚡ | …de/Magento/Quote/Test/Unit/Model/Quote/PaymentTest.php | 283 | 'cc_owner' => 'John Doe' | CODE |
| LOW | …ent/Test/Unit/Gateway/Request/BuilderCompositeTest.php | 128 | 'user' => 'John Doe', | CODE |
| LOW | …earch/Test/Unit/Model/Advanced/Request/BuilderTest.php | 185 | 'placeholder' => [ | CODE |
| LOW | …roller/Adminhtml/Product/Action/Attribute/EditTest.php | 119 | $this->request->expects($this->any())->method('getParam')->with('filters')->willReturn(['placeholder' => true]); | CODE |
| LOW | …roller/Adminhtml/Product/Action/Attribute/EditTest.php | 124 | 'filters' => ['placeholder' => true] | CODE |
| LOW | …Catalog/Test/Unit/Model/View/Asset/PlaceholderTest.php | 79 | $this->assertEquals('placeholder', $this->model->getModule()); | CODE |
| LOW | app/code/Magento/Catalog/etc/adminhtml/system.xml | 112 | <group id="placeholder" translate="label" sortOrder="300" showInDefault="1" showInWebsite="1" showInStore="1 | CODE |
| LOW | app/code/Magento/Catalog/etc/adminhtml/system.xml | 116 | <field id="placeholder" type="image" sortOrder="1" showInDefault="1" showInWebsite="1" showInStore="1"> | CODE |
| LOW | …/code/Magento/Catalog/Model/View/Asset/Placeholder.php | 234 | return 'placeholder'; | CODE |
| LOW | …xport/Test/Unit/Model/Import/CustomerCompositeTest.php | 466 | Customer::COLUMN_EMAIL => 'test@test.com', | CODE |
| LOW | …xport/Test/Unit/Model/Import/CustomerCompositeTest.php | 508 | Customer::COLUMN_EMAIL => 'test@test.com', | CODE |
| LOW | …xport/Test/Unit/Model/Import/CustomerCompositeTest.php | 526 | Customer::COLUMN_EMAIL => 'test@test.com', | CODE |
| LOW | …xport/Test/Unit/Model/Import/CustomerCompositeTest.php | 544 | Customer::COLUMN_EMAIL => 'test@test.com', | CODE |
| LOW | …Magento/Sitemap/Test/Unit/Model/Batch/ObserverTest.php | 186 | $errorRecipient = 'admin@example.com'; | CODE |
| LOW | …ento/Tax/Test/Unit/Model/Sales/Total/Quote/TaxTest.php | 337 | "street" => ["123 Main Street"], | CODE |
| LOW | …ento/Tax/Test/Unit/Model/Sales/Total/Quote/TaxTest.php | 344 | "street" => ["123 Main Street"], | CODE |
| LOW | …ento/Tax/Test/Unit/Model/Sales/Total/Quote/TaxTest.php | 363 | "address_id" => 2, "address_type" => "shipping", "street" => "123 Main Street", | CODE |
| LOW | …ento/Tax/Test/Unit/Model/Sales/Total/Quote/TaxTest.php | 545 | "address_id" => 2, "address_type" => "shipping", "street" => "123 Main Street", | CODE |
| LOW | …ento/Tax/Test/Unit/Model/Sales/Total/Quote/TaxTest.php | 687 | "address_id" => 2, "address_type" => "shipping", "street" => "123 Main Street", | CODE |
| LOW⚡ | …/Unit/Model/Menu/Config/_files/invalidMenuXmlArray.php | 342 | '<?xml version="1.0"?><config><menu><add title="Lorem ipsum dolor sit amet, consectetur adipisicing" ' . | CODE |
| LOW⚡ | …/Unit/Model/Menu/Config/_files/invalidMenuXmlArray.php | 342 | '<?xml version="1.0"?><config><menu><add title="Lorem ipsum dolor sit amet, consectetur adipisicing" ' . | CODE |
| LOW⚡ | …/Unit/Model/Menu/Config/_files/invalidMenuXmlArray.php | 346 | "Element 'add', attribute 'title': [facet 'maxLength'] The value 'Lorem ipsum dolor sit amet, " . | CODE |
| LOW⚡ | …/Unit/Model/Menu/Config/_files/invalidMenuXmlArray.php | 346 | "Element 'add', attribute 'title': [facet 'maxLength'] The value 'Lorem ipsum dolor sit amet, " . | CODE |
| LOW⚡ | …/Unit/Model/Menu/Config/_files/invalidMenuXmlArray.php | 349 | "title=\"Lorem ipsum dolor sit amet, consectetur adipisicing\" id=\"Test_Value::some_value\" " . | CODE |
| LOW⚡ | …/Unit/Model/Menu/Config/_files/invalidMenuXmlArray.php | 349 | "title=\"Lorem ipsum dolor sit amet, consectetur adipisicing\" id=\"Test_Value::some_value\" " . | CODE |
| LOW⚡ | …/Unit/Model/Menu/Config/_files/invalidMenuXmlArray.php | 376 | '<?xml version="1.0"?><config><menu><add toolTip="Lorem ipsum dolor sit amet, consectetur adipisicing" ' . | CODE |
| LOW⚡ | …/Unit/Model/Menu/Config/_files/invalidMenuXmlArray.php | 376 | '<?xml version="1.0"?><config><menu><add toolTip="Lorem ipsum dolor sit amet, consectetur adipisicing" ' . | CODE |
| LOW⚡ | …/Unit/Model/Menu/Config/_files/invalidMenuXmlArray.php | 381 | "Element 'add', attribute 'toolTip': [facet 'maxLength'] The value 'Lorem ipsum dolor sit amet, " . | CODE |
| LOW⚡ | …/Unit/Model/Menu/Config/_files/invalidMenuXmlArray.php | 381 | "Element 'add', attribute 'toolTip': [facet 'maxLength'] The value 'Lorem ipsum dolor sit amet, " . | CODE |
| LOW⚡ | …/Unit/Model/Menu/Config/_files/invalidMenuXmlArray.php | 384 | "toolTip=\"Lorem ipsum dolor sit amet, consectetur adipisicing\" id=\"Test_Value::some_value\" " . | CODE |
| LOW⚡ | …/Unit/Model/Menu/Config/_files/invalidMenuXmlArray.php | 384 | "toolTip=\"Lorem ipsum dolor sit amet, consectetur adipisicing\" id=\"Test_Value::some_value\" " . | CODE |
| 474 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …e/Frontend/Adapter/SymfonyAdapters/RedisTagAdapter.php | 603 | // Step 1: Get IDs matching ANY of the tags using SUNION (OR logic) | COMMENT |
| LOW⚡ | …e/Frontend/Adapter/SymfonyAdapters/RedisTagAdapter.php | 610 | // Step 2: Get IDs matching the scope tag using SMEMBERS | COMMENT |
| LOW⚡ | …e/Frontend/Adapter/SymfonyAdapters/RedisTagAdapter.php | 617 | // Step 3: Intersect to get IDs that have (tag1 OR tag2 OR ...) AND scopeTag | COMMENT |
| LOW⚡ | …e/Frontend/Adapter/SymfonyAdapters/RedisTagAdapter.php | 624 | // Step 4: Batch delete filtered IDs | COMMENT |
| LOW⚡ | …e/Frontend/Adapter/SymfonyAdapters/RedisTagAdapter.php | 627 | // Step 5: Ensure changes are committed to underlying pool | COMMENT |
| LOW⚡ | …el/Provider/UpdatedAtListProviderTiedTimestampTest.php | 123 | // Step 1: settle the fixture order — main.updated_at clearly in the | COMMENT |
| LOW⚡ | …el/Provider/UpdatedAtListProviderTiedTimestampTest.php | 132 | // Step 2: initial sync — populates the grid row. | COMMENT |
| LOW⚡ | …el/Provider/UpdatedAtListProviderTiedTimestampTest.php | 137 | // Step 3: bump main.updated_at to a clearly-fresh value and change | COMMENT |
| LOW⚡ | …el/Provider/UpdatedAtListProviderTiedTimestampTest.php | 161 | // Step 4: run cron. With the 1s buffer, this fresh row must be skipped. | COMMENT |
| LOW⚡ | …el/Provider/UpdatedAtListProviderTiedTimestampTest.php | 164 | // Step 5: assert the grid row is unchanged. | COMMENT |
| LOW⚡ | …el/Provider/UpdatedAtListProviderTiedTimestampTest.php | 197 | // Step 0: initial sync — grid row matches order. | COMMENT |
| LOW | …e/Magento/Catalog/Model/ResourceModel/CategoryTest.php | 289 | // Step 1: Create NEW category with created_in = 1 (base version) | COMMENT |
| LOW | …e/Magento/Catalog/Model/ResourceModel/CategoryTest.php | 313 | // Step 2: Update the EXISTING category (simulating a scheduled update modification) | COMMENT |
| LOW⚡ | …o/Checkout/Model/ShippingAddressWithoutCompanyTest.php | 170 | // Step 1: Create customer with addresses containing company names (Show Company = Optional) | COMMENT |
| LOW⚡ | …o/Checkout/Model/ShippingAddressWithoutCompanyTest.php | 175 | // Step 2: Verify initial addresses have company names | COMMENT |
| LOW⚡ | …o/Checkout/Model/ShippingAddressWithoutCompanyTest.php | 188 | // Step 3: Change Show Company configuration to No | COMMENT |
| LOW⚡ | …o/Checkout/Model/ShippingAddressWithoutCompanyTest.php | 191 | // Step 4: Place order with NEW shipping address | COMMENT |
| LOW⚡ | …o/Checkout/Model/ShippingAddressWithoutCompanyTest.php | 195 | // Step 5: Get the order shipping address from sales_order_address | COMMENT |
| LOW⚡ | …o/Checkout/Model/ShippingAddressWithoutCompanyTest.php | 199 | // Step 6: Verify order shipping address has NO company (via API) | COMMENT |
| LOW⚡ | …o/Checkout/Model/ShippingAddressWithoutCompanyTest.php | 205 | // Step 7: Verify in sales_order_address table via direct database query | COMMENT |
| LOW⚡ | …o/Checkout/Model/ShippingAddressWithoutCompanyTest.php | 213 | // Step 8: Verify order billing address still has company (from existing customer address) | COMMENT |
| LOW⚡ | …o/Checkout/Model/ShippingAddressWithoutCompanyTest.php | 220 | // Step 9: Verify existing customer addresses still have company (unchanged) | COMMENT |
| LOW⚡ | …ustomer/Model/ResourceModel/CustomerRepositoryTest.php | 840 | // Step 1: Customer exists | COMMENT |
| LOW⚡ | …ustomer/Model/ResourceModel/CustomerRepositoryTest.php | 844 | // Step 2: Order created with unchanged email | COMMENT |
| LOW⚡ | …ustomer/Model/ResourceModel/CustomerRepositoryTest.php | 848 | // Step 3: Second order created with custom email | COMMENT |
| LOW⚡ | …ustomer/Model/ResourceModel/CustomerRepositoryTest.php | 852 | // Step 4: Reload customer from repository to verify email hasn't been changed yet | COMMENT |
| LOW⚡ | …ustomer/Model/ResourceModel/CustomerRepositoryTest.php | 857 | // Step 5: Change customer email via repository (admin edit simulation) | COMMENT |
| LOW⚡ | …agento/GraphQl/Quote/DeletedCustomOptionInCartTest.php | 117 | // Step 1: Add product with customizable option to cart | COMMENT |
| LOW⚡ | …agento/GraphQl/Quote/DeletedCustomOptionInCartTest.php | 125 | // Step 2: Delete the customizable option from the product | COMMENT |
| LOW⚡ | …agento/GraphQl/Quote/Guest/RemoveItemSavesCartTest.php | 76 | // Step 1: Verify initial cart state (has both physical and virtual items) | COMMENT |
| LOW⚡ | …agento/GraphQl/Quote/Guest/RemoveItemSavesCartTest.php | 92 | // Step 2: Remove physical item using removeItemFromCart mutation | COMMENT |
| LOW⚡ | …agento/GraphQl/Quote/Guest/RemoveItemSavesCartTest.php | 99 | // Step 3: CRITICAL - Re-query cart to verify state was persisted to database | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …e/Frontend/Adapter/SymfonyAdapters/RedisTagAdapter.php | 603 | // Step 1: Get IDs matching ANY of the tags using SUNION (OR logic) | COMMENT |
| LOW⚡ | …e/Frontend/Adapter/SymfonyAdapters/RedisTagAdapter.php | 610 | // Step 2: Get IDs matching the scope tag using SMEMBERS | COMMENT |
| LOW⚡ | …e/Frontend/Adapter/SymfonyAdapters/RedisTagAdapter.php | 617 | // Step 3: Intersect to get IDs that have (tag1 OR tag2 OR ...) AND scopeTag | COMMENT |
| LOW⚡ | …e/Frontend/Adapter/SymfonyAdapters/RedisTagAdapter.php | 624 | // Step 4: Batch delete filtered IDs | COMMENT |
| LOW⚡ | …e/Frontend/Adapter/SymfonyAdapters/RedisTagAdapter.php | 627 | // Step 5: Ensure changes are committed to underlying pool | COMMENT |
| LOW⚡ | …el/Provider/UpdatedAtListProviderTiedTimestampTest.php | 123 | // Step 1: settle the fixture order — main.updated_at clearly in the | COMMENT |
| LOW⚡ | …el/Provider/UpdatedAtListProviderTiedTimestampTest.php | 132 | // Step 2: initial sync — populates the grid row. | COMMENT |
| LOW⚡ | …el/Provider/UpdatedAtListProviderTiedTimestampTest.php | 137 | // Step 3: bump main.updated_at to a clearly-fresh value and change | COMMENT |
| LOW⚡ | …el/Provider/UpdatedAtListProviderTiedTimestampTest.php | 161 | // Step 4: run cron. With the 1s buffer, this fresh row must be skipped. | COMMENT |
| LOW⚡ | …el/Provider/UpdatedAtListProviderTiedTimestampTest.php | 164 | // Step 5: assert the grid row is unchanged. | COMMENT |
| LOW⚡ | …el/Provider/UpdatedAtListProviderTiedTimestampTest.php | 197 | // Step 0: initial sync — grid row matches order. | COMMENT |
| LOW | …e/Magento/Catalog/Model/ResourceModel/CategoryTest.php | 289 | // Step 1: Create NEW category with created_in = 1 (base version) | COMMENT |
| LOW | …e/Magento/Catalog/Model/ResourceModel/CategoryTest.php | 313 | // Step 2: Update the EXISTING category (simulating a scheduled update modification) | COMMENT |
| LOW⚡ | …o/Checkout/Model/ShippingAddressWithoutCompanyTest.php | 170 | // Step 1: Create customer with addresses containing company names (Show Company = Optional) | COMMENT |
| LOW⚡ | …o/Checkout/Model/ShippingAddressWithoutCompanyTest.php | 175 | // Step 2: Verify initial addresses have company names | COMMENT |
| LOW⚡ | …o/Checkout/Model/ShippingAddressWithoutCompanyTest.php | 188 | // Step 3: Change Show Company configuration to No | COMMENT |
| LOW⚡ | …o/Checkout/Model/ShippingAddressWithoutCompanyTest.php | 191 | // Step 4: Place order with NEW shipping address | COMMENT |
| LOW⚡ | …o/Checkout/Model/ShippingAddressWithoutCompanyTest.php | 195 | // Step 5: Get the order shipping address from sales_order_address | COMMENT |
| LOW⚡ | …o/Checkout/Model/ShippingAddressWithoutCompanyTest.php | 199 | // Step 6: Verify order shipping address has NO company (via API) | COMMENT |
| LOW⚡ | …o/Checkout/Model/ShippingAddressWithoutCompanyTest.php | 205 | // Step 7: Verify in sales_order_address table via direct database query | COMMENT |
| LOW⚡ | …o/Checkout/Model/ShippingAddressWithoutCompanyTest.php | 213 | // Step 8: Verify order billing address still has company (from existing customer address) | COMMENT |
| LOW⚡ | …o/Checkout/Model/ShippingAddressWithoutCompanyTest.php | 220 | // Step 9: Verify existing customer addresses still have company (unchanged) | COMMENT |
| LOW⚡ | …ustomer/Model/ResourceModel/CustomerRepositoryTest.php | 840 | // Step 1: Customer exists | COMMENT |
| LOW⚡ | …ustomer/Model/ResourceModel/CustomerRepositoryTest.php | 844 | // Step 2: Order created with unchanged email | COMMENT |
| LOW⚡ | …ustomer/Model/ResourceModel/CustomerRepositoryTest.php | 848 | // Step 3: Second order created with custom email | COMMENT |
| LOW⚡ | …ustomer/Model/ResourceModel/CustomerRepositoryTest.php | 852 | // Step 4: Reload customer from repository to verify email hasn't been changed yet | COMMENT |
| LOW⚡ | …ustomer/Model/ResourceModel/CustomerRepositoryTest.php | 857 | // Step 5: Change customer email via repository (admin edit simulation) | COMMENT |
| LOW⚡ | …agento/GraphQl/Quote/DeletedCustomOptionInCartTest.php | 117 | // Step 1: Add product with customizable option to cart | COMMENT |
| LOW⚡ | …agento/GraphQl/Quote/DeletedCustomOptionInCartTest.php | 125 | // Step 2: Delete the customizable option from the product | COMMENT |
| LOW⚡ | …agento/GraphQl/Quote/Guest/RemoveItemSavesCartTest.php | 76 | // Step 1: Verify initial cart state (has both physical and virtual items) | COMMENT |
| LOW⚡ | …agento/GraphQl/Quote/Guest/RemoveItemSavesCartTest.php | 92 | // Step 2: Remove physical item using removeItemFromCart mutation | COMMENT |
| LOW⚡ | …agento/GraphQl/Quote/Guest/RemoveItemSavesCartTest.php | 99 | // Step 3: CRITICAL - Re-query cart to verify state was persisted to database | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | .github/workflows/pr-quality-gates.yml | 25 | # ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/pr-quality-gates.yml | 28 | # ────────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/pr-quality-gates.yml | 44 | # ── Mainline alignment ────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/pr-quality-gates.yml | 84 | # ── 1. Freshness check ────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/pr-quality-gates.yml | 100 | # ── 2. Conflict check ─────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/pr-quality-gates.yml | 109 | # ── 3. Staleness warning ──────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/pr-quality-gates.yml | 122 | # ── Detect changed files ──────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/pr-quality-gates.yml | 237 | # ── Coding standard ───────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/pr-quality-gates.yml | 417 | # ── PHP syntax lint ─────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/pr-quality-gates.yml | 441 | # ── PHPCS ───────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/pr-quality-gates.yml | 565 | # ── PHPMD ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/pr-quality-gates.yml | 667 | # ── strict_types ────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/pr-quality-gates.yml | 725 | # ── Copyright headers ───────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/pr-quality-gates.yml | 772 | # ── ESLint ──────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/workflows/pr-quality-gates.yml | 879 | # ── Linked PR aggregate gate ──────────────────────────────────── | COMMENT |
| MEDIUM | .github/scripts/check_copyright_pr.php | 23 | // ── Argument parsing ────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/scripts/check_copyright_pr.php | 60 | // ── Helpers ─────────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/scripts/check_copyright_pr.php | 226 | // ── Main loop ───────────────────────────────────────────────────────────────── | COMMENT |
| MEDIUM | .github/scripts/check_copyright_pr.php | 253 | // ── Confidentiality format check (derived from template) ───────────────── | COMMENT |
| MEDIUM | .github/scripts/check_copyright_pr.php | 282 | // ── New file: must have a copyright header in current-year format ───── | COMMENT |
| MEDIUM | .github/scripts/check_copyright_pr.php | 339 | // ── Report ──────────────────────────────────────────────────────────────────── | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | …o/Payment/view/frontend/web/js/view/payment/cc-form.js | 139 | return window.checkoutConfig.payment.ccform.icons.hasOwnProperty(type) ? | CODE |
| CRITICAL | …/frontend/web/js/view/payment/method-renderer/vault.js | 102 | return window.checkoutConfig.payment.ccform.icons.hasOwnProperty(type) ? | CODE |
| CRITICAL | lib/web/jquery.js | 7975 | jQuery.each( jQuery.expr.match.bool.source.match( /\w+/g ), function( _i, name ) { | CODE |
| CRITICAL | lib/web/jquery/jquery.min.js | 2 | !function(e,t){"use strict";"object"==typeof module&&"object"==typeof module.exports?module.exports=e.document?t(e,!0):f | CODE |
| CRITICAL | lib/web/hugerte/themes/silver/theme.min.js | 387 | o.removeAllHooks=function(){E={}},o}();const Kf=e=>Xf().sanitize(e);var Jf=hugerte.util.Tools.resolve("hugerte.util.I18n | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| HIGH | lib/web/jquery/jquery-ui.js | 8518 | // Format a name, short or long as requested | COMMENT |
| HIGH | lib/web/jquery/ui-modules/widgets/datepicker.js | 1420 | // Format a name, short or long as requested | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …/web/swagger-ui/js/swagger-ui-standalone-preset.min.js | 2 | !function(t,e){"object"==typeof exports&&"object"==typeof module?module.exports=e(function(){try{return require("esprima | CODE |
| MEDIUM | lib/web/jquery.js | 10665 | // understands anonymous AMD modules. A named AMD is safest and most robust | COMMENT |
| LOW⚡ | lib/web/css/docs/typography.html | 11 | <p> To apply all Magento UI library typography, use the <code>.lib-typography-all()</code> mixin. It accumulates all ty | CODE |
| MEDIUM⚡ | lib/web/hugerte/hugerte.min.js | 7 | !function(){"use strict";var e=function(e){if(null===e)return"null";if(void 0===e)return"undefined";var t=typeof e;retur | CODE |
| MEDIUM⚡ | lib/web/hugerte/hugerte.min.js | 7 | !function(){"use strict";var e=function(e){if(null===e)return"null";if(void 0===e)return"undefined";var t=typeof e;retur | CODE |
| MEDIUM | lib/web/knockoutjs/knockout.js | 10 | // (0, eval)('this') is a robust way of getting a reference to the global object | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/workflows/pr-quality-gates.yml | 500 | except Exception as e: | CODE |
| LOW | .github/scripts/resolve_magento_tool_constraints.py | 133 | except Exception as exc: | CODE |
| LOW | .github/scripts/resolve_magento_tool_constraints.py | 161 | except Exception: | CODE |
| LOW | .github/scripts/resolve_magento_tool_constraints.py | 188 | except Exception: | CODE |
| LOW | .github/scripts/resolve_magento_tool_constraints.py | 206 | except Exception as exc: | CODE |
| LOW | .github/scripts/resolve_magento_tool_constraints.py | 234 | except Exception as exc: | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | lib/web/jquery.js | 4139 | function getData( data ) { | CODE |
| LOW | lib/web/mage/polyfill.js | 101 | function getData() { | CODE |
| LOW | lib/web/mage/apply/main.js | 59 | function getData(el) { | CODE |
| LOW | lib/web/vimeo/player.js | 976 | function processData(player, data) { | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | CHANGELOG.md | 976 | * [#23717](https://github.com/magento/magento2/issues/23717) -- dependency injection fails for \Magento\Configurable | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | …end/Magento/blank/web/css/source/_email-variables.less | 15 | // Example usage: | COMMENT |
| LOW | lib/web/css/source/_email-variables.less | 15 | // Example usage: | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | app/code/Magento/Sales/Model/Order/Payment.php | 693 | // TODO: implement multiple refunds per capture | COMMENT |
| LOW | lib/internal/Magento/Framework/HTTP/Client/Socket.php | 437 | // TODO: implement redirects support | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | lib/internal/Magento/Framework/DB/Select.php | 104 | * bindings, don't forget to pass the values when actually | COMMENT |
| LOW | …log/Model/ResourceModel/_files/few_simple_products.php | 21 | // Create 10 products (with change this variable, don't forget to change the same in rollback) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/workflows/pr-quality-gates.yml | 200 | # Write file lists for coding-standard checks (avoids git diff in later steps) | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/scripts/resolve_magento_tool_constraints.py | 17 | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .github/scripts/resolve_magento_tool_constraints.py | 49 | CODE |