Skip to content

Commit 3526c92

Browse files
authored
Update README.md (#138)
1 parent 06db2e7 commit 3526c92

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@ For more detailed information and advanced usage, please refer to the following:
251251

252252
## FAQs
253253

254-
### How to add a custom header to AI Core requests?
254+
### _"How to add a custom header to AI Core requests?"_
255255

256256
To add a header to AI Core requests, use the following code:
257257

@@ -262,7 +262,15 @@ DeploymentApi api = new DeploymentApi(client);
262262

263263
For more customization, creating a [HeaderProvider](https://sap.github.io/cloud-sdk/docs/java/features/connectivity/http-destinations#about-headerproviders) is also possible.
264264

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).
271+
272+
273+
### _"Are there any example projects?"_
266274

267275
Explore example applications and code snippets:
268276

0 commit comments

Comments
 (0)