diff --git a/SECURITY.md b/SECURITY.md index e2d43220..b5ed41b0 100644 --- a/SECURITY.md +++ b/SECURITY.md @@ -1,4 +1,20 @@ -# Security Policy +@Component +public class SomeComponent { + + + @Autowire + MessagesApi api; + + + public void postMessage(String s) throws Exception { + messagesApi.v4StreamSidMessageCreatePost(null, streamId, ""+s+"" , null, null, null, null, null); + } +}public interface ApiInstanceFactory { + + public ApiInstance createApiInstance(SymphonyIdentity id, PodProperties pp, TrustManager[] trustManagers) throws Exception; + +} SystemApi systemApi = apiInstance.getAgentApi(SystemApi.class); + api.v2HealthCheckGet(null, null);1048576013292236800UP {diskSpace=UP {total=75159826432, free=13292236800, threshold=10485760}, symphony-api--=UP {podConnectivity=true, keyManagerConnectivity=true, encryptDecryptSuccess=true, agentServiceUser=true, ceServiceUser=false, podConnectivityError=null, keyManagerConnectivityError=null, encryptDecryptError=null, podVersion=1.54.2, agentVersion=2.54.3, agentServiceUserError=null, ceServiceUserError=Ceservice authentication credentials missing or misconfigured}}75159826432demos/demo-bot# Security Policy ## Supported Versions