Skip to content
Snippets Groups Projects
Verified Commit ced4a940 authored by Timm Fitschen's avatar Timm Fitschen
Browse files

DEP: update log4j to 2.17.2

parent da9f6bcc
Branches
Tags
2 merge requests!58REL: prepare release 0.7.2,!57F 220
...@@ -31,9 +31,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ...@@ -31,9 +31,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
* [caosdb-server#174](https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/issues/174) * [caosdb-server#174](https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/issues/174)
GRPC-API: Server should gracefully handle non-file entities with file-like GRPC-API: Server should gracefully handle non-file entities with file-like
attributes. attributes.
* [caosdb-server#220](https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/issues/220)
Entities can be retrieved via GRPC despite insufficient permissions.
* [caosdb-server#223](https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/issues/223)
State is being leaked even though RETRIEVE:ENTITY permission is not granted.
### Security ### Security
* Update of logging backend log4j to 2.17.2
* Fix for [caosdb-server#220](https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/issues/220)
Entities can be retrieved via GRPC despite insufficient permissions.
* Fix for [caosdb-server#223](https://gitlab.indiscale.com/caosdb/src/caosdb-server/-/issues/223)
State is being leaked even though RETRIEVE:ENTITY permission is not granted.
## [v0.7.1] - 2021-12-13 ## [v0.7.1] - 2021-12-13
(Timm Fitschen) (Timm Fitschen)
......
...@@ -38,7 +38,7 @@ ...@@ -38,7 +38,7 @@
<grpc.version>1.42.1</grpc.version> <grpc.version>1.42.1</grpc.version>
<netty-tcnative.version>2.0.34.Final</netty-tcnative.version> <netty-tcnative.version>2.0.34.Final</netty-tcnative.version>
<restlet.version>2.4.3</restlet.version> <restlet.version>2.4.3</restlet.version>
<log4j.version>2.15.0</log4j.version> <log4j.version>2.17.2</log4j.version>
</properties> </properties>
<repositories> <repositories>
<repository> <repository>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment