Skip to content

Failed to generate report: TypeError upon report creation #46

@madchap

Description

@madchap

Please do not report security vulnerabilities here. The Responsible Disclosure Program details the procedure for disclosing security issues.

Thank you in advance for helping us to improve this library! Please read through the template below and answer all relevant questions. Your additional work here is greatly appreciated and will help us respond as quickly as possible. For general support or usage questions, use the Auth0 Community or Auth0 Support. Finally, to avoid duplicates, please search existing Issues before submitting one here.

By submitting an Issue to this repository, you agree to the terms within the Auth0 Code of Conduct.

Description

Running off of main, following the README instructions.

Provide a clear and concise description of the issue, including what you expected to happen.

[...]
2025-11-03T05:55:31.517Z - info: Running validator Check Actions Runtime
2025-11-03T05:55:31.517Z - info: Running validator Check Actions Hard Coded Values
TypeError: Cannot read properties of undefined (reading 'concat')
    at /Users/myuser/gitrepos/auth0-checkmate/analyzer/lib/network_acl/checkNetworkACL.js:25:35
    at Array.forEach (<anonymous>)
    at /Users/myuser/gitrepos/auth0-checkmate/analyzer/lib/network_acl/checkNetworkACL.js:21:20
    at module.exports (/Users/myuser/gitrepos/auth0-checkmate/analyzer/lib/executeCheck.js:8:10)
    at checkNetworkACL (/Users/myuser/gitrepos/auth0-checkmate/analyzer/lib/network_acl/checkNetworkACL.js:7:10)
    at /Users/myuser/gitrepos/auth0-checkmate/analyzer/report.js:42:9
    at new Promise (<anonymous>)
    at /Users/myuser/gitrepos/auth0-checkmate/analyzer/report.js:33:14
    at Array.map (<anonymous>)
    at runProductionChecks (/Users/myuser/gitrepos/auth0-checkmate/analyzer/report.js:32:50)
2025-11-03T05:55:31.517Z - error: Error generating report: TypeError: Cannot read properties of undefined (reading 'concat')
failed to generate report

Reproduction

Followed instructions on running from main.

Environment

Please provide the following:

  • Version of this library used:
  • Version of the platform or framework used, if applicable:
  • Other relevant versions (language, server software, OS, browser):
  • Other modules/plugins/libraries that might be involved:

Metadata

Metadata

Labels

bugSomething isn't workinggood first issueGood for newcomers

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions