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: README.md
+10-2Lines changed: 10 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -251,7 +251,7 @@ For more detailed information and advanced usage, please refer to the following:
251
251
252
252
## FAQs
253
253
254
-
### How to add a custom header to AI Core requests?
254
+
### _"How to add a custom header to AI Core requests?"_
255
255
256
256
To add a header to AI Core requests, use the following code:
257
257
@@ -262,7 +262,15 @@ DeploymentApi api = new DeploymentApi(client);
262
262
263
263
For more customization, creating a [HeaderProvider](https://sap.github.io/cloud-sdk/docs/java/features/connectivity/http-destinations#about-headerproviders) is also possible.
264
264
265
-
### More Examples
265
+
266
+
### _"There's a vulnerability warning `CVE-2021-41251`?"_
267
+
268
+
This is a known false-positive finding.
269
+
Depending on the tooling any product called "SAP Cloud SDK" or similar with a low version number may be marked as vulnerable, incorrectly.
270
+
Please consider suppressing the warning, [as we do](https://github.com/SAP/ai-sdk-java/blob/main/.pipeline/dependency-check-suppression.xml).
0 commit comments