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

fix: incorrect embedding status, regex security warnings #253

Merged
merged 5 commits into from
Aug 11, 2023

Conversation

Anush008
Copy link
Member

@Anush008 Anush008 commented Aug 11, 2023

Description

Fixes a bug in IndexingPage where the reader variable was incorrectly assigned to response.body?.getReader(). It should be assigned to embedResponse.body?.getReader() instead.

Generated using OpenSauced.

Additionally, adds minor updates to the URL matchers to resolve the regex security warnings.

What type of PR is this? (check all applicable)

  • πŸ• Feature
  • πŸ› Bug Fix
  • πŸ“ Documentation Update
  • 🎨 Style
  • πŸ§‘β€πŸ’» Code Refactor
  • πŸ”₯ Performance Improvements
  • βœ… Test
  • πŸ€– Build
  • πŸ” CI
  • πŸ“¦ Chore (Release)
  • ⏩ Revert

Related Tickets & Documents

Fixes #252.

Resolves the following warnings.
#246, #247, #248.

Mobile & Desktop Screenshots/Recordings

Added tests?

  • πŸ‘ yes
  • πŸ™… no, because they aren't needed
  • πŸ™‹ no, because I need help

Added to documentation?

  • πŸ“œ README.md
  • πŸ““ docs.opensauced.pizza
  • πŸ• dev.to/opensauced
  • πŸ“• storybook
  • πŸ™… no documentation needed

@Anush008 Anush008 requested review from diivi and bdougie August 11, 2023 07:07
@Anush008 Anush008 changed the title fix: incorrect embedding status fix: incorrect embedding status, regex security warnings Aug 11, 2023
Copy link
Member

@bdougie bdougie left a comment

Choose a reason for hiding this comment

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

πŸ‘πŸΎ

@bdougie bdougie merged commit 34f66b1 into beta Aug 11, 2023
32 checks passed
github-actions bot pushed a commit that referenced this pull request Aug 11, 2023
## [1.13.1-beta.1](v1.13.0...v1.13.1-beta.1) (2023-08-11)

### πŸ› Bug Fixes

* incorrect embedding status, regex security warnings ([#253](#253)) ([34f66b1](34f66b1))
@github-actions
Copy link

πŸŽ‰ This PR is included in version 1.13.1-beta.1 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

@Anush008 Anush008 deleted the Anush008-patch-1 branch August 11, 2023 14:38
@bdougie bdougie mentioned this pull request Aug 15, 2023
github-actions bot pushed a commit that referenced this pull request Aug 15, 2023
## [1.14.0](v1.13.0...v1.14.0) (2023-08-15)

### πŸ• Features

* modify suggested queries ([#251](#251)) ([d3ac35a](d3ac35a))

### πŸ› Bug Fixes

* incorrect embedding status, regex security warnings ([#253](#253)) ([34f66b1](34f66b1))
* updated link ([#245](#245)) ([fe1a58b](fe1a58b))
@github-actions
Copy link

πŸŽ‰ This PR is included in version 1.14.0 πŸŽ‰

The release is available on GitHub release

Your semantic-release bot πŸ“¦πŸš€

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Bug: Talking to new repos does not work on the first try
3 participants