Mautic: Open Source Marketing Automation Software.
This report presents the forensic synthetic code analysis of mautic/mautic, a PHP project with 10,130 GitHub stars. SynthScan v2.0 examined 705,981 lines of code across 5015 source files, recording 4926 pattern matches distributed across 10 syntactic categories. The overall adjusted score of 7.3 places this repository in the Low AI signal 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 4926 distinct pattern matches across 10 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 | …Tests/Rule/AbstractClassNameMustBeAbstractRuleTest.php | 31 | public function testSkipRealAbstractClass(): void | CODE |
| LOW | …Tests/Rule/AbstractClassNameMustBeAbstractRuleTest.php | 36 | public function testSkipClassWithoutAbstractInName(): void | CODE |
| LOW | app/AppKernel.php | 256 | public function registerContainerConfiguration(LoaderInterface $loader): void | CODE |
| LOW | app/middlewares/CORSMiddleware.php | 94 | private function getAllowOriginHeaderValue(Request $request) | CODE |
| LOW | app/middlewares/Tests/HSTSMiddlewareTest.php | 73 | public function testIncludeSubdomainsEnabled(): void | CODE |
| LOW | app/middlewares/Tests/HSTSMiddlewareTest.php | 87 | public function testIncludeSubdomainsDisabled(): void | CODE |
| LOW | app/middlewares/Tests/HSTSMiddlewareTest.php | 156 | private function setIncludeDubDomainsValue(bool $value): void | CODE |
| LOW | app/middlewares/Tests/Dev/IpRestrictMiddlewareTest.php | 30 | public function testWorkflowWithLocalhostIp(): void | CODE |
| LOW | app/middlewares/Tests/Dev/IpRestrictMiddlewareTest.php | 51 | public function testWorkflowWithDisallowedIp(): void | CODE |
| LOW | app/middlewares/Tests/Dev/IpRestrictMiddlewareTest.php | 77 | public function testWorkflowWithConfiguredIp(): void | CODE |
| LOW | app/bundles/ReportBundle/Entity/SchedulerRepository.php | 24 | public function getScheduledReportsForExport(ExportOption $exportOption) | CODE |
| LOW | app/bundles/ReportBundle/Entity/ReportRepository.php | 40 | protected function addSearchCommandWhereClause($q, $filter): array | CODE |
| LOW | app/bundles/ReportBundle/Entity/Report.php | 495 | public function getSelectAndAggregatorAndOrderAndGroupByColumns(): array | CODE |
| LOW | app/bundles/ReportBundle/Entity/Report.php | 500 | public function getSelectAndAggregatorColumns(): array | CODE |
| LOW | app/bundles/ReportBundle/Entity/Report.php | 602 | public function getScheduleMonthFrequency() | CODE |
| LOW | app/bundles/ReportBundle/Entity/Report.php | 610 | public function setScheduleMonthFrequency($scheduleMonthFrequency): void | CODE |
| LOW | app/bundles/ReportBundle/Tests/Fixtures.php | 159 | public static function getValidReportTotalResult(): int | CODE |
| LOW | app/bundles/ReportBundle/Tests/Fixtures.php | 197 | public static function getReportBuilderEventData(): array | CODE |
| LOW | app/bundles/ReportBundle/Tests/Fixtures.php | 256 | public static function getValidReportResultWithAggregatedColumns(): array | CODE |
| LOW | app/bundles/ReportBundle/Tests/Fixtures.php | 306 | public static function getValidReportDataAggregatedColumns(): array | CODE |
| LOW | app/bundles/ReportBundle/Tests/Fixtures.php | 329 | public static function getValidReportDataAggregatedTotals(): array | CODE |
| LOW | app/bundles/ReportBundle/Tests/Fixtures.php | 341 | public static function getValidReportWithAggregatedColumnsHeaders(): array | CODE |
| LOW | app/bundles/ReportBundle/Tests/Fixtures.php | 355 | public static function getValidReportWithAggregatedColumnsKeys(): array | CODE |
| LOW | app/bundles/ReportBundle/Tests/Fixtures.php | 366 | public static function getValidReportWithAggregatedColumnsTotalResult(): int | CODE |
| LOW | app/bundles/ReportBundle/Tests/Fixtures.php | 374 | public static function getValidReportResultWithNoGraphs(): array | CODE |
| LOW | app/bundles/ReportBundle/Tests/Fixtures.php | 385 | public static function getValidReportResultWithGraphs(): array | CODE |
| LOW | …dles/ReportBundle/Tests/Unit/Model/ReportModelTest.php | 20 | public function testThatGetReportDataUsesCorrectDataRange(): void | CODE |
| LOW | …rm/DataTransformer/ReportFilterDataTransformerTest.php | 62 | public function testTransformUtcToLocalForSupportedTypes(string $column, string $utcValue, string $expectedLocalValu | CODE |
| LOW | …rm/DataTransformer/ReportFilterDataTransformerTest.php | 84 | public function testReverseTransformLocalToUtc(): void | CODE |
| LOW | …rm/DataTransformer/ReportFilterDataTransformerTest.php | 101 | public function testTransformationIsSkippedForStringLikeConditions(string $condition): void | CODE |
| LOW | …rm/DataTransformer/ReportFilterDataTransformerTest.php | 120 | public function testReturnsOriginalFiltersIfColumnIsNotDefined(): void | CODE |
| LOW | …undles/ReportBundle/Tests/Form/Type/ReportTypeTest.php | 37 | public function testBuildFormThatAssetWillBePreselectedSource(): void | CODE |
| LOW | …eportBundle/Tests/Form/Type/FilterSelectorTypeTest.php | 32 | public function testBuildFormWithTagFilter(): void | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 123 | public function testBuildFormWithNoDynamicFilters(): void | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 132 | public function testBuildFormWithNonDynamicFilter(): void | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 143 | public function testBuildFormWithDynamicFilterDefaultType(): void | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 175 | public function testBuildFormWithDynamicFilterBoolType(): void | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 215 | public function testBuildFormWithDynamicFilterBooleanType(): void | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 237 | public function testBuildFormWithDynamicFilterDateType(): void | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 273 | public function testBuildFormWithDynamicFilterDateTimeType(): void | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 309 | public function testBuildFormWithDynamicFilterSelectType(): void | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 335 | public function testBuildFormWithDynamicFilterMultiselectType(): void | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 363 | public function testBuildFormWithDynamicFilterWithData(): void | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 385 | public function testBuildFormWithDynamicFilterInvalidOperatorGroup(): void | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 407 | public function testBuildFormWithDynamicFilterNoOperatorGroup(): void | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 429 | public function testBuildFormWithDynamicFilterNoOperatorLabel(): void | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 498 | public function testFilterWithDefaultValueIsSet(): void | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 527 | public function testBooleanFilterIsSetCorrectly(): void | CODE |
| LOW | …/ReportBundle/Tests/Entity/SchedulerRepositoryTest.php | 18 | public function testGetScheduledReportsForExportNoID(): void | CODE |
| LOW⚡ | app/bundles/ReportBundle/Tests/Entity/ReportTest.php | 66 | public function testInvalidMonthlyScheduled(): void | CODE |
| LOW⚡ | app/bundles/ReportBundle/Tests/Entity/ReportTest.php | 74 | public function testInvalidWeeklyScheduled(): void | CODE |
| LOW⚡ | app/bundles/ReportBundle/Tests/Entity/ReportTest.php | 82 | public function testGetFilterValueIfFIltersAreEmpty(): void | CODE |
| LOW⚡ | app/bundles/ReportBundle/Tests/Entity/ReportTest.php | 90 | public function testGetFilterValueIfExists(): void | CODE |
| LOW | app/bundles/ReportBundle/Tests/Entity/ReportTest.php | 103 | public function testGetFilterValueIfDoesNotExist(): void | CODE |
| LOW | …s/Scheduler/Validator/ScheduleIsValidValidatorTest.php | 246 | public function testNotSupportedScheduleType(): void | CODE |
| LOW | …/ReportBundle/Tests/Scheduler/Date/DateBuilderTest.php | 60 | public function testSchedulerNotSupported(): void | CODE |
| LOW | …/ReportBundle/Tests/Scheduler/Date/DateBuilderTest.php | 98 | public function testGetPreviewDaysForMonths(): void | CODE |
| LOW | …rtBundle/Tests/Scheduler/Model/MessageScheduleTest.php | 32 | public function testGetMessageForAttachedFile(): void | CODE |
| LOW | …rtBundle/Tests/Scheduler/Model/MessageScheduleTest.php | 53 | public function testGetMessageForLinkedFile(): void | CODE |
| LOW | …eportBundle/Tests/Scheduler/Model/SendScheduleTest.php | 62 | public function testSendScheduleWithCsvFile(): void | CODE |
| 4450 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | app/bundles/ReportBundle/Form/Type/TableOrderType.php | 35 | 'placeholder' => false, | CODE |
| LOW | app/bundles/ReportBundle/Form/Type/TableOrderType.php | 56 | 'placeholder' => false, | CODE |
| LOW | …/bundles/ReportBundle/Form/Type/DynamicFiltersType.php | 59 | $args['attr']['placeholder'] = $filter['value']; | CODE |
| LOW | …/bundles/ReportBundle/Form/Type/DynamicFiltersType.php | 61 | $args['attr']['placeholder'] = $definition['defaultValue']; | CODE |
| LOW | app/bundles/ReportBundle/Form/Type/ReportType.php | 122 | 'placeholder' => false, | CODE |
| LOW | app/bundles/ReportBundle/Form/Type/ReportType.php | 335 | 'placeholder' => false, | CODE |
| LOW | app/bundles/ReportBundle/Form/Type/ReportType.php | 353 | 'placeholder' => false, | CODE |
| LOW | app/bundles/ReportBundle/Form/Type/ReportType.php | 371 | 'placeholder' => false, | CODE |
| LOW | app/bundles/ReportBundle/Form/Type/AggregatorType.php | 40 | 'placeholder' => false, | CODE |
| LOW | app/bundles/ReportBundle/Form/Type/AggregatorType.php | 58 | 'placeholder' => false, | CODE |
| LOW | …/bundles/ReportBundle/Form/Type/FilterSelectorType.php | 34 | 'placeholder' => false, | CODE |
| LOW | …/bundles/ReportBundle/Form/Type/FilterSelectorType.php | 61 | 'placeholder' => false, | CODE |
| LOW | …/bundles/ReportBundle/Form/Type/FilterSelectorType.php | 115 | 'placeholder' => false, | CODE |
| LOW | app/bundles/ReportBundle/Form/Type/ReportWidgetType.php | 47 | 'placeholder' => false, | CODE |
| LOW | …eportBundle/Tests/Form/Type/FilterSelectorTypeTest.php | 79 | 'placeholder' => false, | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 162 | 'placeholder' => 'test_value', | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 194 | 'placeholder' => 1, | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 256 | 'placeholder' => '2023-01-01', | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 292 | 'placeholder' => '2023-01-01 12:00:00', | CODE |
| LOW | …eportBundle/Tests/Form/Type/DynamicFiltersTypeTest.php | 583 | $this->assertEquals('US', $view->children['country']->vars['attr']['placeholder']); | CODE |
| LOW | …le/Tests/Controller/ReportControllerFunctionalTest.php | 379 | $report->setToAddress('test@test.com'); | CODE |
| LOW | …le/Tests/Controller/ReportControllerFunctionalTest.php | 497 | $toAddress = 'test@test.com'; | CODE |
| LOW | …bhookBundle/Form/Type/CampaignEventSendWebhookType.php | 61 | 'placeholder' => false, | CODE |
| LOW | app/bundles/WebhookBundle/Form/Type/WebhookType.php | 139 | 'placeholder' => 'mautic.core.form.default', | CODE |
| LOW | app/bundles/WebhookBundle/Form/Type/ConfigType.php | 31 | 'placeholder' => false, | CODE |
| LOW | …les/InstallBundle/Tests/Command/InstallCommandTest.php | 77 | '--admin_email' => 'admin@example.com', | CODE |
| LOW | …s/InstallBundle/Configurator/Form/DoctrineStepType.php | 37 | 'placeholder' => false, | CODE |
| LOW | app/bundles/DashboardBundle/Form/Type/WidgetType.php | 56 | 'placeholder' => 'mautic.core.select', | CODE |
| LOW | …bundles/ConfigBundle/Form/Helper/RestrictionHelper.php | 71 | 'placeholder' => $this->translator->trans('mautic.config.restricted'), | CODE |
| LOW | …nfigBundle/Tests/Form/Helper/RestrictionHelperTest.php | 197 | 'placeholder' => 'mautic.config.restricted', | CODE |
| LOW | …bundles/ConfigBundle/Tests/Mapper/ConfigMapperTest.php | 105 | 'address' => 'test@test.com', | CODE |
| LOW | …bundles/ConfigBundle/Tests/Mapper/ConfigMapperTest.php | 109 | 'user' => 'test@test.com', | CODE |
| LOW | …bundles/ConfigBundle/Tests/Mapper/ConfigMapperTest.php | 195 | 'address' => 'test@test.com', | CODE |
| LOW | …bundles/ConfigBundle/Tests/Mapper/ConfigMapperTest.php | 199 | 'user' => 'test@test.com', | CODE |
| LOW⚡ | …igBundle/Tests/Mapper/Helper/RestrictionHelperTest.php | 52 | 'address' => 'test@test.com', | CODE |
| LOW⚡ | …igBundle/Tests/Mapper/Helper/RestrictionHelperTest.php | 56 | 'user' => 'test@test.com', | CODE |
| LOW | …igBundle/Tests/Mapper/Helper/RestrictionHelperTest.php | 86 | 'address' => 'test@test.com', | CODE |
| LOW | …igBundle/Tests/Mapper/Helper/RestrictionHelperTest.php | 90 | 'user' => 'test@test.com', | CODE |
| LOW | …/ConfigBundle/Tests/Mapper/Helper/ConfigHelperTest.php | 56 | 'address' => 'test@test.com', | CODE |
| LOW | …/ConfigBundle/Tests/Mapper/Helper/ConfigHelperTest.php | 60 | 'user' => 'test@test.com', | CODE |
| LOW | …/ConfigBundle/Tests/Mapper/Helper/ConfigHelperTest.php | 96 | 'address' => 'test@test.com', | CODE |
| LOW | …/ConfigBundle/Tests/Mapper/Helper/ConfigHelperTest.php | 100 | 'user' => 'test@test.com', | CODE |
| LOW | …/bundles/CampaignBundle/Form/Type/CampaignListType.php | 48 | 'placeholder' => false, | CODE |
| LOW | app/bundles/CampaignBundle/Form/Type/EventType.php | 86 | 'placeholder' => false, | CODE |
| LOW | app/bundles/CampaignBundle/Form/Type/EventType.php | 145 | 'placeholder' => false, | CODE |
| LOW | app/bundles/CampaignBundle/Form/Type/EventType.php | 237 | 'placeholder' => false, | CODE |
| LOW | …aignBundle/Tests/Model/CampaignModelFunctionalTest.php | 217 | $stat->setEmailAddress('test@test.com'); | CODE |
| LOW | …paignBundle/Tests/Functional/Fixtures/entity_data.json | 590 | "custom_html": "<!doctype html>\r\n<html lang=\"und\" dir=\"auto\" xmlns=\"http:\/\/www.w3.org\/1999\/xh | CODE |
| LOW | …paignBundle/Tests/Functional/Fixtures/entity_data.json | 590 | "custom_html": "<!doctype html>\r\n<html lang=\"und\" dir=\"auto\" xmlns=\"http:\/\/www.w3.org\/1999\/xh | CODE |
| LOW | …paignBundle/Tests/Functional/Fixtures/entity_data.json | 711 | "placeholder": null | CODE |
| LOW | …ndles/CampaignBundle/Controller/CampaignController.php | 861 | 'placeholder' => $this->translator->trans('mautic.campaign.filter.placeholder'), | CODE |
| LOW | app/bundles/UserBundle/Form/Type/UserInviteType.php | 31 | 'placeholder' => 'mautic.user.invite.email.label', | CODE |
| LOW | app/bundles/UserBundle/Form/Type/UserInviteType.php | 53 | 'placeholder' => 'mautic.user.invite.role.placeholder', | CODE |
| LOW | app/bundles/UserBundle/Form/Type/ConfigType.php | 191 | 'placeholder' => '', | CODE |
| LOW | app/bundles/UserBundle/Form/Type/PasswordResetType.php | 30 | 'placeholder' => 'mautic.user.auth.form.loginusername', | CODE |
| LOW | …dles/UserBundle/Form/Type/PasswordResetConfirmType.php | 33 | 'placeholder' => 'mautic.user.auth.form.loginusername', | CODE |
| LOW | …dles/UserBundle/Form/Type/PasswordResetConfirmType.php | 52 | 'placeholder' => 'mautic.user.user.passwordreset.password.placeholder', | CODE |
| LOW | …dles/UserBundle/Form/Type/PasswordResetConfirmType.php | 76 | 'placeholder' => 'mautic.user.user.passwordreset.confirm.placeholder', | CODE |
| LOW | app/bundles/UserBundle/Form/Type/RoleListType.php | 28 | 'placeholder' => 'mautic.core.form.chooseone', | CODE |
| LOW | app/bundles/UserBundle/Form/Type/UserType.php | 121 | 'placeholder' => $placeholder, | CODE |
| 306 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | themes/fresh-fixed/js/jquery.min.js | 4 | null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"===b&&B(a,"input")){var c=a.value;return | CODE |
| CRITICAL | themes/fresh-wide/js/jquery.min.js | 4 | null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"===b&&B(a,"input")){var c=a.value;return | CODE |
| CRITICAL | themes/fresh-left/js/jquery.min.js | 4 | null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"===b&&B(a,"input")){var c=a.value;return | CODE |
| CRITICAL | themes/fresh-center/js/jquery.min.js | 4 | null==d?void 0:d))},attrHooks:{type:{set:function(a,b){if(!o.radioValue&&"radio"===b&&B(a,"input")){var c=a.value;return | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …InstallBundle/Tests/Functional/InstallWorkflowTest.php | 59 | // Step 0: System checks. | COMMENT |
| LOW⚡ | …InstallBundle/Tests/Functional/InstallWorkflowTest.php | 69 | // Step 1: DB. | COMMENT |
| LOW | …InstallBundle/Tests/Functional/InstallWorkflowTest.php | 83 | // Step 2: Admin user. | COMMENT |
| LOW⚡ | …le/Tests/Functional/Api/CampaignApiEventDeleteTest.php | 50 | // Step 1: GET the campaign (like API Library test does) | COMMENT |
| LOW⚡ | …le/Tests/Functional/Api/CampaignApiEventDeleteTest.php | 57 | // Step 2: Remove last event with array_pop (exactly like API Library test) | COMMENT |
| LOW⚡ | …le/Tests/Functional/Api/CampaignApiEventDeleteTest.php | 60 | // Step 3: PUT request to update campaign (this triggers the SQL error) | COMMENT |
| LOW⚡ | …/EventListener/CustomFieldSubscriberFunctionalTest.php | 27 | // Step 1: Create a custom field of type select with 4 options | COMMENT |
| LOW⚡ | …/EventListener/CustomFieldSubscriberFunctionalTest.php | 30 | // Step 2: Create a form with a field mapped to the custom field using syncList | COMMENT |
| LOW⚡ | …/EventListener/CustomFieldSubscriberFunctionalTest.php | 33 | // Step 3: Create a landing page with the form | COMMENT |
| LOW⚡ | …/EventListener/CustomFieldSubscriberFunctionalTest.php | 53 | // Step 4: Edit custom field and remove one option | COMMENT |
| LOW⚡ | …/EventListener/CustomFieldSubscriberFunctionalTest.php | 56 | // Step 5: Refresh the page and assert the form has updated options | COMMENT |
| LOW⚡ | …undle/Tests/Functional/Model/FocusFormAutoFillTest.php | 22 | // Step 1: Create a form with an email field that has auto-fill enabled | COMMENT |
| LOW | …undle/Tests/Functional/Model/FocusFormAutoFillTest.php | 43 | // Step 2: Create a Focus item using this form | COMMENT |
| LOW⚡ | …undle/Tests/Functional/Model/FocusFormAutoFillTest.php | 75 | // Step 3: Create a contact with email | COMMENT |
| LOW⚡ | …undle/Tests/Functional/Model/FocusFormAutoFillTest.php | 81 | // Step 4: Track the contact using setSystemContact (bypasses HTTP request requirement) | COMMENT |
| LOW⚡ | …undle/Tests/Functional/Model/FocusFormAutoFillTest.php | 86 | // Step 5: Generate Focus content directly | COMMENT |
| LOW⚡ | …undle/Tests/Functional/Model/FocusFormAutoFillTest.php | 91 | // Step 6: Verify the generated form HTML contains auto-filled email value | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW⚡ | …InstallBundle/Tests/Functional/InstallWorkflowTest.php | 59 | // Step 0: System checks. | COMMENT |
| LOW⚡ | …InstallBundle/Tests/Functional/InstallWorkflowTest.php | 69 | // Step 1: DB. | COMMENT |
| LOW | …InstallBundle/Tests/Functional/InstallWorkflowTest.php | 83 | // Step 2: Admin user. | COMMENT |
| LOW⚡ | …le/Tests/Functional/Api/CampaignApiEventDeleteTest.php | 50 | // Step 1: GET the campaign (like API Library test does) | COMMENT |
| LOW⚡ | …le/Tests/Functional/Api/CampaignApiEventDeleteTest.php | 57 | // Step 2: Remove last event with array_pop (exactly like API Library test) | COMMENT |
| LOW⚡ | …le/Tests/Functional/Api/CampaignApiEventDeleteTest.php | 60 | // Step 3: PUT request to update campaign (this triggers the SQL error) | COMMENT |
| LOW⚡ | …/EventListener/CustomFieldSubscriberFunctionalTest.php | 27 | // Step 1: Create a custom field of type select with 4 options | COMMENT |
| LOW⚡ | …/EventListener/CustomFieldSubscriberFunctionalTest.php | 30 | // Step 2: Create a form with a field mapped to the custom field using syncList | COMMENT |
| LOW⚡ | …/EventListener/CustomFieldSubscriberFunctionalTest.php | 33 | // Step 3: Create a landing page with the form | COMMENT |
| LOW⚡ | …/EventListener/CustomFieldSubscriberFunctionalTest.php | 53 | // Step 4: Edit custom field and remove one option | COMMENT |
| LOW⚡ | …/EventListener/CustomFieldSubscriberFunctionalTest.php | 56 | // Step 5: Refresh the page and assert the form has updated options | COMMENT |
| LOW⚡ | …undle/Tests/Functional/Model/FocusFormAutoFillTest.php | 22 | // Step 1: Create a form with an email field that has auto-fill enabled | COMMENT |
| LOW | …undle/Tests/Functional/Model/FocusFormAutoFillTest.php | 43 | // Step 2: Create a Focus item using this form | COMMENT |
| LOW⚡ | …undle/Tests/Functional/Model/FocusFormAutoFillTest.php | 75 | // Step 3: Create a contact with email | COMMENT |
| LOW⚡ | …undle/Tests/Functional/Model/FocusFormAutoFillTest.php | 81 | // Step 4: Track the contact using setSystemContact (bypasses HTTP request requirement) | COMMENT |
| LOW⚡ | …undle/Tests/Functional/Model/FocusFormAutoFillTest.php | 86 | // Step 5: Generate Focus content directly | COMMENT |
| LOW⚡ | …undle/Tests/Functional/Model/FocusFormAutoFillTest.php | 91 | // Step 6: Verify the generated form HTML contains auto-filled email value | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …undles/LeadBundle/Controller/Api/LeadApiController.php | 597 | // new endpoints will leverage getNewEntity in order to return the correct status codes | COMMENT |
| MEDIUM | …p/bundles/CoreBundle/Assets/js/libraries/8a.adminre.js | 694 | // utilize bootstrap collapse | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | …ries/bootstrap/_bootstrap-mautic-custom-variables.scss | 288 | //## Define the breakpoints at which your layout will change, adapting to different screen sizes. | COMMENT |
| MEDIUM | …ries/bootstrap/_bootstrap-mautic-custom-variables.scss | 342 | //## Define the maximum width of `.container` for different screen sizes. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | app/bundles/PageBundle/Model/TrackableModel.php | 681 | COMMENT | |
| LOW | …derBundle/Assets/library/js/preset-mautic/listeners.js | 1 | export default () => { | COMMENT |
| LOW | …ibrary/js/preset-mautic/buttons/buttonClose.command.js | 81 | COMMENT | |
| LOW | …preset-mautic/dynamicContent/dynamicContent.service.js | 161 | COMMENT | |
| LOW | …preset-mautic/dynamicContent/dynamicContent.service.js | 221 | } | COMMENT |
| LOW | plugins/MauticSocialBundle/Form/Type/TweetSendType.php | 81 | // ] | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | .ddev/mautic-setup.sh | 40 | # Check if the user has indicated their preference for the Mautic installation | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | app/bundles/LeadBundle/Translations/en_US/messages.ini | 73 | mautic.contact.noinformation.places="Our system is still on the trail. Don't forget to enable geolocation services in th | CODE |