-
I understand the need for lock/unlock of active_list.
I understand the not need for protection on timer_array generally, except on:
register_timer, unregister_timer and also on clear() functions.
…
-
As mentioned in the Protected [Audience explainer](https://github.com/WICG/turtledove/blob/main/FLEDGE.md#62-negative-targeting):
_In online ad auctions for ad space, it’s sometimes useful to preve…
-
See https://github.com/ambionics/phpggc/issues/26
In some cases, the way that PHP serializes protected properties means phpggc's output contains NULL bytes which are easy to lose if the payload is …
-
## **Describe the feature you'd like**
Private has variables should be omitted when reported.
## **Examples**
```
node Doc {
has text: str = "This is a text".
has:priv embedding: list[flo…
-
## 📝 Describe the Bug
When calling initWithUrl with the url of the pdf file which is password protected, app crashed for Security Exception. Do we have any way to open password protected file without…
Gaawk updated
2 weeks ago
-
### Protect both backquotes and tildes' special features unknown to the kernel from expansion
There had been some noticeable changes that somehow protect `$` and thus piping out each selection to a…
-
### Environment
------------------------------
- Operating System: Darwin
- Node Version: v20.2.0
- Nuxt Version: 3.13.2
- CLI Version: 3.14.0
- Nitro Version: 2.9.7
- Package…
-
if you protect a web brawser, app the audio not work
to reproduce:
1 start app in a protected enclave
2 start a audio
3 the audio is absent
-
### Description
We hit a bug (luckily before a release) that we modify resource meta from ResourceManager and the other place that was reading this went into undefined state.
We could introduce a …
-
Implement a simple login form and restrict access to certain features (e.g., adding to cart or checkout) until the user is authenticated.