GLPI is a Free Asset and IT Management Software package, Data center management, ITIL Service Desk, licenses tracking and software auditing.
This report presents the forensic synthetic code analysis of glpi-project/glpi, a PHP project with 6,106 GitHub stars. SynthScan v2.0 examined 1,635,710 lines of code across 3291 source files, recording 4017 pattern matches distributed across 9 syntactic categories. The overall adjusted score of 2.5 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 4017 distinct pattern matches across 9 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 | …rc/Command/GenerateFormForeachIllustrationsCommand.php | 72 | private function demoFormExistsForIllustration(string $illustration): bool | CODE |
| LOW | …rc/Command/GenerateFormForeachIllustrationsCommand.php | 81 | private function createDemoFormForIllustration(string $illustration): void | CODE |
| LOW | …rc/Command/GenerateFormForeachIllustrationsCommand.php | 93 | private function normalizeIllustrationName(string $illustration): string | CODE |
| LOW | tools/src/Command/LicenceHeadersCheckCommand.php | 488 | private function shouldLineBeLocatedBeforeHeader(string $line): bool | CODE |
| LOW | js/cable.js | 51 | function refreshNetworkPortDropdown(itemtype, items_id, dom_to_update) { | CODE |
| LOW | js/common.js | 164 | function displayOtherSelectOptions(select_object, other_option_name) { | CODE |
| LOW⚡ | js/common.js | 1567 | function showDisclosablePasswordField(item) { | CODE |
| LOW⚡ | js/common.js | 1575 | function hideDisclosablePasswordField(item) { | CODE |
| LOW⚡ | js/common.js | 1583 | function copyDisclosablePasswordFieldToClipboard(item) { | CODE |
| LOW | js/modules/Monaco/MonacoEditor.js | 62 | async function registerNewLangLoaderData() { | CODE |
| LOW | tests/imap/MailCollectorTest.php | 391 | public function testIsItilNotificationFromSelf(string $message_id, bool $is_self_itil_notification, ?array $values) | CODE |
| LOW | tests/imap/MailCollectorTest.php | 406 | public function testExtractValuesFromRefHeader(string $message_id, bool $is_self_itil_notification, ?array $values) | CODE |
| LOW | tests/imap/MailCollectorTest.php | 413 | public static function itemReferenceHeaderProvider() | CODE |
| LOW | tests/imap/MailCollectorTest.php | 661 | public function testIsResponseToMessageSentByAnotherGlpi( | CODE |
| LOW | tests/imap/MailCollectorTest.php | 1241 | public static function mailServerProtocolsProvider() | CODE |
| LOW | tests/imap/MailCollectorTest.php | 1284 | public function testGetMailServerProtocols( | CODE |
| LOW | tests/imap/MailCollectorTest.php | 1313 | public static function mailServerProtocolsHookProvider() | CODE |
| LOW | tests/imap/MailCollectorTest.php | 1463 | public function testGetAdditionnalMailServerProtocols( | CODE |
| LOW | tests/imap/MailCollectorTest.php | 1566 | public function testBlacklistedDocumentNotImportedFromMail() | CODE |
| LOW | tests/cypress/e2e/form/question_types/dropdown.cy.js | 414 | function addSecondQuestionWithVisibilityCondition() { | CODE |
| LOW | tests/cypress/e2e/search/display_preferences.cy.js | 213 | function validateThatDisplayPreferenceExist(name) { | CODE |
| LOW | tests/cypress/e2e/search/display_preferences.cy.js | 221 | function validateThatDisplayPreferenceDoNotExist(name) { | CODE |
| LOW | tests/web/APIRestTest.php | 508 | public function testSearchWithBadCriteria() | CODE |
| LOW | tests/web/APIRestTest.php | 1003 | public function testGetItemsDefaultRangeContentRangeHeader() | CODE |
| LOW | tests/web/APIRestTest.php | 1355 | public function testProtectedConfigSettings() | CODE |
| LOW | tests/web/APIRestTest.php | 1418 | public function testProtectedDeviceSimcardFields() | CODE |
| LOW | tests/web/APIRestTest.php | 1999 | public function testInitSessionUserTokenFailIfNotEnabled() | CODE |
| LOW | tests/web/APIRestTest.php | 2021 | public function testInitSessionCredentialsFailIfNotEnabled() | CODE |
| LOW | tests/web/APIRestTest.php | 2038 | public function testInitSessionFallbackToCredentials() | CODE |
| LOW | tests/web/APIRestTest.php | 2078 | public function testUpdateItemWithIdInQueryString() | CODE |
| LOW | tests/web/APIRestTest.php | 2171 | public function testUpdateItemWithNoInput() | CODE |
| LOW | tests/web/APIRestTest.php | 2228 | private function assertComputerNetworkPorts($computer_id, $shouldBeEmpty) | CODE |
| LOW | tests/web/APIRestTest.php | 2315 | public function testGetItemsCommonDBChild() | CODE |
| LOW | tests/web/APIRestTest.php | 2503 | public function testDeprecatedCreateItems(string $provider) | CODE |
| LOW | tests/web/APIRestTest.php | 2537 | public function testDeprecatedUpdateItems(string $provider) | CODE |
| LOW | tests/web/APIRestTest.php | 2579 | public function testDeprecatedDeleteItems(string $provider) | CODE |
| LOW | tests/web/APIRestTest.php | 2612 | public function testDeprecatedListSearchOptions(string $provider) | CODE |
| LOW | tests/web/APIRestTest.php | 2665 | protected function testGetMassiveActionsProvider(): array | CODE |
| LOW | tests/web/APIRestTest.php | 2813 | public static function getMassiveActionParametersProvider(): array | CODE |
| LOW | tests/web/APIRestTest.php | 2973 | public function testGetMassiveActionParameters( | CODE |
| LOW | tests/web/APIRestTest.php | 2994 | protected function testApplyMassiveActionProvider(): array | CODE |
| LOW | tests/web/APIRestTest.php | 3245 | public function testUpdateItemFormEncodedBody() | CODE |
| LOW | tests/web/APIRestTest.php | 3301 | public function testDeleteItemFormEncodedBody() | CODE |
| LOW | tests/web/APIRestTest.php | 3347 | public function testSearchTextResponseCode() | CODE |
| LOW | tests/web/APIRestTest.php | 3374 | public function testUndisclosedNotificationContent() | CODE |
| LOW | tests/web/APIRestTest.php | 3522 | public function testUpdateItemsWithDifferentInputTypes() | CODE |
| LOW | tests/web/APIRestTest.php | 3618 | public static function systemSQLCriteriaProvider() | CODE |
| LOW | tests/web/Glpi/Inventory/RequestTest.php | 111 | public function testUnsupportedHttpMethod() | CODE |
| LOW | tests/web/Glpi/Inventory/RequestTest.php | 126 | public function testUnsupportedLegacyRequest() | CODE |
| LOW | tests/web/Glpi/Inventory/RequestTest.php | 144 | public function testRequestInvalidContent() | CODE |
| LOW | tests/web/Glpi/Inventory/RequestTest.php | 167 | public function testRequestInvalidJSONContent() | CODE |
| LOW | tests/web/Glpi/Inventory/RequestTest.php | 252 | public function testPrologRequestLegacyURI() | CODE |
| LOW | tests/web/Glpi/Inventory/RequestTest.php | 421 | public function testAuthBasicWithFakeCredential() | CODE |
| LOW | tests/web/Glpi/Inventory/RequestTest.php | 493 | public function testAuthOAuthClientCredentials() | CODE |
| LOW | tests/web/Glpi/Inventory/RequestTest.php | 605 | public function testAuthOAuthClientCredentialsIpRestriction() | CODE |
| LOW | tests/web/Glpi/Inventory/RequestTest.php | 722 | public function testAuthOAuthClientCredentialsInvalidToken() | CODE |
| LOW | tests/LDAP/AuthLdapTest.php | 159 | public function testUnsetUndisclosedFields() | CODE |
| LOW | tests/LDAP/AuthLdapTest.php | 188 | public function testPrepareInputForUpdate() | CODE |
| LOW | tests/LDAP/AuthLdapTest.php | 233 | public function testgetGroupSearchTypeName() | CODE |
| LOW | tests/LDAP/AuthLdapTest.php | 258 | public function testGetSpecificValueToDisplay() | CODE |
| 3716 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | js/modules/Forms/QuestionDateTime.js | 146 | dateInput.prop('placeholder', inputPlaceholder); | CODE |
| LOW | js/src/vue/FuzzySearch/Modal.vue | 114 | <input type="text" class="form-control" name="fuzzysearch_modal_search_menu" :placeholder="place | CODE |
| LOW | tests/cypress/e2e/self-service/home_search.cy.js | 35 | function createActiveForm(name, category = 0, description = 'Lorem ipsum dolor sit amet, consectetur adipisicing eli | CODE |
| LOW | tests/cypress/e2e/self-service/home_search.cy.js | 35 | function createActiveForm(name, category = 0, description = 'Lorem ipsum dolor sit amet, consectetur adipisicing eli | CODE |
| LOW | tests/js/modules/ObjectLock.test.js | 107 | name: 'John Doe' | CODE |
| LOW | tests/js/modules/ObjectLock.test.js | 149 | name: 'John Doe' | CODE |
| LOW | tests/js/modules/ObjectLock.test.js | 188 | name: 'John Doe' | CODE |
| LOW | tests/js/modules/ObjectLock.test.js | 219 | name: 'John Doe' | CODE |
| LOW⚡ | tests/js/modules/UserMention/UserMention.test.js | 54 | {id: 2, text: 'John Doe'}, | CODE |
| LOW⚡ | tests/js/modules/UserMention/UserMention.test.js | 55 | {id: 3, text: 'Jane Doe'}, | CODE |
| LOW⚡ | tests/js/modules/UserMention/UserMention.test.js | 63 | text: 'John Doe', | CODE |
| LOW⚡ | tests/js/modules/UserMention/UserMention.test.js | 68 | text: 'Jane Doe', | CODE |
| LOW⚡ | tests/js/modules/UserMention/UserMention.test.js | 86 | {id: 2, text: 'John Doe'}, | CODE |
| LOW⚡ | tests/js/modules/UserMention/UserMention.test.js | 87 | {id: 3, text: 'Jane Doe'}, | CODE |
| LOW⚡ | tests/js/modules/UserMention/UserMention.test.js | 96 | text: 'John Doe', | CODE |
| LOW | tests/LDAP/AuthLdapTest.php | 335 | 'cn' => 'John Doe', | CODE |
| LOW | tests/e2e/specs/Helpdesk/service_catalog.spec.ts | 128 | 'description': 'Lorem ipsum dolor sit amet, consectetur adipisicing elit.', | CODE |
| LOW | tests/e2e/specs/Helpdesk/service_catalog.spec.ts | 128 | 'description': 'Lorem ipsum dolor sit amet, consectetur adipisicing elit.', | CODE |
| LOW⚡ | tests/e2e/specs/Helpdesk/service_catalog.spec.ts | 189 | 'description': 'Lorem ipsum dolor sit amet.', | CODE |
| LOW⚡ | tests/e2e/specs/Helpdesk/service_catalog.spec.ts | 189 | 'description': 'Lorem ipsum dolor sit amet.', | CODE |
| LOW⚡ | tests/e2e/specs/Helpdesk/service_catalog.spec.ts | 192 | 'description': 'Lorem ipsum dolor sit amet.', | CODE |
| LOW⚡ | tests/e2e/specs/Helpdesk/service_catalog.spec.ts | 192 | 'description': 'Lorem ipsum dolor sit amet.', | CODE |
| LOW⚡ | tests/e2e/specs/Helpdesk/service_catalog.spec.ts | 195 | 'description': 'Lorem ipsum dolor sit amet.', | CODE |
| LOW⚡ | tests/e2e/specs/Helpdesk/service_catalog.spec.ts | 195 | 'description': 'Lorem ipsum dolor sit amet.', | CODE |
| LOW | tests/functional/AuthTest.php | 186 | ['fake_user', 'fake_user', false, '', false], | CODE |
| LOW | tests/functional/ToolboxTest.php | 126 | 'name' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc gravida, nisi vel scelerisq | CODE |
| LOW | tests/functional/ToolboxTest.php | 126 | 'name' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nunc gravida, nisi vel scelerisq | CODE |
| LOW | tests/functional/UserEmailTest.php | 100 | 'email' => \bin2hex(\random_bytes(16)) . '@example.org', | CODE |
| LOW | tests/functional/NotificationTargetKnowbaseItemTest.php | 73 | 'email' => 'test@test.com', | CODE |
| LOW | …/functional/Glpi/Form/EndUserInputNameProviderTest.php | 80 | $form->getQuestions()[array_keys($form->getQuestions())[0]]->getEndUserInputName() => 'John Doe', | CODE |
| LOW | …/functional/Glpi/Form/EndUserInputNameProviderTest.php | 88 | $form->getQuestions()[array_keys($form->getQuestions())[0]]->getID() => 'John Doe', | CODE |
| LOW | …tional/Glpi/Form/AnswersHandler/AnswersHandlerTest.php | 196 | 'Mandatory Name' => 'John Doe', | CODE |
| LOW | …sts/functional/Glpi/Form/Export/FormSerializerTest.php | 423 | $user = $this->createItem('User', ['name' => 'John Doe']); | CODE |
| LOW⚡ | …ctional/Glpi/Progress/ConsoleProgressIndicatorTest.php | 85 | 'message' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.', | CODE |
| LOW⚡ | …ctional/Glpi/Progress/ConsoleProgressIndicatorTest.php | 85 | 'message' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.', | CODE |
| LOW⚡ | …ctional/Glpi/Progress/ConsoleProgressIndicatorTest.php | 86 | 'expected_output' => '> Lorem ipsum dolor sit amet, consectetur adipiscing elit.', | CODE |
| LOW⚡ | …ctional/Glpi/Progress/ConsoleProgressIndicatorTest.php | 86 | 'expected_output' => '> Lorem ipsum dolor sit amet, consectetur adipiscing elit.', | CODE |
| LOW | …nctional/Glpi/Progress/StoredProgressIndicatorTest.php | 89 | $instance->addMessage(MessageType::Notice, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.'); | CODE |
| LOW | …nctional/Glpi/Progress/StoredProgressIndicatorTest.php | 89 | $instance->addMessage(MessageType::Notice, 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.'); | CODE |
| LOW | …nctional/Glpi/Progress/StoredProgressIndicatorTest.php | 116 | 'message' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.', | CODE |
| LOW | …nctional/Glpi/Progress/StoredProgressIndicatorTest.php | 116 | 'message' => 'Lorem ipsum dolor sit amet, consectetur adipiscing elit.', | CODE |
| LOW⚡ | tests/functional/Glpi/Api/HL/OpenAPIGeneratorTest.php | 83 | ['path' => '/Assistance/Ticket', 'placeholder' => 'itemtype'], | CODE |
| LOW⚡ | tests/functional/Glpi/Api/HL/OpenAPIGeneratorTest.php | 84 | ['path' => '/Assistance/Change', 'placeholder' => 'itemtype'], | CODE |
| LOW⚡ | tests/functional/Glpi/Api/HL/OpenAPIGeneratorTest.php | 85 | ['path' => '/Assistance/Problem', 'placeholder' => 'itemtype'], | CODE |
| LOW⚡ | tests/functional/Glpi/Api/HL/OpenAPIGeneratorTest.php | 86 | ['path' => '/Assistance/Ticket/{id}', 'placeholder' => 'itemtype'], | CODE |
| LOW⚡ | tests/functional/Glpi/Api/HL/OpenAPIGeneratorTest.php | 87 | ['path' => '/Assistance/Change/{id}', 'placeholder' => 'itemtype'], | CODE |
| LOW⚡ | tests/functional/Glpi/Api/HL/OpenAPIGeneratorTest.php | 88 | ['path' => '/Assistance/Problem/{id}', 'placeholder' => 'itemtype'], | CODE |
| LOW⚡ | tests/functional/Glpi/Api/HL/OpenAPIGeneratorTest.php | 95 | $this->assertEmpty(array_filter($openapi['paths'][$endpoint['path']]['get']['parameters'], static fn($v) => | CODE |
| LOW | src/DomainRecordType.php | 70 | 'placeholder' => 'sip.example.com.', | CODE |
| LOW | src/DomainRecordType.php | 82 | 'placeholder' => '10', | CODE |
| LOW | src/DomainRecordType.php | 87 | 'placeholder' => 'mail.example.com.', | CODE |
| LOW⚡ | src/DomainRecordType.php | 109 | 'placeholder' => 'ns1.example.com.', | CODE |
| LOW⚡ | src/DomainRecordType.php | 115 | 'placeholder' => 'admin.example.com.', | CODE |
| LOW⚡ | src/DomainRecordType.php | 121 | 'placeholder' => '2020010101', | CODE |
| LOW⚡ | src/DomainRecordType.php | 126 | 'placeholder' => '86400', | CODE |
| LOW⚡ | src/DomainRecordType.php | 131 | 'placeholder' => '7200', | CODE |
| LOW⚡ | src/DomainRecordType.php | 136 | 'placeholder' => '1209600', | CODE |
| LOW⚡ | src/DomainRecordType.php | 141 | 'placeholder' => '300', | CODE |
| LOW⚡ | src/DomainRecordType.php | 152 | 'placeholder' => '0', | CODE |
| LOW⚡ | src/DomainRecordType.php | 157 | 'placeholder' => '10', | CODE |
| 49 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | playwright.config.ts | 61 | COMMENT | |
| LOW | tools/make_release.sh | 1 | #!/bin/bash -eu | COMMENT |
| LOW | tools/make_release.sh | 21 | # it under the terms of the GNU General Public License as published by | COMMENT |
| LOW | tools/github-nightly-description.sh | 1 | #!/bin/bash -eu | COMMENT |
| LOW | tools/github-nightly-description.sh | 21 | # it under the terms of the GNU General Public License as published by | COMMENT |
| LOW | tools/build_glpi.sh | 1 | #!/bin/bash -eu | COMMENT |
| LOW | tools/build_glpi.sh | 21 | # it under the terms of the GNU General Public License as published by | COMMENT |
| LOW | install/empty_data.php | 4821 | 'id' => '4', | COMMENT |
| LOW | install/empty_data.php | 4841 | COMMENT | |
| LOW | install/empty_data.php | 4861 | ##IFticket.storestatus=6## | COMMENT |
| LOW | install/empty_data.php | 4901 | ], [ | COMMENT |
| LOW | install/empty_data.php | 4941 | ##IFticket.category## ##lang.ticket.category## :##ticket.category## | COMMENT |
| LOW | install/empty_data.php | 5001 | 'content_text' => '##FOREACHvalidations## | COMMENT |
| LOW | install/empty_data.php | 5121 | <br />##lang.cartridge.item## : | COMMENT |
| LOW | install/empty_data.php | 5241 | ##lang.problem.creationdate## :##problem.creationdate## | COMMENT |
| LOW | install/empty_data.php | 5261 | ##lang.followup.author## ##followup.author## | COMMENT |
| LOW | install/empty_data.php | 5321 | <p><br /><br /></p>', | COMMENT |
| LOW | install/empty_data.php | 5341 | ##IFchange.assigntogroups## ##lang.change.assigntogroups## : ##change.assigntogroups## ##ENDIFchange.assigntogroups## | COMMENT |
| LOW | install/empty_data.php | 5361 | ##lang.followup.requesttype## ##followup.requesttype## | COMMENT |
| LOW | install/empty_data.php | 5421 | ##lang.project.description## | COMMENT |
| LOW | install/empty_data.php | 5461 | 'content_text' => '##lang.projecttask.url## : ##projecttask.url## | COMMENT |
| LOW | install/empty_data.php | 5581 | COMMENT | |
| LOW | install/empty_data.php | 5681 | 'content_text' => '##lang.knowbaseitem.url## : ##knowbaseitem.url## | COMMENT |
| LOW | css/legacy/includes/_impact.scss | 601 | #save_impact, | COMMENT |
| LOW | js/modules/Forms/EditorController.js | 2581 | .on('sortstart', (e) => { | COMMENT |
| LOW | js/modules/Forms/EditorController.js | 3301 | }; | COMMENT |
| LOW | tests/glpi-0.85.5-empty.sql | 3841 | ##lang.reservation.item## : ##reservation.item## | COMMENT |
| LOW | tests/glpi-0.85.5-empty.sql | 3861 | ##lang.ticket.authors## : ##IFticket.authors## ##ticket.authors## ##ENDIFticket.authors## ##ELSEticket.authors##--##END | COMMENT |
| LOW | tests/glpi-0.85.5-empty.sql | 3881 | ##lang.ticket.impact## : ##ticket.impact## | COMMENT |
| LOW | tests/glpi-0.85.5-empty.sql | 3941 | ##IFcontract.type####lang.contract.type## : ##contract.type####ENDIFcontract.type## | COMMENT |
| LOW | tests/glpi-0.85.5-empty.sql | 3961 | ##ticket.authors## ##ENDIFticket.authors## | COMMENT |
| LOW | tests/glpi-0.85.5-empty.sql | 3981 | ##ENDIFticket.authors## | COMMENT |
| LOW | tests/glpi-0.85.5-empty.sql | 4101 | COMMENT | |
| LOW | tests/glpi-0.85.5-empty.sql | 4141 | ##lang.license.item## : ##license.item## | COMMENT |
| LOW | tests/glpi-0.85.5-empty.sql | 4181 | ##lang.problem.solution.description## : ##problem.solution.description## ##ENDIFproblem.storestatus## | COMMENT |
| LOW | tests/glpi-0.85.5-empty.sql | 4201 | ##lang.problem.solution.description## : ##problem.solution.description## | COMMENT |
| LOW | tests/glpi-0.85.5-empty.sql | 4241 | ##lang.recall.planning.end##: ##recall.planning.end## | COMMENT |
| LOW | tests/glpi-0.85.5-empty.sql | 4261 | ##IFchange.assigntogroups## ##lang.change.assigntogroups## : ##change.assigntogroups## ##ENDIFchange.assigntogroups## | COMMENT |
| LOW | tests/glpi-0.85.5-empty.sql | 4321 | ##lang.project.priority## : ##project.priority## | COMMENT |
| LOW | tests/run_tests.sh | 1 | #!/bin/bash | COMMENT |
| LOW | tests/run_tests.sh | 21 | # it under the terms of the GNU General Public License as published by | COMMENT |
| LOW | tests/imap/MailCollectorTest.php | 1641 | // When the GLPI mail collector receives an email via IMAP, the Laminas MIME parser | COMMENT |
| LOW | tests/functional/Glpi/Form/Condition/EngineTest.php | 1081 | ], | COMMENT |
| LOW | .github/workflows/commit-authorship.yml | 1 | name: "Commit authorship gate" | COMMENT |
| LOW | .github/actions/init_build.sh | 1 | #!/bin/bash | COMMENT |
| LOW | lib/blueimp/jquery-file-upload/jquery.fileupload.js | 81 | } | COMMENT |
| LOW | lib/blueimp/jquery-file-upload/jquery.fileupload.js | 101 | // of the widget element on plugin initialization. | COMMENT |
| LOW | lib/blueimp/jquery-file-upload/jquery.fileupload.js | 121 | // The following option limits the number of files uploaded with one | COMMENT |
| LOW | lib/blueimp/jquery-file-upload/jquery.fileupload.js | 141 | // data and set to 'redirect' if this option is empty: | COMMENT |
| LOW | lib/blueimp/jquery-file-upload/jquery.fileupload.js | 161 | // By default, failed (abort or error) file uploads are removed from the | COMMENT |
| LOW | lib/blueimp/jquery-file-upload/jquery.fileupload.js | 201 | // using this option, which accepts an array of objects with name and | COMMENT |
| LOW | lib/blueimp/jquery-file-upload/jquery.fileupload.js | 241 | COMMENT | |
| LOW | lib/blueimp/jquery-file-upload/jquery.fileupload.js | 261 | // progressall: function (e, data) {}, // .on('fileuploadprogressall', func); | COMMENT |
| LOW | lib/blueimp/jquery-file-upload/jquery.fileupload.js | 281 | // Callback before the start of each chunk upload request (before form data initialization): | COMMENT |
| LOW | …/blueimp/jquery-file-upload/jquery.iframe-transport.js | 41 | // options.paramName: the parameter name for the file form data, | COMMENT |
| LOW | src/User.php | 5801 | $this->fields['user_dn'], | COMMENT |
| LOW | src/CommonITILObject.php | 9521 | // 'use_notification' => 1, | COMMENT |
| LOW | src/CommonITILObject.php | 9881 | } | COMMENT |
| LOW | src/UploadHandler.php | 161 | . '/', // Trailing slash to not match subdomains by mistake | COMMENT |
| LOW | src/UploadHandler.php | 181 | // e.g. HTML files with embedded JavaScript code. | COMMENT |
| 7 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | tools/make_release.sh | 4 | # --------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tools/make_release.sh | 14 | # --------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/make_release.sh | 33 | # --------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tools/github-nightly-description.sh | 4 | # --------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tools/github-nightly-description.sh | 14 | # --------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/github-nightly-description.sh | 33 | # --------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tools/build_glpi.sh | 4 | # --------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tools/build_glpi.sh | 14 | # --------------------------------------------------------------------- | COMMENT |
| MEDIUM | tools/build_glpi.sh | 33 | # --------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/run_tests.sh | 4 | # --------------------------------------------------------------------- | COMMENT |
| MEDIUM⚡ | tests/run_tests.sh | 14 | # --------------------------------------------------------------------- | COMMENT |
| MEDIUM | tests/run_tests.sh | 33 | # --------------------------------------------------------------------- | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | install/update.php | 132 | // Step 1: Confirmation screen (needed for install wizard flow) | COMMENT |
| LOW | js/impact.js | 3389 | // being placed into a compound, we need to check if it was moved | COMMENT |
| LOW⚡ | tests/cypress/e2e/form/serializer/import.cy.js | 40 | // Step 1: file selection | COMMENT |
| LOW⚡ | tests/cypress/e2e/form/serializer/import.cy.js | 45 | // Step 2: preview | COMMENT |
| LOW⚡ | tests/cypress/e2e/form/serializer/import.cy.js | 79 | // Step 1: file selection | COMMENT |
| LOW⚡ | tests/cypress/e2e/form/serializer/import.cy.js | 84 | // Step 2: preview | COMMENT |
| LOW⚡ | tests/cypress/e2e/form/serializer/import.cy.js | 151 | // Step 1: file selection | COMMENT |
| LOW⚡ | tests/cypress/e2e/form/serializer/import.cy.js | 156 | // Step 2: preview | COMMENT |
| LOW⚡ | tests/cypress/e2e/form/serializer/import.cy.js | 186 | // Step 1: file selection | COMMENT |
| LOW⚡ | tests/cypress/e2e/form/serializer/import.cy.js | 193 | // Step 2: preview | COMMENT |
| LOW | tests/cypress/e2e/form/serializer/import.cy.js | 61 | // Step 4: import | COMMENT |
| LOW | tests/cypress/e2e/form/serializer/import.cy.js | 100 | // Step 3: resolve issues | COMMENT |
| LOW | tests/cypress/e2e/form/serializer/import.cy.js | 117 | // Step 2: preview | COMMENT |
| LOW | tests/cypress/e2e/form/serializer/import.cy.js | 133 | // Step 4: import | COMMENT |
| LOW⚡ | tests/functional/CommonDBTMTest.php | 2349 | // Step 1: create the item and assert successful creation | COMMENT |
| LOW⚡ | tests/functional/CommonDBTMTest.php | 2354 | // Step 2: update the item with new values (including long completename) and check again | COMMENT |
| LOW⚡ | tests/functional/Glpi/Inventory/Assets/SoftwareTest.php | 1936 | // Step 1: Full inventory (software + OS) on computer ARN2032 | COMMENT |
| LOW | tests/functional/Glpi/Inventory/Assets/SoftwareTest.php | 1960 | // Step 2: Full inventory (software + OS) on a second computer ARN2045 | COMMENT |
| LOW | tests/functional/Glpi/Inventory/Assets/SoftwareTest.php | 1984 | // Step 3: Partial inventory (software + OS) on a third computer ARN3045 | COMMENT |
| LOW | tests/functional/Glpi/Inventory/Assets/SoftwareTest.php | 2008 | // Step 4: Full inventory with OS only (no software) on ARN4058 | COMMENT |
| LOW | tests/functional/Glpi/Inventory/Assets/SoftwareTest.php | 2021 | // Step 5: Partial inventory with software only (no OS) on ARN4058 | COMMENT |
| LOW | tests/functional/Glpi/Inventory/Assets/SoftwareTest.php | 2045 | // Step 6: Full inventory with software and without OS should never happen | COMMENT |
| LOW | src/CommonDBTM.php | 5908 | * The purpose of this function is to try to access the friendly name | COMMENT |
| LOW | src/Glpi/Api/HL/Doc/Schema.php | 298 | // We need to check if the current parent exists in the list of joins. If not, we need to find the c | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | install/update.php | 132 | // Step 1: Confirmation screen (needed for install wizard flow) | COMMENT |
| LOW⚡ | tests/cypress/e2e/form/serializer/import.cy.js | 40 | // Step 1: file selection | COMMENT |
| LOW⚡ | tests/cypress/e2e/form/serializer/import.cy.js | 45 | // Step 2: preview | COMMENT |
| LOW⚡ | tests/cypress/e2e/form/serializer/import.cy.js | 79 | // Step 1: file selection | COMMENT |
| LOW⚡ | tests/cypress/e2e/form/serializer/import.cy.js | 84 | // Step 2: preview | COMMENT |
| LOW⚡ | tests/cypress/e2e/form/serializer/import.cy.js | 151 | // Step 1: file selection | COMMENT |
| LOW⚡ | tests/cypress/e2e/form/serializer/import.cy.js | 156 | // Step 2: preview | COMMENT |
| LOW⚡ | tests/cypress/e2e/form/serializer/import.cy.js | 186 | // Step 1: file selection | COMMENT |
| LOW⚡ | tests/cypress/e2e/form/serializer/import.cy.js | 193 | // Step 2: preview | COMMENT |
| LOW | tests/cypress/e2e/form/serializer/import.cy.js | 61 | // Step 4: import | COMMENT |
| LOW | tests/cypress/e2e/form/serializer/import.cy.js | 100 | // Step 3: resolve issues | COMMENT |
| LOW | tests/cypress/e2e/form/serializer/import.cy.js | 117 | // Step 2: preview | COMMENT |
| LOW | tests/cypress/e2e/form/serializer/import.cy.js | 133 | // Step 4: import | COMMENT |
| LOW⚡ | tests/functional/CommonDBTMTest.php | 2349 | // Step 1: create the item and assert successful creation | COMMENT |
| LOW⚡ | tests/functional/CommonDBTMTest.php | 2354 | // Step 2: update the item with new values (including long completename) and check again | COMMENT |
| LOW⚡ | tests/functional/Glpi/Inventory/Assets/SoftwareTest.php | 1936 | // Step 1: Full inventory (software + OS) on computer ARN2032 | COMMENT |
| LOW | tests/functional/Glpi/Inventory/Assets/SoftwareTest.php | 1960 | // Step 2: Full inventory (software + OS) on a second computer ARN2045 | COMMENT |
| LOW | tests/functional/Glpi/Inventory/Assets/SoftwareTest.php | 1984 | // Step 3: Partial inventory (software + OS) on a third computer ARN3045 | COMMENT |
| LOW | tests/functional/Glpi/Inventory/Assets/SoftwareTest.php | 2008 | // Step 4: Full inventory with OS only (no software) on ARN4058 | COMMENT |
| LOW | tests/functional/Glpi/Inventory/Assets/SoftwareTest.php | 2021 | // Step 5: Partial inventory with software only (no OS) on ARN4058 | COMMENT |
| LOW | tests/functional/Glpi/Inventory/Assets/SoftwareTest.php | 2045 | // Step 6: Full inventory with software and without OS should never happen | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | js/common.js | 1953 | $.blueimp.fileupload.prototype.options.add.call(this, e, data); | CODE |
| CRITICAL | …ueimp/jquery-file-upload/jquery.fileupload-validate.js | 30 | $.blueimp.fileupload.prototype.options.processQueue.push({ | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM⚡ | tools/make_release.sh | 18 | # This file is part of GLPI. | COMMENT |
| MEDIUM⚡ | tools/github-nightly-description.sh | 18 | # This file is part of GLPI. | COMMENT |
| MEDIUM⚡ | tools/build_glpi.sh | 18 | # This file is part of GLPI. | COMMENT |
| MEDIUM⚡ | tests/run_tests.sh | 18 | # This file is part of GLPI. | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | js/modules/Forms/EditorController.js | 399 | * This make sure we don't forget to track changes when needed. | COMMENT |
| LOW | src/ProfileRight.php | 314 | // Don't forget to complete the profile rights ... | COMMENT |