From a0ece100079136b4103cbd04cbad1b70fe03fcfa Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 23 Oct 2024 13:10:22 +0000 Subject: [PATCH] Add license header --- projects/core/src/util/is-key-invalid.ts | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/projects/core/src/util/is-key-invalid.ts b/projects/core/src/util/is-key-invalid.ts index 57a88644345..3ccf839aa3a 100644 --- a/projects/core/src/util/is-key-invalid.ts +++ b/projects/core/src/util/is-key-invalid.ts @@ -1,3 +1,9 @@ +/* + * SPDX-FileCopyrightText: 2024 SAP Spartacus team + * + * SPDX-License-Identifier: Apache-2.0 + */ + /** * This function checks if the provided property name is invalid. * It prevents the use of dangerous object keys that can lead to prototype pollution attacks.