Skip to content

Conversation

@behnazh-w
Copy link
Member

Summary

This patch addresses an issue in the dataflow analysis related to parsing single-quoted strings in bash scripts. Previously, for empty single-quoted strings the code incorrectly assumed that a Value field with an empty string would always be present.

Description of changes

  • Updated the logic to handle cases where the Value field is absent, returning an empty string when appropriate.
  • Corrected the typo in function naming: parse_sql_quoted_string is now correctly named parse_sgl_quoted_string.
  • Adjusted the definition of the SglQuoted class to reflect that the Value field is not always required

@oracle-contributor-agreement oracle-contributor-agreement bot added the OCA Verified All contributors have signed the Oracle Contributor Agreement. label Jan 15, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

OCA Verified All contributors have signed the Oracle Contributor Agreement.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant