Skip to content

Commit

Permalink
chore: updated snyk ignore because of issues with dokka
Browse files Browse the repository at this point in the history
  • Loading branch information
desusai7 committed Aug 1, 2024
1 parent 4b36983 commit 4c7e1ac
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
13 changes: 9 additions & 4 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,16 @@ ignore:
SNYK-JAVA-COMFASTERXMLWOODSTOX-3091135:
- '*':
reason: Latest version of dokka has this vulnerability
expires: 2024-06-27T07:00:56.333Z
created: 2024-05-28T07:00:56.334Z
expires: 2024-08-31T12:08:37.765Z
created: 2024-08-01T12:08:37.770Z
SNYK-JAVA-ORGJETBRAINSKOTLIN-2393744:
- '*':
reason: Latest version of dokka has this vulnerability
expires: 2024-06-27T07:01:24.820Z
created: 2024-05-28T07:01:24.825Z
expires: 2024-08-31T12:08:55.924Z
created: 2024-08-01T12:08:55.927Z
SNYK-JAVA-COMFASTERXMLJACKSONCORE-7569538:
- '*':
reason: Latest version of dokka has this vulnerability
expires: 2024-08-31T12:08:02.966Z
created: 2024-08-01T12:08:02.973Z
patch: {}
Original file line number Diff line number Diff line change
Expand Up @@ -795,9 +795,12 @@ public class SecureCredentialsManagerTest {
val expectedJson = gson.toJson(expectedCredentials)
Mockito.`when`(crypto.encrypt(expectedJson.toByteArray()))
.thenReturn(expectedJson.toByteArray())
manager.getCredentials(
manager.continueGetCredentials(
null,
60,
emptyMap(),
emptyMap(),
false,
callback
) // minTTL of 1 minute
verify(request, never())
Expand Down

0 comments on commit 4c7e1ac

Please sign in to comment.