-
The OutputLinkRenderer appends the session id also to an javascript value, if
cookies are disabled.
Test
is rendered to
Test
#### Environment
Operating System: All
Platform: DEC
#### Affected Versi…
-
Since chromedriver 2.25, there's been an issue ([chromedriver issue #1500](https://bugs.chromium.org/p/chromedriver/issues/detail?id=1500)) that randomly makes alert commands fail with the message `{"…
-
-
In normal browsers JavaScript URL's containing carriage-returns `�D;` (HTML entity of `\r`) are considered valid. e.g:
`Hello World!`
will produce an alert with the message `1` as expected.
Now i…
-
xcfvxcva
-
/javascripts/test.coffee:
```
alert "foo"
```
curl "http://localhost/javascripts/test.js":
```
(function() {
alert("foo");
}).call(this);
```
if I change the coffee file to:
```
alert "bar"
```…
-
The following does not work, and it should:
@@@ javascript
var a = [1, 2, 3];
alert([a count]);
@@@
This still works:
@@@ javascript
var b = [CPArray arrayWithObjects: 1, 2, 3];
alert([b coun…
-
После авторизации, отсутствует какая либо фильтрация ввода от пользователя, поэтому неоднократно можно воспроизвести там хранимый JavaScript код (XSS), который будет выполняться при каждом обращении п…
-
##Bug description
test
Test 2
Test 3
##
-
### Hi! I've found an XSS vulnerability on your site.
XSS occurs when I type payloads in the "terminal"
For example, try this payloads for alert:
`@keyframes x{}`
``
``
Or this one for DoS…