-
task1
В цьому коді створюються дві змінні message1 та message2, які містять рядки "Hello" та "JavaScript" відповідно. Потім ці змінні з'єднуються в один рядок fullMessage, який містить повідомлення …
-
I don't know enough about URL parsing to know if this is the correct behaviour but here is a test case:
```js
const URL = require('url')
URL.parse('javascript:ALERT(DOCUMENT.DOMAIN)').href
// …
-
As a library developer, I want to extend some existing action/check with new behavior. Let's say I want to extend `url` so that it validates that URL is safe to use in browser links (prevent `javascri…
-
**Prerequisites (mark completed items with an [x]):**
- [x] I have checked that my issue type is not listed here https://github.com/woocommerce/woocommerce/issues/new/choose
- [x] My issue is not a …
-
55
-
I have JS bookmarklets and I like to trigger them via hotkey, Is there a way to do that? Opening them like a bookmark don't work. Can I add them to settings as a function and run them from there? If t…
-
The external program link is unescaped here:
https://github.com/civiform/civiform/blob/a5ac309d85cd87ee813893837c6fc16d90ae36ce/server/app/views/applicant/IneligibleTemplate.html#L32
The only vali…
-
- Site: [http://demo.owasp-juice.shop](http://demo.owasp-juice.shop)
**New Alerts**
- **Content Security Policy (CSP) Header Not Set** [10038] total: 2:
- [http://demo.owasp-juice.shop](http…
-
## Comportamiento Esperado
El resultado de ephemeral debería ser consistente entre los dos graders.
Cierto que puede dar un AC y el grader normal se queja porque la solución no funciona para todos…
-
The use of JavaScript pseudo-URLs makes it possible to include executable JavaScript in wiki text. For example:
```
Click
```
This is undesirable because it means that any wiki text tiddler could co…