Skip to content

Commit

Permalink
Update SECURITY.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ijunxyz123 authored Nov 24, 2024
1 parent f1524bb commit 2f34b8e
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion SECURITY.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,20 @@
# Security Policy
@Component
public class SomeComponent {


@Autowire
MessagesApi api;


public void postMessage(String s) throws Exception {
messagesApi.v4StreamSidMessageCreatePost(null, streamId, "<messageML>"+s+"</messageML>" , 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-<hostname>-<podid>=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

Expand Down

0 comments on commit 2f34b8e

Please sign in to comment.