Commit f9547e8
authored
fix(amazonq): For security reasons, disabled auto linkify for pure text links (#5306)
Problem
Links incoming from Q responses can redirect to a vulnerable site depending on the used context from the files.
Solution
Linkify strategy is updated to only accept links with [TEXT](URL) format. (through MynahUI version 4.21.6)1 parent 8a1d250 commit f9547e8
File tree
3 files changed
+9
-5
lines changed- .changes/next-release
- plugins/amazonq/mynah-ui
3 files changed
+9
-5
lines changedLines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
| 15 | + | |
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| |||
0 commit comments