script-security-plugin icon indicating copy to clipboard operation
script-security-plugin copied to clipboard

WIP: Adding to whitelist some methods for safety from crutches' (bikes')

Open Orygeunik opened this issue 5 years ago • 0 comments

Adding some methods to the white list so that there is no need to add them by the hands of administrators of jenkins.

Added:

  1. Math
    1. Math.Abs
    2. Math.Ceil
    3. Math.Floor
  2. ArrayList and Collection toArray
    1. Some methods...
  3. Regex
    1. find
    2. getAt
    3. size
  4. Long
    1. Some methods...

Note later will be add another records

Examples will be here soon

Orygeunik avatar Jan 29 '20 23:01 Orygeunik