OpenSearch/modules
Tim Brooks fcc568fd8d Add methods requiring connect to forbidden apis (#22964)
This is related to #22116. This commit adds calls that require
SocketPermission connect to forbidden APIs.

The following calls are now forbidden:

- java.net.URL#openStream()
- java.net.URLConnection#connect()
- java.net.URLConnection#getInputStream()
- java.net.Socket#connect(java.net.SocketAddress)
- java.net.Socket#connect(java.net.SocketAddress, int)
- java.nio.channels.SocketChannel#open(java.net.SocketAddress)
- java.nio.channels.SocketChannel#connect(java.net.SocketAddress)
2017-02-07 14:41:50 -06:00
..
aggs-matrix-stats Upgrade checkstyle to version 7.5 2017-02-03 09:46:44 -05:00
ingest-common Upgrade checkstyle to version 7.5 2017-02-03 09:46:44 -05:00
lang-expression Remove GeoPointFieldMapper abstraction 2017-02-06 14:17:21 -06:00
lang-mustache Add support for newline delimited JSON Content-Type (#22947) 2017-02-07 09:20:06 -05:00
lang-painless Make dates be ReadableDateTimes in scripts (#22948) 2017-02-06 16:44:56 -05:00
percolator Upgrade checkstyle to version 7.5 2017-02-03 09:46:44 -05:00
reindex Add FileSystemUtil method to read 'file:/' URLs (#23020) 2017-02-07 10:24:22 -06:00
repository-url Add methods requiring connect to forbidden apis (#22964) 2017-02-07 14:41:50 -06:00
transport-netty4 TransportService.connectToNode should validate remote node ID (#22828) 2017-02-07 22:11:32 +02:00
build.gradle Build: Change `gradle run` to use zip distribution (#21001) 2016-10-18 11:48:58 -07:00