Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed null error in utils.js #1322

Merged
merged 2 commits into from
Aug 26, 2024
Merged

Conversation

almaz045
Copy link
Contributor

When I test cdxgen on SteamTools repo on C# I get "TypeError: Cannot read properties of null (reading 'match')" on
const match = inputStr.match(extractNameOperatorVersion);
line 7383

When I test cdxgen on SteamTools repo on C# I get "TypeError: Cannot read properties of null (reading 'match')" on
    const match = inputStr.match(extractNameOperatorVersion);
line 7383


Signed-off-by: almaz045 <63047433+almaz045@users.noreply.github.com>
@almaz045 almaz045 requested a review from prabhu as a code owner August 21, 2024 07:01
Copy link
Contributor

@prabhu prabhu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@prabhu prabhu merged commit f14c0fd into CycloneDX:master Aug 26, 2024
21 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants