Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: Secure document encryption key exchange #2891

Merged

Fix lint

89ff5f0
Select commit
Loading
Failed to load commit list.
Merged

feat: Secure document encryption key exchange #2891

Fix lint
89ff5f0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 13, 2024 in 1s

77.70% of diff hit (target 79.51%)

View this Pull Request on Codecov

77.70% of diff hit (target 79.51%)

Annotations

Check warning on line 125 in cli/collection_create.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

cli/collection_create.go#L125

Added line #L125 was not covered by tests

Check warning on line 40 in crypto/aes.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/aes.go#L40

Added line #L40 was not covered by tests

Check warning on line 45 in crypto/aes.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/aes.go#L45

Added line #L45 was not covered by tests

Check warning on line 86 in crypto/aes.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/aes.go#L86

Added line #L86 was not covered by tests

Check warning on line 22 in crypto/cid.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/cid.go#L22

Added line #L22 was not covered by tests

Check warning on line 62 in crypto/ecies.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/ecies.go#L62

Added line #L62 was not covered by tests

Check warning on line 75 in crypto/ecies.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/ecies.go#L75

Added line #L75 was not covered by tests

Check warning on line 78 in crypto/ecies.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/ecies.go#L78

Added line #L78 was not covered by tests

Check warning on line 84 in crypto/ecies.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/ecies.go#L84

Added line #L84 was not covered by tests

Check warning on line 124 in crypto/ecies.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/ecies.go#L124

Added line #L124 was not covered by tests

Check warning on line 136 in crypto/ecies.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/ecies.go#L136

Added line #L136 was not covered by tests

Check warning on line 139 in crypto/ecies.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/ecies.go#L139

Added line #L139 was not covered by tests

Check warning on line 26 in crypto/nonce.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

crypto/nonce.go#L26

Added line #L26 was not covered by tests

Check warning on line 451 in http/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

http/client.go#L450-L451

Added lines #L450 - L451 were not covered by tests

Check warning on line 123 in internal/db/merge.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/merge.go#L123

Added line #L123 was not covered by tests

Check warning on line 129 in internal/db/merge.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/merge.go#L129

Added line #L129 was not covered by tests

Check warning on line 138 in internal/db/merge.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/merge.go#L138

Added line #L138 was not covered by tests

Check warning on line 144 in internal/db/merge.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/merge.go#L144

Added line #L144 was not covered by tests

Check warning on line 154 in internal/db/merge.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/merge.go#L154

Added line #L154 was not covered by tests

Check warning on line 159 in internal/db/merge.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/merge.go#L159

Added line #L159 was not covered by tests

Check warning on line 165 in internal/db/merge.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/merge.go#L165

Added line #L165 was not covered by tests

Check warning on line 172 in internal/db/merge.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/merge.go#L172

Added line #L172 was not covered by tests

Check warning on line 177 in internal/db/merge.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/merge.go#L177

Added line #L177 was not covered by tests

Check warning on line 189 in internal/db/merge.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/merge.go#L189

Added line #L189 was not covered by tests

Check warning on line 195 in internal/db/merge.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/db/merge.go#L195

Added line #L195 was not covered by tests