Mentions légales du service

Skip to content
Snippets Groups Projects

Fix XSS, STI (with Sanitized GuiMessage) & XXE (with XmlDocumentBuilderFactory...

Merged Achraf Achkari requested to merge release/evs-external-qual into develop
11 files
+ 146
51
Compare changes
  • Side-by-side
  • Inline
Files
11
@@ -99,7 +99,7 @@ public abstract class AbstractProcessingManagerImpl<T extends AbstractProcessing
}
protected T authorizeRead(String oid, String privacyKey, EvsIdentity identity, T object)
throws UnauthorizedException, NotFoundException, ForbiddenAccessException {
throws UnauthorizedException, ForbiddenAccessException, NotFoundException {
if (object != null) {
if (isPublic(object) || isPrivateKeyMatching(privacyKey, object)) {
return object;
Loading