Parse Server for Node.js / Express
This report presents the forensic synthetic code analysis of parse-community/parse-server, a JavaScript project with 21,401 GitHub stars. SynthScan v2.0 examined 181,750 lines of code across 452 source files, recording 183 pattern matches distributed across 6 syntactic categories. The overall adjusted score of 4.4 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 183 distinct pattern matches across 6 syntactic categories. Each entry below represents a discrete location in the source code where the engine recorded a statistically significant AI authorship indicator. Expand any category row to inspect the individual file paths, line numbers, code snippets, and the lexical context (CODE, COMMENT, or STRING) in which each match was detected.
Reading the findings table: The Severity column indicates the diagnostic confidence level (CRITICAL / HIGH / MEDIUM / LOW). The Context column identifies whether the match occurred inside executable code, an inline comment, or a string literal — comment-context matches receive a ×1.5 weight because LLMs systematically over-annotate. The ⚡ bolt icon marks clustered matches: three or more patterns within a 10-line window, each receiving an additional ×1.5 density multiplier as dense clusters constitute far stronger evidence of synthetic authorship than isolated hits.
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| CRITICAL | spec/ParseGraphQLServer.spec.js | 4657 | result.data.createClass.class.schemaFields = result.data.createClass.class.schemaFields.sort( | CODE |
| CRITICAL | spec/ParseGraphQLServer.spec.js | 4660 | result.data.updateClass.class.schemaFields = result.data.updateClass.class.schemaFields.sort( | CODE |
| CRITICAL | spec/ParseGraphQLServer.spec.js | 4995 | result.data.createClass.class.schemaFields = result.data.createClass.class.schemaFields.sort( | CODE |
| CRITICAL | spec/ParseGraphQLServer.spec.js | 4998 | result.data.deleteClass.class.schemaFields = result.data.deleteClass.class.schemaFields.sort( | CODE |
| CRITICAL | spec/ParseGraphQLServer.spec.js | 5718 | if (call.object.s.namespace.collection.indexOf('GraphQLClass') >= 0) { | CODE |
| CRITICAL | spec/ParseGraphQLServer.spec.js | 5721 | } else if (call.object.s.namespace.collection.indexOf('_User') >= 0) { | CODE |
| CRITICAL | spec/ParseGraphQLServer.spec.js | 5764 | if (call.object.s.namespace.collection.indexOf('GraphQLClass') >= 0) { | CODE |
| CRITICAL | spec/ParseGraphQLServer.spec.js | 5767 | } else if (call.object.s.namespace.collection.indexOf('_User') >= 0) { | CODE |
| CRITICAL | spec/ParseGraphQLServer.spec.js | 5810 | if (call.object.s.namespace.collection.indexOf('GraphQLClass') >= 0) { | CODE |
| CRITICAL | spec/ParseGraphQLServer.spec.js | 5813 | } else if (call.object.s.namespace.collection.indexOf('_User') >= 0) { | CODE |
| CRITICAL | spec/ParseGraphQLServer.spec.js | 6698 | if (call.object.s.namespace.collection.indexOf('GraphQLClass') >= 0) { | CODE |
| CRITICAL | spec/ParseGraphQLServer.spec.js | 6701 | } else if (call.object.s.namespace.collection.indexOf('_User') >= 0) { | CODE |
| CRITICAL | spec/ParseGraphQLServer.spec.js | 6742 | if (call.object.s.namespace.collection.indexOf('GraphQLClass') >= 0) { | CODE |
| CRITICAL | spec/ParseGraphQLServer.spec.js | 6745 | } else if (call.object.s.namespace.collection.indexOf('_User') >= 0) { | CODE |
| CRITICAL | spec/ParseGraphQLServer.spec.js | 6788 | if (call.object.s.namespace.collection.indexOf('GraphQLClass') >= 0) { | CODE |
| CRITICAL | spec/ParseGraphQLServer.spec.js | 6791 | } else if (call.object.s.namespace.collection.indexOf('_User') >= 0) { | CODE |
| CRITICAL | spec/ParseGraphQLServer.spec.js | 6845 | if (call.object.s.namespace.collection.indexOf('GraphQLClass') >= 0) { | CODE |
| CRITICAL | spec/ParseGraphQLServer.spec.js | 6848 | } else if (call.object.s.namespace.collection.indexOf('_User') >= 0) { | CODE |
| CRITICAL | spec/ParseGraphQLServer.spec.js | 6944 | result.data.parentClass.graphQLClasses.edges.map(edge => edge.node.objectId) | CODE |
| CRITICAL | spec/Auth.spec.js | 37 | const firstSet = config.cacheController.role.set.calls.first(); | CODE |
| CRITICAL | spec/Auth.spec.js | 40 | const firstGet = config.cacheController.role.get.calls.first(); | CODE |
| CRITICAL | spec/Auth.spec.js | 59 | expect(config.cacheController.role.get.calls.count()).toEqual(1); | CODE |
| CRITICAL | spec/Auth.spec.js | 62 | const firstGet = config.cacheController.role.get.calls.first(); | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 727 | if (call.object.s.namespace.collection.indexOf('MyObject0') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 730 | if (call.object.s.namespace.collection.indexOf('MyObject1') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 733 | if (call.object.s.namespace.collection.indexOf('MyObject2') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 778 | if (call.object.s.namespace.collection.indexOf('MyObject0') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 781 | if (call.object.s.namespace.collection.indexOf('MyObject1') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 784 | if (call.object.s.namespace.collection.indexOf('MyObject2') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 831 | if (call.object.s.namespace.collection.indexOf('MyObject0') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 834 | if (call.object.s.namespace.collection.indexOf('MyObject1') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 837 | if (call.object.s.namespace.collection.indexOf('MyObject2') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 885 | if (call.object.s.namespace.collection.indexOf('MyObject0') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 888 | if (call.object.s.namespace.collection.indexOf('MyObject1') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 891 | if (call.object.s.namespace.collection.indexOf('MyObject2') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 936 | if (call.object.s.namespace.collection.indexOf('MyObject0') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 939 | if (call.object.s.namespace.collection.indexOf('MyObject1') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 942 | if (call.object.s.namespace.collection.indexOf('MyObject2') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 988 | if (call.object.s.namespace.collection.indexOf('MyObject0') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 991 | if (call.object.s.namespace.collection.indexOf('MyObject1') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 994 | if (call.object.s.namespace.collection.indexOf('MyObject2') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 1040 | if (call.object.s.namespace.collection.indexOf('MyObject0') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 1043 | if (call.object.s.namespace.collection.indexOf('MyObject1') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 1046 | if (call.object.s.namespace.collection.indexOf('MyObject2') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 1093 | if (call.object.s.namespace.collection.indexOf('MyObject0') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 1096 | if (call.object.s.namespace.collection.indexOf('MyObject1') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 1099 | if (call.object.s.namespace.collection.indexOf('MyObject2') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 1161 | if (call.object.s.namespace.collection.indexOf('MyObject0') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 1164 | if (call.object.s.namespace.collection.indexOf('MyObject1') >= 0) { | CODE |
| CRITICAL⚡ | spec/ReadPreferenceOption.spec.js | 1167 | if (call.object.s.namespace.collection.indexOf('MyObject2') >= 0) { | CODE |
| CRITICAL | spec/ReadPreferenceOption.spec.js | 32 | if (call.object.s.namespace.collection.indexOf('MyObject') >= 0) { | CODE |
| CRITICAL | spec/ReadPreferenceOption.spec.js | 75 | if (call.object.s.namespace.collection.indexOf('MyObject') >= 0) { | CODE |
| CRITICAL | spec/ReadPreferenceOption.spec.js | 107 | if (call.object.s.namespace.collection.indexOf('MyObject') >= 0) { | CODE |
| CRITICAL | spec/ReadPreferenceOption.spec.js | 139 | if (call.object.s.namespace.collection.indexOf('MyObject') >= 0) { | CODE |
| CRITICAL | spec/ReadPreferenceOption.spec.js | 171 | if (call.object.s.namespace.collection.indexOf('MyObject') >= 0) { | CODE |
| CRITICAL | spec/ReadPreferenceOption.spec.js | 207 | if (call.object.s.namespace.collection.indexOf('MyObject') >= 0) { | CODE |
| CRITICAL | spec/ReadPreferenceOption.spec.js | 242 | if (call.object.s.namespace.collection.indexOf('MyObject') >= 0) { | CODE |
| CRITICAL | spec/ReadPreferenceOption.spec.js | 273 | if (call.object.s.namespace.collection.indexOf('MyObject') >= 0) { | CODE |
| CRITICAL | spec/ReadPreferenceOption.spec.js | 304 | if (call.object.s.namespace.collection.indexOf('MyObject') >= 0) { | CODE |
| CRITICAL | spec/ReadPreferenceOption.spec.js | 335 | if (call.object.s.namespace.collection.indexOf('MyObject') >= 0) { | CODE |
| 11 more matches not shown… | ||||
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | spec/EmailVerificationToken.spec.js | 242 | user.set('email', 'user@example.com'); | CODE |
| LOW | spec/EmailVerificationToken.spec.js | 322 | user.set('email', 'user@example.com'); | CODE |
| LOW | spec/EmailVerificationToken.spec.js | 387 | user.set('email', 'user@example.com'); | CODE |
| LOW | spec/EmailVerificationToken.spec.js | 567 | newUser.set('email', 'user@example.com'); | CODE |
| LOW | spec/EmailVerificationToken.spec.js | 569 | await Parse.User.requestEmailVerification('user@example.com'); | CODE |
| LOW | spec/EmailVerificationToken.spec.js | 602 | user.setEmail('user@example.com'); | CODE |
| LOW | spec/EmailVerificationToken.spec.js | 1025 | user.set('email', 'user@example.com'); | CODE |
| LOW | spec/EmailVerificationToken.spec.js | 1043 | email: 'user@example.com', | CODE |
| LOW⚡ | spec/PasswordPolicy.spec.js | 142 | user.set('email', 'user@example.com'); | CODE |
| LOW⚡ | spec/PasswordPolicy.spec.js | 144 | await Parse.User.requestPasswordReset('user@example.com'); | CODE |
| LOW⚡ | spec/PasswordPolicy.spec.js | 145 | await Parse.User.requestPasswordReset('user@example.com'); | CODE |
| LOW⚡ | spec/PasswordPolicy.spec.js | 171 | user.set('email', 'user@example.com'); | CODE |
| LOW⚡ | spec/PasswordPolicy.spec.js | 173 | await Parse.User.requestPasswordReset('user@example.com'); | CODE |
| LOW⚡ | spec/PasswordPolicy.spec.js | 174 | await Parse.User.requestPasswordReset('user@example.com'); | CODE |
| LOW | spec/vulnerabilities.spec.js | 6447 | user.set('phone', '555-1234'); | CODE |
| LOW | spec/vulnerabilities.spec.js | 6550 | expect(response.data.phone).toBe('555-1234'); | CODE |
| LOW | spec/UserPII.spec.js | 8 | const EMAIL = 'foo@bar.com'; | CODE |
| LOW | spec/ProtectedFields.spec.js | 1852 | user1.set('phone', '555-1234'); | CODE |
| LOW | spec/ProtectedFields.spec.js | 1868 | expect(response.data.phone).toBe('555-1234'); | CODE |
| LOW | spec/ProtectedFields.spec.js | 1897 | user.set('phone', '555-1234'); | CODE |
| LOW | spec/ProtectedFields.spec.js | 1919 | expect(masterResponse.data.phone).toBe('555-1234'); | CODE |
| LOW | spec/ProtectedFields.spec.js | 1960 | user.set('phone', '555-1234'); | CODE |
| LOW | spec/ProtectedFields.spec.js | 1987 | user.set('phone', '555-1234'); | CODE |
| LOW | spec/ProtectedFields.spec.js | 2017 | user.set('phone', '555-1234'); | CODE |
| LOW | spec/ProtectedFields.spec.js | 2045 | user.set('phone', '555-1234'); | CODE |
| LOW | spec/ProtectedFields.spec.js | 2058 | expect(response.data.phone).toBe('555-1234'); | CODE |
| LOW | spec/ProtectedFields.spec.js | 2074 | user.set('phone', '555-1234'); | CODE |
| LOW | spec/ProtectedFields.spec.js | 2087 | expect(response.data.phone).toBe('555-1234'); | CODE |
| LOW | spec/ProtectedFields.spec.js | 2101 | user.set('phone', '555-1234'); | CODE |
| LOW | spec/ProtectedFields.spec.js | 2114 | expect(response.data.phone).toBe('555-1234'); | CODE |
| LOW | spec/ProtectedFields.spec.js | 2129 | user.set('phone', '555-1234'); | CODE |
| LOW | spec/Middlewares.spec.js | 404 | fakeReq.userFromJWT = 'fake-user'; | CODE |
| LOW | spec/Middlewares.spec.js | 406 | expect(fakeReq.auth.user).toEqual('fake-user'); | CODE |
| LOW | spec/ParseQuery.spec.js | 2891 | new PostObject({ author: postAuthor, title: 'Lorem ipsum' }), | CODE |
| LOW⚡ | spec/index.spec.js | 792 | user.setEmail('user@example.com'); | CODE |
| LOW⚡ | spec/index.spec.js | 797 | await Parse.User.requestPasswordReset('user@example.com'); | CODE |
| LOW⚡ | spec/index.spec.js | 805 | await Parse.User.requestPasswordReset('user@example.com'); | CODE |
| LOW | spec/ValidationAndPasswordsReset.spec.js | 329 | user.set('email', 'user@example.com'); | CODE |
| LOW | spec/ValidationAndPasswordsReset.spec.js | 1185 | user.set('email', 'user@example.com'); | CODE |
| LOW | spec/ValidationAndPasswordsReset.spec.js | 1187 | await Parse.User.requestPasswordReset('user@example.com'); | CODE |
| LOW | spec/ParseUser.spec.js | 2378 | user.set('email', 'test@test.com'); | CODE |
| LOW | spec/ParseUser.spec.js | 2385 | user2.set('email', 'test@test.com'); | CODE |
| LOW | spec/ParseUser.spec.js | 2488 | user.set('email', 'test@test.com'); | CODE |
| LOW | spec/ParseUser.spec.js | 2498 | user2.set('email', 'test@test.com'); | CODE |
| LOW | spec/ParseUser.spec.js | 2516 | user.set('email', 'test@test.com'); | CODE |
| LOW⚡ | spec/support/lorem.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus lobortis semper diam, ac euismod diam pharetra sed. Eti | CODE |
| LOW⚡ | spec/support/lorem.txt | 1 | Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vivamus lobortis semper diam, ac euismod diam pharetra sed. Eti | CODE |
| LOW⚡ | spec/support/lorem.txt | 3 | Sed porttitor commodo orci, ut pretium eros convallis eget. Curabitur pretium velit in odio dictum luctus. Vivamus ac tr | CODE |
| LOW⚡ | spec/support/lorem.txt | 3 | Sed porttitor commodo orci, ut pretium eros convallis eget. Curabitur pretium velit in odio dictum luctus. Vivamus ac tr | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | benchmark/performance.js | 493 | async function benchmarkQueryWithIncludeParallel(name) { | CODE |
| LOW | benchmark/performance.js | 556 | async function benchmarkQueryWithIncludeNested(name) { | CODE |
| LOW | benchmark/performance.js | 642 | async function benchmarkLargeResultMemory(name) { | CODE |
| LOW | benchmark/performance.js | 678 | async function benchmarkConcurrentQueryMemory(name) { | CODE |
| LOW | benchmark/performance.js | 807 | async function benchmarkObjectCreateNestedDenylist(name) { | CODE |
| LOW | spec/PagesRouter.spec.js | 169 | async function reconfigureServerWithPagesConfig(pagesConfig) { | CODE |
| LOW | spec/ParseInstallation.spec.js | 1307 | async function reconfigureWithInstallationOptions(installationOpts) { | CODE |
| LOW | spec/ParseInstallation.spec.js | 1480 | async function reconfigureWithInstallationOptions(installationOpts) { | CODE |
| LOW | spec/ParseInstallation.spec.js | 1586 | async function reconfigureWithInstallationOptions(installationOpts) { | CODE |
| LOW | spec/OAuth1.spec.js | 80 | function validateCannotAuthenticateError(data, done) { | CODE |
| LOW | spec/SecurityCheck.spec.js | 21 | async function reconfigureServerWithSecurityConfig(security) { | CODE |
| LOW | spec/AuthenticationAdapters.spec.js | 254 | function validateAuthenticationHandler(authenticationHandler) { | CODE |
| LOW | spec/AuthenticationAdapters.spec.js | 260 | function validateAuthenticationAdapter(authAdapter) { | CODE |
| LOW | spec/Schema.spec.js | 1383 | function validateSchemaDataStructure(schemaData) { | CODE |
| LOW | spec/helper.js | 383 | function mockFacebookAuthenticator(id, token) { | CODE |
| LOW | src/rest.js | 320 | function handleSessionMissingError(error, className, auth, config) { | CODE |
| LOW | src/batch.js | 23 | function makeBatchRoutingPathFunction(originalUrl, serverURL, publicServerURL) { | CODE |
| LOW | src/TestUtils.js | 8 | export function destroyAllDataPermanently(fast) { | CODE |
| LOW | src/Auth.js | 78 | function shouldUpdateSessionExpiry(config, session) { | CODE |
| LOW | src/AuthDataLock.js | 15 | export function applyAuthDataOptimisticLock(query, originalAuthData, newAuthData) { | CODE |
| LOW | src/triggers.js | 66 | function validateClassNameForTriggers(className, type) { | CODE |
| LOW | src/triggers.js | 440 | function logTriggerSuccessBeforeHook(triggerType, className, input, result, auth, logLevel) { | CODE |
| LOW | src/triggers.js | 458 | function logTriggerErrorBeforeHook(triggerType, className, input, auth, error, logLevel) { | CODE |
| LOW | src/triggers.js | 1043 | export function runLiveQueryEventHandlers(data, applicationId = Parse.applicationId) { | CODE |
| LOW | src/triggers.js | 1121 | export async function maybeRunGlobalConfigTrigger(triggerType, auth, configObject, originalConfigObject, config, context | CODE |
| LOW | src/InstallationDedup.js | 65 | export async function removeConflictingDeviceToken({ | CODE |
| LOW | src/InstallationDedup.js | 117 | export async function applyDuplicateDeviceTokenMerge({ | CODE |
| LOW | src/middlewares.js | 522 | function normalizeRouteAllowListPath(path, mount) { | CODE |
| LOW | src/middlewares.js | 658 | export function promiseEnforceMasterKeyAccess(request) { | CODE |
| LOW | src/ParseServerRESTController.js | 32 | function ParseServerRESTController(applicationId, router) { | CODE |
| LOW | src/Routers/IAPValidationRouter.js | 46 | function getFileForProductIdentifier(productIdentifier, req) { | CODE |
| LOW | src/Routers/SchemasRouter.js | 10 | function classNameMismatchResponse(bodyClass, pathClass) { | CODE |
| LOW | src/Adapters/Storage/Postgres/PostgresConfigParser.js | 2 | function getDatabaseOptionsFromURI(uri) { | CODE |
| LOW | src/Adapters/Storage/Postgres/PostgresStorageAdapter.js | 2756 | function isAnyValueRegexStartsWith(values) { | CODE |
| LOW | src/Adapters/Storage/Mongo/MongoSchemaCollection.js | 4 | function mongoFieldToParseSchemaField(type) { | CODE |
| LOW | src/Adapters/Storage/Mongo/MongoSchemaCollection.js | 43 | function mongoSchemaFieldsToParseSchemaFields(schema) { | CODE |
| LOW | src/Adapters/Storage/Mongo/MongoSchemaCollection.js | 126 | function parseFieldTypeToMongoFieldType({ type, targetClass }) { | CODE |
| LOW | src/Push/utils.js | 43 | export function transformPushBodyForLocale(body, locale) { | CODE |
| LOW | src/GraphQL/helpers/queryComplexity.js | 74 | function createComplexityValidationPlugin(getConfig) { | CODE |
| LOW | src/Controllers/SchemaController.js | 237 | function validateProtectedFieldsKey(key, userIdRegExp) { | CODE |
| LOW | src/Controllers/SchemaController.js | 422 | function validatePointerPermission(fieldName: string, fields: Object, operation: string) { | CODE |
| LOW | src/Controllers/SchemaController.js | 1544 | function thenValidateRequiredColumns(schemaPromise, className, object, query) { | CODE |
| LOW | src/Controllers/index.js | 119 | export function getParseGraphQLController( | CODE |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | ci/CiVersionCheck.js | 121 | * @param {String} versionComponent The latest version component. | COMMENT |
| LOW | spec/ParseObject.spec.js | 1 | 'use strict'; | COMMENT |
| LOW | src/AuthDataLock.js | 1 | // Apply optimistic locking for authData provider field changes. For each lockable | COMMENT |
| LOW | src/Adapters/Auth/OAuth1Client.js | 81 | OAuth.encode = function (str) { | COMMENT |
| LOW | src/Adapters/Storage/Postgres/PostgresStorageAdapter.js | 1301 | debug(`deleteAllClasses done in ${new Date().getTime() - now}`); | COMMENT |
| LOW | src/Adapters/Storage/Mongo/MongoStorageAdapter.js | 501 | // attempts to delete non-existent fields is the responsibility of Parse Server. | COMMENT |
| LOW | src/Adapters/Storage/Mongo/MongoStorageAdapter.js | 1021 | // For dates, the driver expects a Date object, but we have a string coming in. So we'll convert | COMMENT |
| LOW | src/Adapters/Storage/Mongo/MongoCollection.js | 1 | const mongodb = require('mongodb'); | COMMENT |
| LOW | src/Adapters/Push/PushAdapter.js | 1 | /* eslint-disable unused-imports/no-unused-vars */ | COMMENT |
| LOW | src/Adapters/Files/FilesAdapter.js | 1 | /* eslint-disable unused-imports/no-unused-vars */ | COMMENT |
| LOW | src/Adapters/WebSocketServer/WSSAdapter.js | 21 | constructor(options) { | COMMENT |
| LOW | src/GraphQL/ParseGraphQLServer.js | 81 | // Smart check for __type: only parse if the string is present | COMMENT |
| LOW | src/GraphQL/ParseGraphQLServer.js | 101 | // meant to hide. Strip the hint suffix from every returned error — including the | COMMENT |
| LOW | src/GraphQL/ParseGraphQLServer.js | 121 | 'Field of required type was not provided.' | COMMENT |
| LOW | src/Controllers/SchemaController.js | 1 | // @flow | COMMENT |
| LOW | src/Controllers/DatabaseController.js | 41 | _password_changed_at: { clientRead: false, masterRead: true, masterWrite: true }, | COMMENT |
| LOW | src/Controllers/DatabaseController.js | 1241 | }) | COMMENT |
| LOW | src/Controllers/DatabaseController.js | 1361 | $nin: undefined, | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| MEDIUM | src/GraphQL/loaders/filesMutations.js | 9 | // `createFile` is not directly called by Parse Server to leverage standard file upload mechanism | COMMENT |
| Severity | File | Line | Snippet | Context |
|---|---|---|---|---|
| LOW | src/ParseServerRESTController.js | 33 | function handleRequest(method, path, data = {}, options = {}, config) { | CODE |