Skip to content

Commit

Permalink
CodeQL. Prototype Pollution. Warning 20 (SAP#19471)
Browse files Browse the repository at this point in the history
  • Loading branch information
giancorderoortiz authored Nov 4, 2024
1 parent 79c60bf commit f881da5
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export class ProductLoadingService {
}

protected initProductScopes(productCode: string, scopes: string[]): void {
isKeyInvalid(productCode);
if (!this.products[productCode]) {
this.products[productCode] = {};
}
Expand Down

0 comments on commit f881da5

Please sign in to comment.