This repository was archived by the owner on Dec 19, 2023. It is now read-only.
Fixed XSS #1#5
Open
Aravindha1234u wants to merge 14 commits into
Open
Conversation
* docs: add coreBOS to used by * docs: change URL of coreBOS to home site
* fix: copy the data without encoding * chore: innerHTML => textContent * chore: apply code review
…n#1312) * fix: duplcated component key * fix: wrong offsetTop, offsetLeft style * chore: add dummy story(show the cell with scroll) * chore: add integration test for dummy rows and remove story * chore: fix broken test case
Bumps [y18n](https://github.com/yargs/y18n) from 3.2.1 to 3.2.2. - [Release notes](https://github.com/yargs/y18n/releases) - [Changelog](https://github.com/yargs/y18n/blob/master/CHANGELOG.md) - [Commits](https://github.com/yargs/y18n/commits) Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix: add select box max-height * fix: set max-height to checkbox editor
* fix: add i18n for filter select option * chore: add filter button i18n * chore: remove unnecessary blank line
… is smaller than the filter layer left position (nhn#1327)
* feat: add draggableRow * chore: wrong comment for grid instance * feat: add floating row css for draggable * feat: add draggable functionality * chore: add test case(D&D move row) * chore: apply code review * feat: tree drag and drop (nhn#1324) * feat: add tree drag operation * refactor: tree floating cell * refactor: add tree parent-cell class name * feat: add drag event * feat: move tree row * fix: add '_isLeaf' prop for checking leaf node properly * feat: change moveRow API for moving the tree row * chore: add test case(move tree row) * chore: add drag event test case * docs: add event description * chore: fix broken test case * chore: fix floating row css * feat: add custom draggable renderer * chore: apply review * chore: apply code review * chore: apply code review * feat: add appended property in drop event * fix: wrong property(isLeaf => leaf) * chore: fix the move to last row * chore: add z-index to floating-line css * feat: move floating row as X position
* fix: emit script error when copying unobservable rows * chore: apply code review
|
👋 Hello, @js87zz. @Aravindha1234u has opened a PR to us with a fix for a potential vulnerability in your repository. To view the vulnerability, please refer to the bounty URL in the first comment, above. If you want this fix in your repository, a PR will automatically open once you comment:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixed XSS #1
Issues: Cross-Site Scripting allows people to inject malicious javascript code to steal user data.
Please check if the PR fulfills these requirements
fix #xxx[,#xxx], where "xxx" is the issue number)Description
Bountry URL: https://www.huntr.dev/bounties/2-npm-tui-grid/
Issue: XSS
Fixed
Payload:
55'<img src=x onerror=alert(1)>paste payload on any custom editor field and click outside to view javascript execution
Thank you for your contribution to TOAST UI product. 🎉 😘 ✨