Commit 9b54e63
fix: clickable org if there is any @ text in user bio (OWASP#951)
* fix: clickable org if there is any @ text in user bio
Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com>
* fix: unit tests
Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com>
* fix: trailing punctuation in github user name
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
* fix: remove dot at end if its present in username
Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com>
* fix: all puntuation to be excluded from link
Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com>
---------
Signed-off-by: Akash Jaiswal <akashjaiswal3846@gmail.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: Arkadii Yakovets <2201626+arkid15r@users.noreply.github.com>1 parent 2f307c7 commit 9b54e63
File tree
3 files changed
+30
-4
lines changed- frontend
- __tests__/unit
- data
- pages
- src/pages
3 files changed
+30
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
75 | | - | |
| 75 | + | |
| 76 | + | |
76 | 77 | | |
77 | 78 | | |
78 | 79 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
91 | 91 | | |
92 | 92 | | |
93 | 93 | | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
94 | 118 | | |
95 | 119 | | |
96 | 120 | | |
| |||
150 | 174 | | |
151 | 175 | | |
152 | 176 | | |
153 | | - | |
| 177 | + | |
| 178 | + | |
| 179 | + | |
154 | 180 | | |
155 | 181 | | |
156 | 182 | | |
| |||
229 | 255 | | |
230 | 256 | | |
231 | 257 | | |
232 | | - | |
233 | 258 | | |
234 | 259 | | |
235 | 260 | | |
| |||
0 commit comments