Skip to content

Commit

Permalink
Added Signature Class to XStream Allowlist
Browse files Browse the repository at this point in the history
  • Loading branch information
stefan-ernst committed Apr 14, 2023
1 parent a8e9885 commit 6483438
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/main/resources/atlassian-plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,11 @@
</parameters>
</xhtml-macro>

<rest key="com.baloise.confluence:digital-signature" path="/signature" version="1.0">
<xstream-security key="xstream-set" name="Signature Class Allowance for Xstream Deserializer">
<type>com.baloise.confluence.digitalsignature.Signature</type>
</xstream-security>

<rest key="com.baloise.confluence:digital-signature" path="/signature" version="1.0">
<description>Provides signature services.</description>
<package>com.baloise.confluence.digitalsignature.rest</package>
</rest>
Expand Down

0 comments on commit 6483438

Please sign in to comment.