Skip to content

Commit

Permalink
[JENKINS-49371] - Whitelist model classes in the S3 Publisher global …
Browse files Browse the repository at this point in the history
…config
  • Loading branch information
oleg-nenashev authored and Jimilian committed Feb 6, 2018
1 parent 07f2416 commit ca2cb66
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/main/resources/META-INF/hudson.remoting.ClassFilter
@@ -0,0 +1,9 @@
# Model object classes, no deserialization logic
com.amazonaws.regions.Region
com.amazonaws.regions.InMemoryRegionImpl
com.amazonaws.partitions.PartitionRegionImpl
com.amazonaws.partitions.model.Partition
com.amazonaws.partitions.model.Service
com.amazonaws.partitions.model.Endpoint
com.amazonaws.partitions.model.CredentialScope
com.amazonaws.partitions.model.Region

0 comments on commit ca2cb66

Please sign in to comment.