-
Notifications
You must be signed in to change notification settings - Fork 169
release/current #4308
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
release/current #4308
Conversation
…dashboard widgets - chunk 1 (#3533)
# Conflicts: # openbas-front/src/admin/components/agents/PlatformSelector.tsx # openbas-front/src/components/ThemeDark.ts
Co-authored-by: Romuald Lemesle <[email protected]>
#375) Co-authored-by: Romuald Lemesle <[email protected]> Co-authored-by: Camille Roux <[email protected]> Co-authored-by: Yann <[email protected]>
…dashboard widgets - chunk 2 (#3533)
# Conflicts: # openbas-api/src/main/java/io/openbas/rest/asset/endpoint/EndpointApi.java # openbas-api/src/main/java/io/openbas/rest/inject/service/InjectStatusService.java # openbas-api/src/test/java/io/openbas/rest/scenario/ScenarioInjectTestApiTest.java
# Conflicts: # openbas-api/src/test/java/io/openbas/rest/scenario/ScenarioInjectTestApiTest.java
# Conflicts: # openbas-front/src/admin/components/atomic_testings/atomic_testing/TargetResultsDetail.tsx
Signed-off-by: Antoine MAZEAS <[email protected]>
Co-authored-by: GabrielPEZÉ <[email protected]>
Signed-off-by: johanah29 <[email protected]>
… successful (#4186) Signed-off-by: Antoine MAZEAS <[email protected]>
Signed-off-by: Marine LM <[email protected]>
Co-authored-by: Filigran Automation <[email protected]> Co-authored-by: richgboyce <[email protected]> Co-authored-by: EvaE-Filigran <[email protected]> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Eloise Faure <[email protected]>
Signed-off-by: johanah29 <[email protected]> Co-authored-by: savacano28 <[email protected]>
…668) (#4275) Co-authored-by: Gael Leblan <[email protected]>
Signed-off-by: Marine LM <[email protected]> Co-authored-by: Damien Goujard <[email protected]>
Co-authored-by: Yann <[email protected]>
…ts are sent for two different collectors simultaneously — Atomic testing (#4305)
Signed-off-by: Marine LM <[email protected]>
Co-authored-by: Julien Richard <[email protected]> Co-authored-by: Samuel Hassine <[email protected]> Co-authored-by: savacano28 <[email protected]>
| const blob = content instanceof Blob ? content : new Blob([content], { type: finalContentType }); | ||
| const a = document.createElement('a'); | ||
| const url = URL.createObjectURL(blob); | ||
| a.href = url; |
Check warning
Code scanning / CodeQL
DOM text reinterpreted as HTML Medium
DOM text
Copilot Autofix
AI 11 days ago
Copilot could not generate an autofix suggestion
Copilot could not generate an autofix suggestion for this alert. Try pushing a new commit or if the problem persists contact support.
No description provided.