Skip to content

Commit

Permalink
Merge pull request #3241 from oleg-nenashev/jep-200/JENKINS-49000-gua…
Browse files Browse the repository at this point in the history
…va-whitelists

[JENKINS-49000] - Whitelist Extra Guava Classes (JEP-200)
  • Loading branch information
oleg-nenashev committed Jan 21, 2018
2 parents 6f2769e + 8def746 commit 4cbeed7
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions core/src/main/resources/jenkins/security/whitelisted-classes.txt
@@ -1,11 +1,25 @@
com.google.common.collect.AbstractListMultimap
com.google.common.collect.AbstractMultimap
com.google.common.collect.AbstractSetMultimap
# Artifactory - https://issues.jenkins-ci.org/browse/JENKINS-48991
com.google.common.collect.ArrayListMultimap
com.google.common.collect.EmptyImmutableList
com.google.common.collect.EmptyImmutableSet
com.google.common.collect.EmptyImmutableSortedSet
com.google.common.collect.HashMultimap
# First hit: https://github.com/jenkinsci/pitmutation-plugin/
com.google.common.collect.HashMultiset
com.google.common.collect.ImmutableList
# Registered in XStream2 converters
com.google.common.collect.ImmutableMap
# Registered in XStream2 converters
com.google.common.collect.ImmutableSet
com.google.common.collect.ImmutableSet$SerializedForm
com.google.common.collect.ImmutableSortedSet
# https://issues.jenkins-ci.org/browse/JENKINS-48989
com.google.common.collect.Maps$TransformedEntriesMap
# https://github.com/jenkinsci/sonar-gerrit-plugin
com.google.common.collect.Multimap
com.google.common.collect.RegularImmutableList
com.google.common.collect.RegularImmutableSet
com.google.common.collect.RegularImmutableSortedSet
Expand Down

0 comments on commit 4cbeed7

Please sign in to comment.