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

[Backport 2.15] adds new tif source config type - url download #1155

Merged
merged 1 commit into from
Jul 10, 2024

adds new tif source config type - url download (#1142)

3461c5b
Select commit
Loading
Failed to load commit list.
Merged

[Backport 2.15] adds new tif source config type - url download #1155

adds new tif source config type - url download (#1142)
3461c5b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Jul 10, 2024 in 0s

51.82% of diff hit (target 67.31%)

View this Pull Request on Codecov

51.82% of diff hit (target 67.31%)

Annotations

Check warning on line 160 in src/main/java/org/opensearch/securityanalytics/services/STIX2IOCFetchService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/services/STIX2IOCFetchService.java#L160

Added line #L160 was not covered by tests

Check warning on line 262 in src/main/java/org/opensearch/securityanalytics/services/STIX2IOCFetchService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/services/STIX2IOCFetchService.java#L262

Added line #L262 was not covered by tests

Check warning on line 269 in src/main/java/org/opensearch/securityanalytics/services/STIX2IOCFetchService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/services/STIX2IOCFetchService.java#L266-L269

Added lines #L266 - L269 were not covered by tests

Check warning on line 274 in src/main/java/org/opensearch/securityanalytics/services/STIX2IOCFetchService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/services/STIX2IOCFetchService.java#L273-L274

Added lines #L273 - L274 were not covered by tests

Check warning on line 290 in src/main/java/org/opensearch/securityanalytics/services/STIX2IOCFetchService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/services/STIX2IOCFetchService.java#L289-L290

Added lines #L289 - L290 were not covered by tests

Check warning on line 61 in src/main/java/org/opensearch/securityanalytics/threatIntel/common/SourceConfigDtoValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/common/SourceConfigDtoValidator.java#L61

Added line #L61 was not covered by tests

Check warning on line 64 in src/main/java/org/opensearch/securityanalytics/threatIntel/common/SourceConfigDtoValidator.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/common/SourceConfigDtoValidator.java#L64

Added line #L64 was not covered by tests

Check warning on line 33 in src/main/java/org/opensearch/securityanalytics/threatIntel/model/Source.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/model/Source.java#L33

Added line #L33 was not covered by tests

Check warning on line 41 in src/main/java/org/opensearch/securityanalytics/threatIntel/model/UrlDownloadSource.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/model/UrlDownloadSource.java#L37-L41

Added lines #L37 - L41 were not covered by tests

Check warning on line 43 in src/main/java/org/opensearch/securityanalytics/threatIntel/model/UrlDownloadSource.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/model/UrlDownloadSource.java#L43

Added line #L43 was not covered by tests

Check warning on line 51 in src/main/java/org/opensearch/securityanalytics/threatIntel/model/UrlDownloadSource.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/model/UrlDownloadSource.java#L47-L51

Added lines #L47 - L51 were not covered by tests

Check warning on line 55 in src/main/java/org/opensearch/securityanalytics/threatIntel/model/UrlDownloadSource.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/model/UrlDownloadSource.java#L55

Added line #L55 was not covered by tests

Check warning on line 83 in src/main/java/org/opensearch/securityanalytics/threatIntel/model/UrlDownloadSource.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/model/UrlDownloadSource.java#L83

Added line #L83 was not covered by tests

Check warning on line 88 in src/main/java/org/opensearch/securityanalytics/threatIntel/model/UrlDownloadSource.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/model/UrlDownloadSource.java#L88

Added line #L88 was not covered by tests

Check warning on line 56 in src/main/java/org/opensearch/securityanalytics/threatIntel/service/DefaultTifSourceConfigLoaderService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/service/DefaultTifSourceConfigLoaderService.java#L54-L56

Added lines #L54 - L56 were not covered by tests

Check warning on line 69 in src/main/java/org/opensearch/securityanalytics/threatIntel/service/DefaultTifSourceConfigLoaderService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/service/DefaultTifSourceConfigLoaderService.java#L67-L69

Added lines #L67 - L69 were not covered by tests

Check warning on line 95 in src/main/java/org/opensearch/securityanalytics/threatIntel/service/DefaultTifSourceConfigLoaderService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/service/DefaultTifSourceConfigLoaderService.java#L92-L95

Added lines #L92 - L95 were not covered by tests

Check warning on line 105 in src/main/java/org/opensearch/securityanalytics/threatIntel/service/DefaultTifSourceConfigLoaderService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/service/DefaultTifSourceConfigLoaderService.java#L103-L105

Added lines #L103 - L105 were not covered by tests

Check warning on line 111 in src/main/java/org/opensearch/securityanalytics/threatIntel/service/DefaultTifSourceConfigLoaderService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/service/DefaultTifSourceConfigLoaderService.java#L111

Added line #L111 was not covered by tests

Check warning on line 151 in src/main/java/org/opensearch/securityanalytics/threatIntel/service/DefaultTifSourceConfigLoaderService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/service/DefaultTifSourceConfigLoaderService.java#L149-L151

Added lines #L149 - L151 were not covered by tests

Check warning on line 157 in src/main/java/org/opensearch/securityanalytics/threatIntel/service/DefaultTifSourceConfigLoaderService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/service/DefaultTifSourceConfigLoaderService.java#L154-L157

Added lines #L154 - L157 were not covered by tests

Check warning on line 172 in src/main/java/org/opensearch/securityanalytics/threatIntel/service/DefaultTifSourceConfigLoaderService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/service/DefaultTifSourceConfigLoaderService.java#L172

Added line #L172 was not covered by tests

Check warning on line 518 in src/main/java/org/opensearch/securityanalytics/threatIntel/service/SATIFSourceConfigManagementService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/service/SATIFSourceConfigManagementService.java#L516-L518

Added lines #L516 - L518 were not covered by tests

Check warning on line 801 in src/main/java/org/opensearch/securityanalytics/threatIntel/service/SATIFSourceConfigManagementService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/service/SATIFSourceConfigManagementService.java#L781-L801

Added lines #L781 - L801 were not covered by tests

Check warning on line 805 in src/main/java/org/opensearch/securityanalytics/threatIntel/service/SATIFSourceConfigManagementService.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/org/opensearch/securityanalytics/threatIntel/service/SATIFSourceConfigManagementService.java#L805

Added line #L805 was not covered by tests