Warnings are appearing while validating an app | Community
Skip to main content

Warnings are appearing while validating an app

  • October 24, 2023
  • 1 reply
  • 0 views

Gopi

Hello, 

I'm using react app with webpack for compilation.

I used the following code to validate the package: "zat validate"

While validating the package, I got few warnings that follows.

Is there a way I can ignore those sections?

1 reply

Tipene
  • November 3, 2023

Hey Gopi,

It's difficult to say without seeing your code but as a general rule I wouldn't ignore warnings around possible credential leaks. Have you checked your source code to ensure there is no restricted data being packaged?

Also, I would recommend updating to use ZCLI. ZAT is now in maintenance mode and is no longer receiving updates past essential security updates.