-
## CVE-2022-2564 - Critical Severity Vulnerability
Vulnerable Library - mongoose-5.7.5.tgz
Mongoose MongoDB ODM
Library home page: https://registry.npmjs.org/mongoose/-/mongoose-5.7.5.tgz
Path to de…
-
Jira issue originally created by user deatheriam:
The recently added collection filtering API only goes half way in achieving a full fledged solution to filter huge collections. It still lacks joins.…
-
**Describe the bug**
The `beanie.odm.fields.Link.__get_pydantic_core_schema__` method has two `return` statements, while the second one is never executed.
**To Reproduce**
https://github.com/roma…
-
```
Registering \"Gedmo\\Timestampable\\TimestampableListener\" as a Doctrine subscriber is deprecated. Register it as a listener instead, using e.g. the #[AsDoctrineListener] attribute.
```
##…
-
**Version**
v0.x.x
**What's your deploying environment?**
- [ √] Docker
- [ ] Caddy
- [ ] Other
**Describe the problem**
请问运行语句这样写可以吗?
docker run -it --rm \
-v $PWD/data/config:/tmp/con…
-
I have a document called Customer, Which have a field named CustomerCode and added unique index. I have been trying to create Customer
```
try {
$customer = new Customer();
…
-
Consider this schema:
```
// Documents shema
schema = new Schema({
user: {
type: Schema.Types.ObjectId,
ref: 'User'
},
title: {
type: String,
trim: true,
required: true
}
…
-
### Environment
Dev, os x 14.1.2 (23B92), Docker
#### Sonata packages
show
```
Direct dependencies required in composer.json:
sonata-project/admin-bundle 4.28.0 4.29.2…
-
### Improvement
Currently `assert*()` calls are inconsistent between tests:
- `self::assert*()` (preferred)
- `static::assert*()` - good alternative for above, but tests should usually be `final`…
-
### Prerequisites
- [X] I have written a descriptive issue title
- [X] I have searched existing issues to ensure the feature has not already been requested
### 🚀 Feature Proposal
Hey, I am using F…