-
When I write
```js
const [x, setX] = useLocalStorage("test", "");
useEffect(() => setX("123456789123456789123"));
console.log("x =", x);
```
I see `x = 123456789123456800000` after ref…
-
```java
public class DataReportingServiceImpl implements DataReportingService {
@Autowired
private DivisionReportMapper divisionReportMapper;
@Autowired
private DivisionReportProg…
-
## Description
MyBB's latest version, 1.8.38, contains a stored XSS vulnerability. Users can modify the value of the '**websitename**' parameter on the installation page (install\index.php) to execut…
-
### Apache Hop version?
2.10.0
### Java version?
17.0.2
### Operating system
Linux
### What happened?
**Steps to reproduce:**
1. Create a "child" pipeline with a **Data grid** transform
2. Cr…
-
## Versions affected
4.3.0
## Description
Replacing a subclass DataObject via injection will cause a build error.
The generation of a table for a DataObject occurs in the following steps i…
-
```
What steps will reproduce the problem?
1. Add in "SampleTestFixture.cs" in "MyClassUnderTest" the following
autoproperty: public string MyProperty { get; set; }
2. Run test SampleTestFixture CanSe…
-
### Description
HTML tags are left unescaped in post title. With a tag, this can break the block editor in an unrecoverable manner.
This also lead to XSS but apparently this is not a security iss…
-
@maxxer @tonydspaniard
Since i´m developing the gdpr support, one thing came to mind.
User management is a system that can be so complex and extended in many many ways.
I thought if we use e…
-
The Guice bridge fails to inject the following code:
```
@javax.inject.Inject
public DepartmentsResource(com.google.inject.Injector injector, javax.ws.rs.core.UriInfo uriInfo)
```
Guice understands …
-
As a borrower, I want to calculate my loan eligibility based on my income and credit score, so I know how much I can borrow.