-
Notifications
You must be signed in to change notification settings - Fork 90
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
[backend/frontend] Implement injectExpectations per agent level #2228
base: release/current
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## release/current #2228 +/- ##
=====================================================
+ Coverage 36.28% 37.96% +1.67%
- Complexity 1656 1775 +119
=====================================================
Files 589 591 +2
Lines 18066 18227 +161
Branches 1176 1196 +20
=====================================================
+ Hits 6555 6919 +364
+ Misses 11185 10957 -228
- Partials 326 351 +25 ☔ View full report in Codecov by Sentry. |
a5825c1
to
13d6e1b
Compare
a3a88bc
to
6058db5
Compare
b1b0a5f
to
1beaa19
Compare
openbas-model/src/main/java/io/openbas/database/model/InjectExpectation.java
Show resolved
Hide resolved
openbas-api/src/main/java/io/openbas/service/InjectExpectationService.java
Show resolved
Hide resolved
openbas-api/src/main/java/io/openbas/service/InjectExpectationService.java
Show resolved
Hide resolved
b631477
to
906e825
Compare
906e825
to
b824727
Compare
openbas-api/src/test/java/io/openbas/utils/fixtures/InjectorContractFixture.java
Outdated
Show resolved
Hide resolved
openbas-api/src/main/java/io/openbas/injectors/openbas/OpenBASInjector.java
Show resolved
Hide resolved
openbas-api/src/main/java/io/openbas/rest/expectation/ExpectationApi.java
Outdated
Show resolved
Hide resolved
openbas-api/src/main/java/io/openbas/rest/expectation/ExpectationApi.java
Outdated
Show resolved
Hide resolved
openbas-model/src/main/java/io/openbas/database/model/InjectExpectation.java
Show resolved
Hide resolved
Test :
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Tests OK : expectations expirations, manual, defender detection, asset groups/assets/agents...
Proposed changes
Related issues
Checklist