You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/codeql.yml
+1-19Lines changed: 1 addition & 19 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
name: "CodeQL Advanced"
1
+
name: "CodeQL"
2
2
on:
3
3
push:
4
4
branches: [ "main" ]
@@ -48,26 +48,8 @@ jobs:
48
48
# If you wish to specify custom queries, you can do so here or in a config file.
49
49
# By default, queries listed here will override any specified in a config file.
50
50
# Prefix the list here with "+" to use these queries and those in the config file.
51
-
52
51
# For more details on CodeQL's query packs, refer to: https://docs.github.com/en/code-security/code-scanning/automatically-scanning-your-code-for-vulnerabilities-and-errors/configuring-code-scanning#using-queries-in-ql-packs
53
52
# queries: security-extended,security-and-quality
54
-
55
-
# If the analyze step fails for one of the languages you are analyzing with
56
-
# "We were unable to automatically build your code", modify the matrix above
57
-
# to set the build mode to "manual" for that language. Then modify this step
58
-
# to build your code.
59
-
# ℹ️ Command-line programs to run using the OS shell.
60
-
# 📚 See https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#jobsjob_idstepsrun
61
-
- if: matrix.build-mode == 'manual'
62
-
shell: bash
63
-
run: |
64
-
echo 'If you are using a "manual" build mode for one or more of the' \
65
-
'languages you are analyzing, replace this with the commands to build' \
This Kotlin SDK allows you to use [Vonage APIs](https://developer.vonage.com/api) in any JVM-based application.
14
13
You'll need to have [created a Vonage account](https://dashboard.nexmo.com/sign-up?utm_source=DEV_REL&utm_medium=github&utm_campaign=java-client-library).
@@ -45,17 +44,49 @@ We also provide server SDKs in other languages:
The SDK is fully documented with [KDocs](https://kotlinlang.org/docs/kotlin-doc.html), so you should have complete
172
+
documentation from your IDE. You may need to click "Download Sources" in IntelliJ to get the full documentation.
173
+
Alternatively, you can browse the documentation using a service like [Javadoc.io](https://javadoc.io/doc/com.vonage/server-sdk-kotlin/1.1.0/index.html),
174
+
which renders the documentation for you from [the artifacts on Maven Central](https://repo.maven.apache.org/maven2/com/vonage/server-sdk-kotlin/1.1.0/).
138
175
139
176
For help with any specific APIs, refer to the relevant documentation on our [developer portal](https://developer.vonage.com/en/documentation),
140
177
using the links provided in the [Supported APIs](#supported-apis) section. For completeness, you can also consult the
Copy file name to clipboardExpand all lines: SECURITY.md
+4-2Lines changed: 4 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,10 +1,12 @@
1
1
# Security Policy
2
+
Ths file describes how security issues are handled in the Vonage Kotlin SDK.
2
3
3
4
## Supported Versions
4
-
Only the latest version of the SDK is supported.
5
+
Only the latest version of the SDK is supported. The timeline for fixing issues is within the next two releases
6
+
of it being reported and fixed. This is to cover the scenario where an issue is reported just before or after
7
+
a planned release, to allow time for the fix to be included in the next release.
5
8
6
9
## Reporting a Vulnerability
7
-
8
10
To report a security concern, use the "[Report a Vulnerability](https://github.com/Vonage/vonage-kotlin-sdk/security/advisories/new)" tab.
9
11
You can also contact the Developer Relations team directly via [email](devrel@vonage.com) for more private disclosure.
10
12
You can also [raise an Issue](https://github.com/Vonage/vonage-kotlin-sdk/issues/new/choose) and/or create a [Pull Request](https://github.com/Vonage/vonage-kotlin-sdk/pulls) from your fork of the repo.
0 commit comments