Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jan 15, 2024

Bumps golang.org/x/net from 0.9.0 to 0.17.0.

Commits
  • b225e7c http2: limit maximum handler goroutines to MaxConcurrentStreams
  • 88194ad go.mod: update golang.org/x dependencies
  • 2b60a61 quic: fix several bugs in flow control accounting
  • 73d82ef quic: handle DATA_BLOCKED frames
  • 5d5a036 quic: handle streams moving from the data queue to the meta queue
  • 350aad2 quic: correctly extend peer's flow control window after MAX_DATA
  • 21814e7 quic: validate connection id transport parameters
  • a600b35 quic: avoid redundant MAX_DATA updates
  • ea63359 http2: check stream body is present on read timeout
  • ddd8598 quic: version negotiation
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
    You can disable automated security fix PRs for this repo from the Security Alerts page.

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0.
- [Commits](golang/net@v0.9.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Jan 15, 2024
@osmontero osmontero merged commit d84969a into main Jan 15, 2024
@osmontero osmontero deleted the dependabot/go_modules/agent-manager/golang.org/x/net-0.17.0 branch January 15, 2024 17:05
jdieguez89 added a commit that referenced this pull request Feb 26, 2024
* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Adding backend xss attack prevention (#285)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* support timeline

* update security policy

* updating security policy

* Updating CSP (#295)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

* Updating Content Security Policy

* Revert "Updating Content Security Policy"

This reverts commit 61f3988c7ffeb07daae4d535f5917ba0346b23ba.

* Updating Content Security Policy

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* Optimizing code and dependencies (#296)

* Removing jhipster files and removing elasticsearch dependencies:
- org.elasticsearch:elasticsearch:7.4.1
- org.elasticsearch.client:elasticsearch-rest-high-level-client:.4.1

* Removing Twilio dependencies and implementation

* Optimizing imports

* Optimizing code and dependencies (296) (#298)

* Bump google.golang.org/grpc from 1.58.0 to 1.58.3 in /log-auth-proxy (#278)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.0...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.9.0 to 0.17.0 in /agent-manager (#280)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.14.0 to 0.17.0 in /agent/agent (#281)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects from 1.15.2 to 1.15.5 in /frontend (#275)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.5)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jinja2 from 3.1.2 to 3.1.3 in /mutate (#276)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pycryptodome from 3.19.0 to 3.19.1 in /mutate (#279)

Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.0 to 3.19.1.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.19.0...v3.19.1)

---
updated-dependencies:
- dependency-name: pycryptodome
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.12.0 to 0.17.0 in /log-auth-proxy (#282)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 in /bdgz (#289)

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go from 1.0.3 to 1.1.0 in /bdgz (#290)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 in /correlation (#291)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.10 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.10...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/google/uuid from 1.4.0 to 1.5.0 in /correlation (#292)

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cloudfoundry/gosigar from 1.3.34 to 1.3.42 in /installer (#293)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.34 to 1.3.42.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.34...v1.3.42)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.12 in /installer (#294)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.9 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.9...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/crypto from 0.11.0 to 0.17.0 in /log-auth-proxy (#299)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/web pdf/change auth token behavior (#319)

* Update authentication method

* delete env variable

* fixed logout observable emission (#314) (#320)

* Removing CSP policy from NGINX until we define XSS treatment in frontend (#322)

* licence key help popup is behind the form (#305) (#321)

* Feature v10.3 add cmpl report scheduling (#318)

* Adding compliance scheduling persistence classes, changesets and services. Also adding the azure filter fix, for some reason wasn't imported to monorepo

* Adding compliance scheduling endpoint resources

* Removing azure filter fix from this branch, will be done in develop

* Feature/10.3/216 user configuration starter (#328)

* Feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* Feature/10.3/216 user configuration step getting starter (#327)

* Feature User Configuration Step in 'Getting Started' (#216)

* Feature User Configuration Step in 'Getting Started' (#216)

* Adding elastic dependency to fix missing components of health service (#330)

* Update README.md

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335) (#347)

* Adding selenium and pdf services to installer (#339)

* Bump github.com/cloudfoundry/gosigar from 1.3.42 to 1.3.43 in /installer (#348)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.42 to 1.3.43.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.42...v1.3.43)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go in /office365 (#297)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* limiting resources

* Feature/frontend/121-schedule report (#351)

* Added compliance schedule report component

* Added compliance schedule report component

* Automatic deploy for agent versions. (#343)

* Automatic deploy for agent versions.

* Create a new agent installer from the UTMStack version

* Bugfix Detail view of an alert crashed when coming from a disconnected datasource (#325) (#326)

* Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0 in /backend (#350)

Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/jayway/JsonPath/releases)
- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
- [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.8.0...json-path-2.9.0)

---
updated-dependencies:
- dependency-name: com.jayway.jsonpath:json-path
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updating security configuration to allow normal user to access management services (#353)

* Bugfix/10.3/324 down datasource shows an empty detail in view and error in console (#336)

* Fixed down datasource shows an empty detail in view and error in console (#324)

* Fixing workflow for autoamtic deploy (#354)

* Updating privafy filter (#358)

* Updating privafy filter, mapping the fields: src_user, dest_user,src_ip, dest_ip, src_port_dest_port, by conditions verified by user

* Changing comment to trigger agent action

* Fixed Property 'TimeFrequency' is protected and only accessible (#352) (#363)

* Bugfix/10.2/333 incorrect linux agent install command (#362)

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Bugfix/10.2/359 unhandled login error (#364)

* Fixed Unhandled login error (#359)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360)

* using node1 always

* cleaning imports

* Updating security config for info endpoint (#373)

* Fix workflow for automatic agent deploy (#377)

* Fix error cannot assign requested address (#375)

* Improvement for the create schedule report compliance component (#376)

* feature Improvement-for-the-create-schedule-report-compliance-component (#369)

* Improvement-for-the-create-schedule-report-compliance-component (#369)

* Update web pdf image generation and actions (#380)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Fixing error in agent deploy workflow (#382)

* Removing empty test class (#381)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Removing empty test

* Fixing rule history filter condition for IRA on dev (#389)

* Handling ssl certificates in chrome with selenium webDrive (#391)

* Fixed integration disconnected alert coming to often (#313) (#394)

* Bugfix/10.3/378 overview dashboard has wrong alert value (#392)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixed 217 Log-explorer-query-crashed-when-type-something (#) (#395)

* Update fixes on dev (#418)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/v10.x/secret management (#419)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Adding incident variables

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Adding frontend to variable management

* hidden secrets in command history, move variables to sidebar menu, decrypt secret in agent manager before sent to the agent

* format code UTMIncidentCommandWebsocket.java

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Incident response trigger select cause modal scroll (#421)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Hiding secrets from command outputs (#423)

* Fixed Auditor crash try to parse (#405) (#422)

* Update CODE_OF_CONDUCT.md

* Replacing secret value (#431)

* Fixed Key-Based Authentication Failure in web-pdf Microservice (#429) (#430)

* creating vlan interface

* Specifying internal ip vlan (#434)

* Changing frontend url

* Changing frontend url, to https

* remove network size

* Adding some comments to trigger dev (#436)

* Update README.md

* Unable login with token query param (#269) (#433)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405) (#414)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#420)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Update CHANGELOG.md to 10.2.2 (#425)

* Unable-to-login-with-token-query-param (#269)

* Unable-to-login-with-token-query-param (#269) (#428)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Adding function to insert variable placeholder in incident reponse automation action (#440)

* Update README.md

* Update README.md

* avoid stop processing routine because of a lock (#444)

* Bugfix/10.2/379 pipelines are showing wrong input and processed values (#443)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibilit…
jdieguez89 added a commit that referenced this pull request Feb 27, 2024
* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Adding backend xss attack prevention (#285)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* support timeline

* update security policy

* updating security policy

* Updating CSP (#295)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

* Updating Content Security Policy

* Revert "Updating Content Security Policy"

This reverts commit 61f3988c7ffeb07daae4d535f5917ba0346b23ba.

* Updating Content Security Policy

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* Optimizing code and dependencies (#296)

* Removing jhipster files and removing elasticsearch dependencies:
- org.elasticsearch:elasticsearch:7.4.1
- org.elasticsearch.client:elasticsearch-rest-high-level-client:.4.1

* Removing Twilio dependencies and implementation

* Optimizing imports

* Optimizing code and dependencies (296) (#298)

* Bump google.golang.org/grpc from 1.58.0 to 1.58.3 in /log-auth-proxy (#278)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.0...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.9.0 to 0.17.0 in /agent-manager (#280)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.14.0 to 0.17.0 in /agent/agent (#281)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects from 1.15.2 to 1.15.5 in /frontend (#275)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.5)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jinja2 from 3.1.2 to 3.1.3 in /mutate (#276)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pycryptodome from 3.19.0 to 3.19.1 in /mutate (#279)

Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.0 to 3.19.1.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.19.0...v3.19.1)

---
updated-dependencies:
- dependency-name: pycryptodome
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.12.0 to 0.17.0 in /log-auth-proxy (#282)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 in /bdgz (#289)

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go from 1.0.3 to 1.1.0 in /bdgz (#290)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 in /correlation (#291)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.10 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.10...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/google/uuid from 1.4.0 to 1.5.0 in /correlation (#292)

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cloudfoundry/gosigar from 1.3.34 to 1.3.42 in /installer (#293)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.34 to 1.3.42.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.34...v1.3.42)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.12 in /installer (#294)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.9 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.9...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/crypto from 0.11.0 to 0.17.0 in /log-auth-proxy (#299)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/web pdf/change auth token behavior (#319)

* Update authentication method

* delete env variable

* fixed logout observable emission (#314) (#320)

* Removing CSP policy from NGINX until we define XSS treatment in frontend (#322)

* licence key help popup is behind the form (#305) (#321)

* Feature v10.3 add cmpl report scheduling (#318)

* Adding compliance scheduling persistence classes, changesets and services. Also adding the azure filter fix, for some reason wasn't imported to monorepo

* Adding compliance scheduling endpoint resources

* Removing azure filter fix from this branch, will be done in develop

* Feature/10.3/216 user configuration starter (#328)

* Feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* Feature/10.3/216 user configuration step getting starter (#327)

* Feature User Configuration Step in 'Getting Started' (#216)

* Feature User Configuration Step in 'Getting Started' (#216)

* Adding elastic dependency to fix missing components of health service (#330)

* Update README.md

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335) (#347)

* Adding selenium and pdf services to installer (#339)

* Bump github.com/cloudfoundry/gosigar from 1.3.42 to 1.3.43 in /installer (#348)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.42 to 1.3.43.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.42...v1.3.43)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go in /office365 (#297)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* limiting resources

* Feature/frontend/121-schedule report (#351)

* Added compliance schedule report component

* Added compliance schedule report component

* Automatic deploy for agent versions. (#343)

* Automatic deploy for agent versions.

* Create a new agent installer from the UTMStack version

* Bugfix Detail view of an alert crashed when coming from a disconnected datasource (#325) (#326)

* Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0 in /backend (#350)

Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/jayway/JsonPath/releases)
- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
- [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.8.0...json-path-2.9.0)

---
updated-dependencies:
- dependency-name: com.jayway.jsonpath:json-path
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updating security configuration to allow normal user to access management services (#353)

* Bugfix/10.3/324 down datasource shows an empty detail in view and error in console (#336)

* Fixed down datasource shows an empty detail in view and error in console (#324)

* Fixing workflow for autoamtic deploy (#354)

* Updating privafy filter (#358)

* Updating privafy filter, mapping the fields: src_user, dest_user,src_ip, dest_ip, src_port_dest_port, by conditions verified by user

* Changing comment to trigger agent action

* Fixed Property 'TimeFrequency' is protected and only accessible (#352) (#363)

* Bugfix/10.2/333 incorrect linux agent install command (#362)

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Bugfix/10.2/359 unhandled login error (#364)

* Fixed Unhandled login error (#359)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360)

* using node1 always

* cleaning imports

* Updating security config for info endpoint (#373)

* Fix workflow for automatic agent deploy (#377)

* Fix error cannot assign requested address (#375)

* Improvement for the create schedule report compliance component (#376)

* feature Improvement-for-the-create-schedule-report-compliance-component (#369)

* Improvement-for-the-create-schedule-report-compliance-component (#369)

* Update web pdf image generation and actions (#380)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Fixing error in agent deploy workflow (#382)

* Removing empty test class (#381)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Removing empty test

* Fixing rule history filter condition for IRA on dev (#389)

* Handling ssl certificates in chrome with selenium webDrive (#391)

* Fixed integration disconnected alert coming to often (#313) (#394)

* Bugfix/10.3/378 overview dashboard has wrong alert value (#392)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixed 217 Log-explorer-query-crashed-when-type-something (#) (#395)

* Update fixes on dev (#418)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/v10.x/secret management (#419)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Adding incident variables

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Adding frontend to variable management

* hidden secrets in command history, move variables to sidebar menu, decrypt secret in agent manager before sent to the agent

* format code UTMIncidentCommandWebsocket.java

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Incident response trigger select cause modal scroll (#421)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Hiding secrets from command outputs (#423)

* Fixed Auditor crash try to parse (#405) (#422)

* Update CODE_OF_CONDUCT.md

* Replacing secret value (#431)

* Fixed Key-Based Authentication Failure in web-pdf Microservice (#429) (#430)

* creating vlan interface

* Specifying internal ip vlan (#434)

* Changing frontend url

* Changing frontend url, to https

* remove network size

* Adding some comments to trigger dev (#436)

* Update README.md

* Unable login with token query param (#269) (#433)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405) (#414)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#420)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Update CHANGELOG.md to 10.2.2 (#425)

* Unable-to-login-with-token-query-param (#269)

* Unable-to-login-with-token-query-param (#269) (#428)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Adding function to insert variable placeholder in incident reponse automation action (#440)

* Update README.md

* Update README.md

* avoid stop processing routine because of a lock (#444)

* Bugfix/10.2/379 pipelines are showing wrong input and processed values (#443)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update …
jdieguez89 added a commit that referenced this pull request Feb 28, 2024
* Moving changes from main to RC (#512)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Adding backend xss attack prevention (#285)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* support timeline

* update security policy

* updating security policy

* Updating CSP (#295)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

* Updating Content Security Policy

* Revert "Updating Content Security Policy"

This reverts commit 61f3988c7ffeb07daae4d535f5917ba0346b23ba.

* Updating Content Security Policy

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* Optimizing code and dependencies (#296)

* Removing jhipster files and removing elasticsearch dependencies:
- org.elasticsearch:elasticsearch:7.4.1
- org.elasticsearch.client:elasticsearch-rest-high-level-client:.4.1

* Removing Twilio dependencies and implementation

* Optimizing imports

* Optimizing code and dependencies (296) (#298)

* Bump google.golang.org/grpc from 1.58.0 to 1.58.3 in /log-auth-proxy (#278)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.0...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.9.0 to 0.17.0 in /agent-manager (#280)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.14.0 to 0.17.0 in /agent/agent (#281)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects from 1.15.2 to 1.15.5 in /frontend (#275)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.5)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jinja2 from 3.1.2 to 3.1.3 in /mutate (#276)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pycryptodome from 3.19.0 to 3.19.1 in /mutate (#279)

Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.0 to 3.19.1.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.19.0...v3.19.1)

---
updated-dependencies:
- dependency-name: pycryptodome
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.12.0 to 0.17.0 in /log-auth-proxy (#282)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 in /bdgz (#289)

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go from 1.0.3 to 1.1.0 in /bdgz (#290)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 in /correlation (#291)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.10 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.10...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/google/uuid from 1.4.0 to 1.5.0 in /correlation (#292)

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cloudfoundry/gosigar from 1.3.34 to 1.3.42 in /installer (#293)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.34 to 1.3.42.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.34...v1.3.42)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.12 in /installer (#294)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.9 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.9...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/crypto from 0.11.0 to 0.17.0 in /log-auth-proxy (#299)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/web pdf/change auth token behavior (#319)

* Update authentication method

* delete env variable

* fixed logout observable emission (#314) (#320)

* Removing CSP policy from NGINX until we define XSS treatment in frontend (#322)

* licence key help popup is behind the form (#305) (#321)

* Feature v10.3 add cmpl report scheduling (#318)

* Adding compliance scheduling persistence classes, changesets and services. Also adding the azure filter fix, for some reason wasn't imported to monorepo

* Adding compliance scheduling endpoint resources

* Removing azure filter fix from this branch, will be done in develop

* Feature/10.3/216 user configuration starter (#328)

* Feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* Feature/10.3/216 user configuration step getting starter (#327)

* Feature User Configuration Step in 'Getting Started' (#216)

* Feature User Configuration Step in 'Getting Started' (#216)

* Adding elastic dependency to fix missing components of health service (#330)

* Update README.md

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335) (#347)

* Adding selenium and pdf services to installer (#339)

* Bump github.com/cloudfoundry/gosigar from 1.3.42 to 1.3.43 in /installer (#348)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.42 to 1.3.43.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.42...v1.3.43)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go in /office365 (#297)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* limiting resources

* Feature/frontend/121-schedule report (#351)

* Added compliance schedule report component

* Added compliance schedule report component

* Automatic deploy for agent versions. (#343)

* Automatic deploy for agent versions.

* Create a new agent installer from the UTMStack version

* Bugfix Detail view of an alert crashed when coming from a disconnected datasource (#325) (#326)

* Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0 in /backend (#350)

Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/jayway/JsonPath/releases)
- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
- [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.8.0...json-path-2.9.0)

---
updated-dependencies:
- dependency-name: com.jayway.jsonpath:json-path
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updating security configuration to allow normal user to access management services (#353)

* Bugfix/10.3/324 down datasource shows an empty detail in view and error in console (#336)

* Fixed down datasource shows an empty detail in view and error in console (#324)

* Fixing workflow for autoamtic deploy (#354)

* Updating privafy filter (#358)

* Updating privafy filter, mapping the fields: src_user, dest_user,src_ip, dest_ip, src_port_dest_port, by conditions verified by user

* Changing comment to trigger agent action

* Fixed Property 'TimeFrequency' is protected and only accessible (#352) (#363)

* Bugfix/10.2/333 incorrect linux agent install command (#362)

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Bugfix/10.2/359 unhandled login error (#364)

* Fixed Unhandled login error (#359)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360)

* using node1 always

* cleaning imports

* Updating security config for info endpoint (#373)

* Fix workflow for automatic agent deploy (#377)

* Fix error cannot assign requested address (#375)

* Improvement for the create schedule report compliance component (#376)

* feature Improvement-for-the-create-schedule-report-compliance-component (#369)

* Improvement-for-the-create-schedule-report-compliance-component (#369)

* Update web pdf image generation and actions (#380)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Fixing error in agent deploy workflow (#382)

* Removing empty test class (#381)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Removing empty test

* Fixing rule history filter condition for IRA on dev (#389)

* Handling ssl certificates in chrome with selenium webDrive (#391)

* Fixed integration disconnected alert coming to often (#313) (#394)

* Bugfix/10.3/378 overview dashboard has wrong alert value (#392)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixed 217 Log-explorer-query-crashed-when-type-something (#) (#395)

* Update fixes on dev (#418)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/v10.x/secret management (#419)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Adding incident variables

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Adding frontend to variable management

* hidden secrets in command history, move variables to sidebar menu, decrypt secret in agent manager before sent to the agent

* format code UTMIncidentCommandWebsocket.java

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Incident response trigger select cause modal scroll (#421)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Hiding secrets from command outputs (#423)

* Fixed Auditor crash try to parse (#405) (#422)

* Update CODE_OF_CONDUCT.md

* Replacing secret value (#431)

* Fixed Key-Based Authentication Failure in web-pdf Microservice (#429) (#430)

* creating vlan interface

* Specifying internal ip vlan (#434)

* Changing frontend url

* Changing frontend url, to https

* remove network size

* Adding some comments to trigger dev (#436)

* Update README.md

* Unable login with token query param (#269) (#433)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405) (#414)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#420)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Update CHANGELOG.md to 10.2.2 (#425)

* Unable-to-login-with-token-query-param (#269)

* Unable-to-login-with-token-query-param (#269) (#428)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Adding function to insert variable placeholder in incident reponse automation action (#440)

* Update README.md

* Update README.md

* avoid stop processing routine because of a lock (#444)

* Bugfix/10.2/379 pipelines are showing wrong input and processed values (#443)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MIS…
jdieguez89 added a commit that referenced this pull request Mar 1, 2024
* Moving changes from main to RC (#512)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Adding backend xss attack prevention (#285)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* support timeline

* update security policy

* updating security policy

* Updating CSP (#295)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

* Updating Content Security Policy

* Revert "Updating Content Security Policy"

This reverts commit 61f3988c7ffeb07daae4d535f5917ba0346b23ba.

* Updating Content Security Policy

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* Optimizing code and dependencies (#296)

* Removing jhipster files and removing elasticsearch dependencies:
- org.elasticsearch:elasticsearch:7.4.1
- org.elasticsearch.client:elasticsearch-rest-high-level-client:.4.1

* Removing Twilio dependencies and implementation

* Optimizing imports

* Optimizing code and dependencies (296) (#298)

* Bump google.golang.org/grpc from 1.58.0 to 1.58.3 in /log-auth-proxy (#278)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.0...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.9.0 to 0.17.0 in /agent-manager (#280)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.14.0 to 0.17.0 in /agent/agent (#281)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects from 1.15.2 to 1.15.5 in /frontend (#275)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.5)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jinja2 from 3.1.2 to 3.1.3 in /mutate (#276)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pycryptodome from 3.19.0 to 3.19.1 in /mutate (#279)

Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.0 to 3.19.1.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.19.0...v3.19.1)

---
updated-dependencies:
- dependency-name: pycryptodome
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.12.0 to 0.17.0 in /log-auth-proxy (#282)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 in /bdgz (#289)

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go from 1.0.3 to 1.1.0 in /bdgz (#290)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 in /correlation (#291)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.10 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.10...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/google/uuid from 1.4.0 to 1.5.0 in /correlation (#292)

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cloudfoundry/gosigar from 1.3.34 to 1.3.42 in /installer (#293)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.34 to 1.3.42.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.34...v1.3.42)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.12 in /installer (#294)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.9 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.9...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/crypto from 0.11.0 to 0.17.0 in /log-auth-proxy (#299)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/web pdf/change auth token behavior (#319)

* Update authentication method

* delete env variable

* fixed logout observable emission (#314) (#320)

* Removing CSP policy from NGINX until we define XSS treatment in frontend (#322)

* licence key help popup is behind the form (#305) (#321)

* Feature v10.3 add cmpl report scheduling (#318)

* Adding compliance scheduling persistence classes, changesets and services. Also adding the azure filter fix, for some reason wasn't imported to monorepo

* Adding compliance scheduling endpoint resources

* Removing azure filter fix from this branch, will be done in develop

* Feature/10.3/216 user configuration starter (#328)

* Feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* Feature/10.3/216 user configuration step getting starter (#327)

* Feature User Configuration Step in 'Getting Started' (#216)

* Feature User Configuration Step in 'Getting Started' (#216)

* Adding elastic dependency to fix missing components of health service (#330)

* Update README.md

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335) (#347)

* Adding selenium and pdf services to installer (#339)

* Bump github.com/cloudfoundry/gosigar from 1.3.42 to 1.3.43 in /installer (#348)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.42 to 1.3.43.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.42...v1.3.43)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go in /office365 (#297)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* limiting resources

* Feature/frontend/121-schedule report (#351)

* Added compliance schedule report component

* Added compliance schedule report component

* Automatic deploy for agent versions. (#343)

* Automatic deploy for agent versions.

* Create a new agent installer from the UTMStack version

* Bugfix Detail view of an alert crashed when coming from a disconnected datasource (#325) (#326)

* Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0 in /backend (#350)

Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/jayway/JsonPath/releases)
- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
- [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.8.0...json-path-2.9.0)

---
updated-dependencies:
- dependency-name: com.jayway.jsonpath:json-path
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updating security configuration to allow normal user to access management services (#353)

* Bugfix/10.3/324 down datasource shows an empty detail in view and error in console (#336)

* Fixed down datasource shows an empty detail in view and error in console (#324)

* Fixing workflow for autoamtic deploy (#354)

* Updating privafy filter (#358)

* Updating privafy filter, mapping the fields: src_user, dest_user,src_ip, dest_ip, src_port_dest_port, by conditions verified by user

* Changing comment to trigger agent action

* Fixed Property 'TimeFrequency' is protected and only accessible (#352) (#363)

* Bugfix/10.2/333 incorrect linux agent install command (#362)

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Bugfix/10.2/359 unhandled login error (#364)

* Fixed Unhandled login error (#359)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360)

* using node1 always

* cleaning imports

* Updating security config for info endpoint (#373)

* Fix workflow for automatic agent deploy (#377)

* Fix error cannot assign requested address (#375)

* Improvement for the create schedule report compliance component (#376)

* feature Improvement-for-the-create-schedule-report-compliance-component (#369)

* Improvement-for-the-create-schedule-report-compliance-component (#369)

* Update web pdf image generation and actions (#380)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Fixing error in agent deploy workflow (#382)

* Removing empty test class (#381)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Removing empty test

* Fixing rule history filter condition for IRA on dev (#389)

* Handling ssl certificates in chrome with selenium webDrive (#391)

* Fixed integration disconnected alert coming to often (#313) (#394)

* Bugfix/10.3/378 overview dashboard has wrong alert value (#392)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixed 217 Log-explorer-query-crashed-when-type-something (#) (#395)

* Update fixes on dev (#418)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/v10.x/secret management (#419)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Adding incident variables

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Adding frontend to variable management

* hidden secrets in command history, move variables to sidebar menu, decrypt secret in agent manager before sent to the agent

* format code UTMIncidentCommandWebsocket.java

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Incident response trigger select cause modal scroll (#421)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Hiding secrets from command outputs (#423)

* Fixed Auditor crash try to parse (#405) (#422)

* Update CODE_OF_CONDUCT.md

* Replacing secret value (#431)

* Fixed Key-Based Authentication Failure in web-pdf Microservice (#429) (#430)

* creating vlan interface

* Specifying internal ip vlan (#434)

* Changing frontend url

* Changing frontend url, to https

* remove network size

* Adding some comments to trigger dev (#436)

* Update README.md

* Unable login with token query param (#269) (#433)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405) (#414)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#420)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Update CHANGELOG.md to 10.2.2 (#425)

* Unable-to-login-with-token-query-param (#269)

* Unable-to-login-with-token-query-param (#269) (#428)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Adding function to insert variable placeholder in incident reponse automation action (#440)

* Update README.md

* Update README.md

* avoid stop processing routine because of a lock (#444)

* Bugfix/10.2/379 pipelines are showing wrong input and processed values (#443)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fi…
jdieguez89 added a commit that referenced this pull request Mar 1, 2024
* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Adding backend xss attack prevention (#285)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* support timeline

* update security policy

* updating security policy

* Updating CSP (#295)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

* Updating Content Security Policy

* Revert "Updating Content Security Policy"

This reverts commit 61f3988c7ffeb07daae4d535f5917ba0346b23ba.

* Updating Content Security Policy

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* Optimizing code and dependencies (#296)

* Removing jhipster files and removing elasticsearch dependencies:
- org.elasticsearch:elasticsearch:7.4.1
- org.elasticsearch.client:elasticsearch-rest-high-level-client:.4.1

* Removing Twilio dependencies and implementation

* Optimizing imports

* Optimizing code and dependencies (296) (#298)

* Bump google.golang.org/grpc from 1.58.0 to 1.58.3 in /log-auth-proxy (#278)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.0...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.9.0 to 0.17.0 in /agent-manager (#280)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.14.0 to 0.17.0 in /agent/agent (#281)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects from 1.15.2 to 1.15.5 in /frontend (#275)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.5)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jinja2 from 3.1.2 to 3.1.3 in /mutate (#276)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pycryptodome from 3.19.0 to 3.19.1 in /mutate (#279)

Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.0 to 3.19.1.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.19.0...v3.19.1)

---
updated-dependencies:
- dependency-name: pycryptodome
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.12.0 to 0.17.0 in /log-auth-proxy (#282)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 in /bdgz (#289)

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go from 1.0.3 to 1.1.0 in /bdgz (#290)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 in /correlation (#291)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.10 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.10...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/google/uuid from 1.4.0 to 1.5.0 in /correlation (#292)

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cloudfoundry/gosigar from 1.3.34 to 1.3.42 in /installer (#293)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.34 to 1.3.42.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.34...v1.3.42)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.12 in /installer (#294)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.9 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.9...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/crypto from 0.11.0 to 0.17.0 in /log-auth-proxy (#299)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/web pdf/change auth token behavior (#319)

* Update authentication method

* delete env variable

* fixed logout observable emission (#314) (#320)

* Removing CSP policy from NGINX until we define XSS treatment in frontend (#322)

* licence key help popup is behind the form (#305) (#321)

* Feature v10.3 add cmpl report scheduling (#318)

* Adding compliance scheduling persistence classes, changesets and services. Also adding the azure filter fix, for some reason wasn't imported to monorepo

* Adding compliance scheduling endpoint resources

* Removing azure filter fix from this branch, will be done in develop

* Feature/10.3/216 user configuration starter (#328)

* Feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* Feature/10.3/216 user configuration step getting starter (#327)

* Feature User Configuration Step in 'Getting Started' (#216)

* Feature User Configuration Step in 'Getting Started' (#216)

* Adding elastic dependency to fix missing components of health service (#330)

* Update README.md

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335) (#347)

* Adding selenium and pdf services to installer (#339)

* Bump github.com/cloudfoundry/gosigar from 1.3.42 to 1.3.43 in /installer (#348)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.42 to 1.3.43.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.42...v1.3.43)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go in /office365 (#297)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* limiting resources

* Feature/frontend/121-schedule report (#351)

* Added compliance schedule report component

* Added compliance schedule report component

* Automatic deploy for agent versions. (#343)

* Automatic deploy for agent versions.

* Create a new agent installer from the UTMStack version

* Bugfix Detail view of an alert crashed when coming from a disconnected datasource (#325) (#326)

* Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0 in /backend (#350)

Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/jayway/JsonPath/releases)
- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
- [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.8.0...json-path-2.9.0)

---
updated-dependencies:
- dependency-name: com.jayway.jsonpath:json-path
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updating security configuration to allow normal user to access management services (#353)

* Bugfix/10.3/324 down datasource shows an empty detail in view and error in console (#336)

* Fixed down datasource shows an empty detail in view and error in console (#324)

* Fixing workflow for autoamtic deploy (#354)

* Updating privafy filter (#358)

* Updating privafy filter, mapping the fields: src_user, dest_user,src_ip, dest_ip, src_port_dest_port, by conditions verified by user

* Changing comment to trigger agent action

* Fixed Property 'TimeFrequency' is protected and only accessible (#352) (#363)

* Bugfix/10.2/333 incorrect linux agent install command (#362)

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Bugfix/10.2/359 unhandled login error (#364)

* Fixed Unhandled login error (#359)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360)

* using node1 always

* cleaning imports

* Updating security config for info endpoint (#373)

* Fix workflow for automatic agent deploy (#377)

* Fix error cannot assign requested address (#375)

* Improvement for the create schedule report compliance component (#376)

* feature Improvement-for-the-create-schedule-report-compliance-component (#369)

* Improvement-for-the-create-schedule-report-compliance-component (#369)

* Update web pdf image generation and actions (#380)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Fixing error in agent deploy workflow (#382)

* Removing empty test class (#381)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Removing empty test

* Fixing rule history filter condition for IRA on dev (#389)

* Handling ssl certificates in chrome with selenium webDrive (#391)

* Fixed integration disconnected alert coming to often (#313) (#394)

* Bugfix/10.3/378 overview dashboard has wrong alert value (#392)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixed 217 Log-explorer-query-crashed-when-type-something (#) (#395)

* Update fixes on dev (#418)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/v10.x/secret management (#419)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Adding incident variables

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Adding frontend to variable management

* hidden secrets in command history, move variables to sidebar menu, decrypt secret in agent manager before sent to the agent

* format code UTMIncidentCommandWebsocket.java

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Incident response trigger select cause modal scroll (#421)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Hiding secrets from command outputs (#423)

* Fixed Auditor crash try to parse (#405) (#422)

* Update CODE_OF_CONDUCT.md

* Replacing secret value (#431)

* Fixed Key-Based Authentication Failure in web-pdf Microservice (#429) (#430)

* creating vlan interface

* Specifying internal ip vlan (#434)

* Changing frontend url

* Changing frontend url, to https

* remove network size

* Adding some comments to trigger dev (#436)

* Update README.md

* Unable login with token query param (#269) (#433)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405) (#414)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#420)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Update CHANGELOG.md to 10.2.2 (#425)

* Unable-to-login-with-token-query-param (#269)

* Unable-to-login-with-token-query-param (#269) (#428)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Adding function to insert variable placeholder in incident reponse automation action (#440)

* Update README.md

* Update README.md

* avoid stop processing routine because of a lock (#444)

* Bugfix/10.2/379 pipelines are showing wrong input and processed values (#443)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update a…
jdieguez89 added a commit that referenced this pull request Mar 4, 2024
* Updating RC with last changes (#529)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Adding backend xss attack prevention (#285)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* support timeline

* update security policy

* updating security policy

* Updating CSP (#295)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

* Updating Content Security Policy

* Revert "Updating Content Security Policy"

This reverts commit 61f3988c7ffeb07daae4d535f5917ba0346b23ba.

* Updating Content Security Policy

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* Optimizing code and dependencies (#296)

* Removing jhipster files and removing elasticsearch dependencies:
- org.elasticsearch:elasticsearch:7.4.1
- org.elasticsearch.client:elasticsearch-rest-high-level-client:.4.1

* Removing Twilio dependencies and implementation

* Optimizing imports

* Optimizing code and dependencies (296) (#298)

* Bump google.golang.org/grpc from 1.58.0 to 1.58.3 in /log-auth-proxy (#278)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.0...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.9.0 to 0.17.0 in /agent-manager (#280)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.14.0 to 0.17.0 in /agent/agent (#281)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects from 1.15.2 to 1.15.5 in /frontend (#275)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.5)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jinja2 from 3.1.2 to 3.1.3 in /mutate (#276)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pycryptodome from 3.19.0 to 3.19.1 in /mutate (#279)

Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.0 to 3.19.1.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.19.0...v3.19.1)

---
updated-dependencies:
- dependency-name: pycryptodome
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.12.0 to 0.17.0 in /log-auth-proxy (#282)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 in /bdgz (#289)

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go from 1.0.3 to 1.1.0 in /bdgz (#290)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 in /correlation (#291)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.10 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.10...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/google/uuid from 1.4.0 to 1.5.0 in /correlation (#292)

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cloudfoundry/gosigar from 1.3.34 to 1.3.42 in /installer (#293)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.34 to 1.3.42.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.34...v1.3.42)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.12 in /installer (#294)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.9 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.9...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/crypto from 0.11.0 to 0.17.0 in /log-auth-proxy (#299)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/web pdf/change auth token behavior (#319)

* Update authentication method

* delete env variable

* fixed logout observable emission (#314) (#320)

* Removing CSP policy from NGINX until we define XSS treatment in frontend (#322)

* licence key help popup is behind the form (#305) (#321)

* Feature v10.3 add cmpl report scheduling (#318)

* Adding compliance scheduling persistence classes, changesets and services. Also adding the azure filter fix, for some reason wasn't imported to monorepo

* Adding compliance scheduling endpoint resources

* Removing azure filter fix from this branch, will be done in develop

* Feature/10.3/216 user configuration starter (#328)

* Feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* Feature/10.3/216 user configuration step getting starter (#327)

* Feature User Configuration Step in 'Getting Started' (#216)

* Feature User Configuration Step in 'Getting Started' (#216)

* Adding elastic dependency to fix missing components of health service (#330)

* Update README.md

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335) (#347)

* Adding selenium and pdf services to installer (#339)

* Bump github.com/cloudfoundry/gosigar from 1.3.42 to 1.3.43 in /installer (#348)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.42 to 1.3.43.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.42...v1.3.43)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go in /office365 (#297)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* limiting resources

* Feature/frontend/121-schedule report (#351)

* Added compliance schedule report component

* Added compliance schedule report component

* Automatic deploy for agent versions. (#343)

* Automatic deploy for agent versions.

* Create a new agent installer from the UTMStack version

* Bugfix Detail view of an alert crashed when coming from a disconnected datasource (#325) (#326)

* Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0 in /backend (#350)

Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/jayway/JsonPath/releases)
- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
- [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.8.0...json-path-2.9.0)

---
updated-dependencies:
- dependency-name: com.jayway.jsonpath:json-path
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updating security configuration to allow normal user to access management services (#353)

* Bugfix/10.3/324 down datasource shows an empty detail in view and error in console (#336)

* Fixed down datasource shows an empty detail in view and error in console (#324)

* Fixing workflow for autoamtic deploy (#354)

* Updating privafy filter (#358)

* Updating privafy filter, mapping the fields: src_user, dest_user,src_ip, dest_ip, src_port_dest_port, by conditions verified by user

* Changing comment to trigger agent action

* Fixed Property 'TimeFrequency' is protected and only accessible (#352) (#363)

* Bugfix/10.2/333 incorrect linux agent install command (#362)

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Bugfix/10.2/359 unhandled login error (#364)

* Fixed Unhandled login error (#359)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360)

* using node1 always

* cleaning imports

* Updating security config for info endpoint (#373)

* Fix workflow for automatic agent deploy (#377)

* Fix error cannot assign requested address (#375)

* Improvement for the create schedule report compliance component (#376)

* feature Improvement-for-the-create-schedule-report-compliance-component (#369)

* Improvement-for-the-create-schedule-report-compliance-component (#369)

* Update web pdf image generation and actions (#380)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Fixing error in agent deploy workflow (#382)

* Removing empty test class (#381)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Removing empty test

* Fixing rule history filter condition for IRA on dev (#389)

* Handling ssl certificates in chrome with selenium webDrive (#391)

* Fixed integration disconnected alert coming to often (#313) (#394)

* Bugfix/10.3/378 overview dashboard has wrong alert value (#392)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixed 217 Log-explorer-query-crashed-when-type-something (#) (#395)

* Update fixes on dev (#418)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/v10.x/secret management (#419)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Adding incident variables

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Adding frontend to variable management

* hidden secrets in command history, move variables to sidebar menu, decrypt secret in agent manager before sent to the agent

* format code UTMIncidentCommandWebsocket.java

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Incident response trigger select cause modal scroll (#421)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Hiding secrets from command outputs (#423)

* Fixed Auditor crash try to parse (#405) (#422)

* Update CODE_OF_CONDUCT.md

* Replacing secret value (#431)

* Fixed Key-Based Authentication Failure in web-pdf Microservice (#429) (#430)

* creating vlan interface

* Specifying internal ip vlan (#434)

* Changing frontend url

* Changing frontend url, to https

* remove network size

* Adding some comments to trigger dev (#436)

* Update README.md

* Unable login with token query param (#269) (#433)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405) (#414)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#420)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Update CHANGELOG.md to 10.2.2 (#425)

* Unable-to-login-with-token-query-param (#269)

* Unable-to-login-with-token-query-param (#269) (#428)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Adding function to insert variable placeholder in incident reponse automation action (#440)

* Update README.md

* Update README.md

* avoid stop processing routine because of a lock (#444)

* Bugfix/10.2/379 pipelines are showing wrong input and processed values (#443)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix…
jdieguez89 added a commit that referenced this pull request Mar 4, 2024
* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Adding backend xss attack prevention (#285)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* support timeline

* update security policy

* updating security policy

* Updating CSP (#295)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

* Updating Content Security Policy

* Revert "Updating Content Security Policy"

This reverts commit 61f3988c7ffeb07daae4d535f5917ba0346b23ba.

* Updating Content Security Policy

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* Optimizing code and dependencies (#296)

* Removing jhipster files and removing elasticsearch dependencies:
- org.elasticsearch:elasticsearch:7.4.1
- org.elasticsearch.client:elasticsearch-rest-high-level-client:.4.1

* Removing Twilio dependencies and implementation

* Optimizing imports

* Optimizing code and dependencies (296) (#298)

* Bump google.golang.org/grpc from 1.58.0 to 1.58.3 in /log-auth-proxy (#278)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.0...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.9.0 to 0.17.0 in /agent-manager (#280)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.14.0 to 0.17.0 in /agent/agent (#281)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects from 1.15.2 to 1.15.5 in /frontend (#275)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.5)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jinja2 from 3.1.2 to 3.1.3 in /mutate (#276)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pycryptodome from 3.19.0 to 3.19.1 in /mutate (#279)

Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.0 to 3.19.1.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.19.0...v3.19.1)

---
updated-dependencies:
- dependency-name: pycryptodome
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.12.0 to 0.17.0 in /log-auth-proxy (#282)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 in /bdgz (#289)

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go from 1.0.3 to 1.1.0 in /bdgz (#290)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 in /correlation (#291)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.10 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.10...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/google/uuid from 1.4.0 to 1.5.0 in /correlation (#292)

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cloudfoundry/gosigar from 1.3.34 to 1.3.42 in /installer (#293)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.34 to 1.3.42.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.34...v1.3.42)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.12 in /installer (#294)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.9 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.9...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/crypto from 0.11.0 to 0.17.0 in /log-auth-proxy (#299)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/web pdf/change auth token behavior (#319)

* Update authentication method

* delete env variable

* fixed logout observable emission (#314) (#320)

* Removing CSP policy from NGINX until we define XSS treatment in frontend (#322)

* licence key help popup is behind the form (#305) (#321)

* Feature v10.3 add cmpl report scheduling (#318)

* Adding compliance scheduling persistence classes, changesets and services. Also adding the azure filter fix, for some reason wasn't imported to monorepo

* Adding compliance scheduling endpoint resources

* Removing azure filter fix from this branch, will be done in develop

* Feature/10.3/216 user configuration starter (#328)

* Feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* Feature/10.3/216 user configuration step getting starter (#327)

* Feature User Configuration Step in 'Getting Started' (#216)

* Feature User Configuration Step in 'Getting Started' (#216)

* Adding elastic dependency to fix missing components of health service (#330)

* Update README.md

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335) (#347)

* Adding selenium and pdf services to installer (#339)

* Bump github.com/cloudfoundry/gosigar from 1.3.42 to 1.3.43 in /installer (#348)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.42 to 1.3.43.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.42...v1.3.43)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go in /office365 (#297)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* limiting resources

* Feature/frontend/121-schedule report (#351)

* Added compliance schedule report component

* Added compliance schedule report component

* Automatic deploy for agent versions. (#343)

* Automatic deploy for agent versions.

* Create a new agent installer from the UTMStack version

* Bugfix Detail view of an alert crashed when coming from a disconnected datasource (#325) (#326)

* Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0 in /backend (#350)

Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/jayway/JsonPath/releases)
- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
- [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.8.0...json-path-2.9.0)

---
updated-dependencies:
- dependency-name: com.jayway.jsonpath:json-path
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updating security configuration to allow normal user to access management services (#353)

* Bugfix/10.3/324 down datasource shows an empty detail in view and error in console (#336)

* Fixed down datasource shows an empty detail in view and error in console (#324)

* Fixing workflow for autoamtic deploy (#354)

* Updating privafy filter (#358)

* Updating privafy filter, mapping the fields: src_user, dest_user,src_ip, dest_ip, src_port_dest_port, by conditions verified by user

* Changing comment to trigger agent action

* Fixed Property 'TimeFrequency' is protected and only accessible (#352) (#363)

* Bugfix/10.2/333 incorrect linux agent install command (#362)

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Bugfix/10.2/359 unhandled login error (#364)

* Fixed Unhandled login error (#359)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360)

* using node1 always

* cleaning imports

* Updating security config for info endpoint (#373)

* Fix workflow for automatic agent deploy (#377)

* Fix error cannot assign requested address (#375)

* Improvement for the create schedule report compliance component (#376)

* feature Improvement-for-the-create-schedule-report-compliance-component (#369)

* Improvement-for-the-create-schedule-report-compliance-component (#369)

* Update web pdf image generation and actions (#380)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Fixing error in agent deploy workflow (#382)

* Removing empty test class (#381)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Removing empty test

* Fixing rule history filter condition for IRA on dev (#389)

* Handling ssl certificates in chrome with selenium webDrive (#391)

* Fixed integration disconnected alert coming to often (#313) (#394)

* Bugfix/10.3/378 overview dashboard has wrong alert value (#392)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixed 217 Log-explorer-query-crashed-when-type-something (#) (#395)

* Update fixes on dev (#418)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/v10.x/secret management (#419)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Adding incident variables

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Adding frontend to variable management

* hidden secrets in command history, move variables to sidebar menu, decrypt secret in agent manager before sent to the agent

* format code UTMIncidentCommandWebsocket.java

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Incident response trigger select cause modal scroll (#421)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Hiding secrets from command outputs (#423)

* Fixed Auditor crash try to parse (#405) (#422)

* Update CODE_OF_CONDUCT.md

* Replacing secret value (#431)

* Fixed Key-Based Authentication Failure in web-pdf Microservice (#429) (#430)

* creating vlan interface

* Specifying internal ip vlan (#434)

* Changing frontend url

* Changing frontend url, to https

* remove network size

* Adding some comments to trigger dev (#436)

* Update README.md

* Unable login with token query param (#269) (#433)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405) (#414)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#420)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Update CHANGELOG.md to 10.2.2 (#425)

* Unable-to-login-with-token-query-param (#269)

* Unable-to-login-with-token-query-param (#269) (#428)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Adding function to insert variable placeholder in incident reponse automation action (#440)

* Update README.md

* Update README.md

* avoid stop processing routine because of a lock (#444)

* Bugfix/10.2/379 pipelines are showing wrong input and processed values (#443)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Upd…
osmontero added a commit that referenced this pull request Mar 7, 2024
* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Adding backend xss attack prevention (#285)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* support timeline

* update security policy

* updating security policy

* Updating CSP (#295)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

* Updating Content Security Policy

* Revert "Updating Content Security Policy"

This reverts commit 61f3988c7ffeb07daae4d535f5917ba0346b23ba.

* Updating Content Security Policy

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* Optimizing code and dependencies (#296)

* Removing jhipster files and removing elasticsearch dependencies:
- org.elasticsearch:elasticsearch:7.4.1
- org.elasticsearch.client:elasticsearch-rest-high-level-client:.4.1

* Removing Twilio dependencies and implementation

* Optimizing imports

* Optimizing code and dependencies (296) (#298)

* Bump google.golang.org/grpc from 1.58.0 to 1.58.3 in /log-auth-proxy (#278)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.0...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.9.0 to 0.17.0 in /agent-manager (#280)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.14.0 to 0.17.0 in /agent/agent (#281)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects from 1.15.2 to 1.15.5 in /frontend (#275)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.5)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jinja2 from 3.1.2 to 3.1.3 in /mutate (#276)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pycryptodome from 3.19.0 to 3.19.1 in /mutate (#279)

Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.0 to 3.19.1.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.19.0...v3.19.1)

---
updated-dependencies:
- dependency-name: pycryptodome
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.12.0 to 0.17.0 in /log-auth-proxy (#282)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 in /bdgz (#289)

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go from 1.0.3 to 1.1.0 in /bdgz (#290)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 in /correlation (#291)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.10 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.10...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/google/uuid from 1.4.0 to 1.5.0 in /correlation (#292)

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cloudfoundry/gosigar from 1.3.34 to 1.3.42 in /installer (#293)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.34 to 1.3.42.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.34...v1.3.42)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.12 in /installer (#294)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.9 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.9...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/crypto from 0.11.0 to 0.17.0 in /log-auth-proxy (#299)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/web pdf/change auth token behavior (#319)

* Update authentication method

* delete env variable

* fixed logout observable emission (#314) (#320)

* Removing CSP policy from NGINX until we define XSS treatment in frontend (#322)

* licence key help popup is behind the form (#305) (#321)

* Feature v10.3 add cmpl report scheduling (#318)

* Adding compliance scheduling persistence classes, changesets and services. Also adding the azure filter fix, for some reason wasn't imported to monorepo

* Adding compliance scheduling endpoint resources

* Removing azure filter fix from this branch, will be done in develop

* Feature/10.3/216 user configuration starter (#328)

* Feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* Feature/10.3/216 user configuration step getting starter (#327)

* Feature User Configuration Step in 'Getting Started' (#216)

* Feature User Configuration Step in 'Getting Started' (#216)

* Adding elastic dependency to fix missing components of health service (#330)

* Update README.md

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335) (#347)

* Adding selenium and pdf services to installer (#339)

* Bump github.com/cloudfoundry/gosigar from 1.3.42 to 1.3.43 in /installer (#348)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.42 to 1.3.43.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.42...v1.3.43)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go in /office365 (#297)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* limiting resources

* Feature/frontend/121-schedule report (#351)

* Added compliance schedule report component

* Added compliance schedule report component

* Automatic deploy for agent versions. (#343)

* Automatic deploy for agent versions.

* Create a new agent installer from the UTMStack version

* Bugfix Detail view of an alert crashed when coming from a disconnected datasource (#325) (#326)

* Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0 in /backend (#350)

Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/jayway/JsonPath/releases)
- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
- [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.8.0...json-path-2.9.0)

---
updated-dependencies:
- dependency-name: com.jayway.jsonpath:json-path
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updating security configuration to allow normal user to access management services (#353)

* Bugfix/10.3/324 down datasource shows an empty detail in view and error in console (#336)

* Fixed down datasource shows an empty detail in view and error in console (#324)

* Fixing workflow for autoamtic deploy (#354)

* Updating privafy filter (#358)

* Updating privafy filter, mapping the fields: src_user, dest_user,src_ip, dest_ip, src_port_dest_port, by conditions verified by user

* Changing comment to trigger agent action

* Fixed Property 'TimeFrequency' is protected and only accessible (#352) (#363)

* Bugfix/10.2/333 incorrect linux agent install command (#362)

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Bugfix/10.2/359 unhandled login error (#364)

* Fixed Unhandled login error (#359)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360)

* using node1 always

* cleaning imports

* Updating security config for info endpoint (#373)

* Fix workflow for automatic agent deploy (#377)

* Fix error cannot assign requested address (#375)

* Improvement for the create schedule report compliance component (#376)

* feature Improvement-for-the-create-schedule-report-compliance-component (#369)

* Improvement-for-the-create-schedule-report-compliance-component (#369)

* Update web pdf image generation and actions (#380)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Fixing error in agent deploy workflow (#382)

* Removing empty test class (#381)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Removing empty test

* Fixing rule history filter condition for IRA on dev (#389)

* Handling ssl certificates in chrome with selenium webDrive (#391)

* Fixed integration disconnected alert coming to often (#313) (#394)

* Bugfix/10.3/378 overview dashboard has wrong alert value (#392)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixed 217 Log-explorer-query-crashed-when-type-something (#) (#395)

* Update fixes on dev (#418)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/v10.x/secret management (#419)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Adding incident variables

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Adding frontend to variable management

* hidden secrets in command history, move variables to sidebar menu, decrypt secret in agent manager before sent to the agent

* format code UTMIncidentCommandWebsocket.java

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Incident response trigger select cause modal scroll (#421)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Hiding secrets from command outputs (#423)

* Fixed Auditor crash try to parse (#405) (#422)

* Update CODE_OF_CONDUCT.md

* Replacing secret value (#431)

* Fixed Key-Based Authentication Failure in web-pdf Microservice (#429) (#430)

* creating vlan interface

* Specifying internal ip vlan (#434)

* Changing frontend url

* Changing frontend url, to https

* remove network size

* Adding some comments to trigger dev (#436)

* Update README.md

* Unable login with token query param (#269) (#433)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405) (#414)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#420)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Update CHANGELOG.md to 10.2.2 (#425)

* Unable-to-login-with-token-query-param (#269)

* Unable-to-login-with-token-query-param (#269) (#428)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Adding function to insert variable placeholder in incident reponse automation action (#440)

* Update README.md

* Update README.md

* avoid stop processing routine because of a lock (#444)

* Bugfix/10.2/379 pipelines are showing wrong input and processed values (#443)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility…
dayat81 pushed a commit to dayat81/utmstack that referenced this pull request Aug 9, 2025
…k#280)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0.
- [Commits](golang/net@v0.9.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
dayat81 pushed a commit to dayat81/utmstack that referenced this pull request Aug 9, 2025
* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Adding backend xss attack prevention (#285)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* support timeline

* update security policy

* updating security policy

* Updating CSP (#295)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

* Updating Content Security Policy

* Revert "Updating Content Security Policy"

This reverts commit 61f3988c7ffeb07daae4d535f5917ba0346b23ba.

* Updating Content Security Policy

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* Optimizing code and dependencies (#296)

* Removing jhipster files and removing elasticsearch dependencies:
- org.elasticsearch:elasticsearch:7.4.1
- org.elasticsearch.client:elasticsearch-rest-high-level-client:.4.1

* Removing Twilio dependencies and implementation

* Optimizing imports

* Optimizing code and dependencies (296) (#298)

* Bump google.golang.org/grpc from 1.58.0 to 1.58.3 in /log-auth-proxy (#278)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.0...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.9.0 to 0.17.0 in /agent-manager (#280)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.14.0 to 0.17.0 in /agent/agent (#281)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects from 1.15.2 to 1.15.5 in /frontend (#275)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.5)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jinja2 from 3.1.2 to 3.1.3 in /mutate (#276)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pycryptodome from 3.19.0 to 3.19.1 in /mutate (#279)

Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.0 to 3.19.1.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.19.0...v3.19.1)

---
updated-dependencies:
- dependency-name: pycryptodome
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.12.0 to 0.17.0 in /log-auth-proxy (#282)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 in /bdgz (#289)

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go from 1.0.3 to 1.1.0 in /bdgz (#290)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 in /correlation (#291)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.10 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.10...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/google/uuid from 1.4.0 to 1.5.0 in /correlation (#292)

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cloudfoundry/gosigar from 1.3.34 to 1.3.42 in /installer (#293)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.34 to 1.3.42.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.34...v1.3.42)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.12 in /installer (#294)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.9 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.9...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/crypto from 0.11.0 to 0.17.0 in /log-auth-proxy (#299)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/web pdf/change auth token behavior (#319)

* Update authentication method

* delete env variable

* fixed logout observable emission (#314) (#320)

* Removing CSP policy from NGINX until we define XSS treatment in frontend (#322)

* licence key help popup is behind the form (#305) (#321)

* Feature v10.3 add cmpl report scheduling (#318)

* Adding compliance scheduling persistence classes, changesets and services. Also adding the azure filter fix, for some reason wasn't imported to monorepo

* Adding compliance scheduling endpoint resources

* Removing azure filter fix from this branch, will be done in develop

* Feature/10.3/216 user configuration starter (#328)

* Feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* Feature/10.3/216 user configuration step getting starter (#327)

* Feature User Configuration Step in 'Getting Started' (#216)

* Feature User Configuration Step in 'Getting Started' (#216)

* Adding elastic dependency to fix missing components of health service (#330)

* Update README.md

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335) (#347)

* Adding selenium and pdf services to installer (#339)

* Bump github.com/cloudfoundry/gosigar from 1.3.42 to 1.3.43 in /installer (#348)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.42 to 1.3.43.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.42...v1.3.43)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go in /office365 (#297)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* limiting resources

* Feature/frontend/121-schedule report (#351)

* Added compliance schedule report component

* Added compliance schedule report component

* Automatic deploy for agent versions. (#343)

* Automatic deploy for agent versions.

* Create a new agent installer from the UTMStack version

* Bugfix Detail view of an alert crashed when coming from a disconnected datasource (#325) (#326)

* Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0 in /backend (#350)

Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/jayway/JsonPath/releases)
- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
- [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.8.0...json-path-2.9.0)

---
updated-dependencies:
- dependency-name: com.jayway.jsonpath:json-path
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updating security configuration to allow normal user to access management services (#353)

* Bugfix/10.3/324 down datasource shows an empty detail in view and error in console (#336)

* Fixed down datasource shows an empty detail in view and error in console (#324)

* Fixing workflow for autoamtic deploy (#354)

* Updating privafy filter (#358)

* Updating privafy filter, mapping the fields: src_user, dest_user,src_ip, dest_ip, src_port_dest_port, by conditions verified by user

* Changing comment to trigger agent action

* Fixed Property 'TimeFrequency' is protected and only accessible (#352) (#363)

* Bugfix/10.2/333 incorrect linux agent install command (#362)

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Bugfix/10.2/359 unhandled login error (#364)

* Fixed Unhandled login error (#359)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360)

* using node1 always

* cleaning imports

* Updating security config for info endpoint (#373)

* Fix workflow for automatic agent deploy (#377)

* Fix error cannot assign requested address (#375)

* Improvement for the create schedule report compliance component (#376)

* feature Improvement-for-the-create-schedule-report-compliance-component (#369)

* Improvement-for-the-create-schedule-report-compliance-component (#369)

* Update web pdf image generation and actions (#380)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Fixing error in agent deploy workflow (#382)

* Removing empty test class (#381)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Removing empty test

* Fixing rule history filter condition for IRA on dev (#389)

* Handling ssl certificates in chrome with selenium webDrive (#391)

* Fixed integration disconnected alert coming to often (#313) (#394)

* Bugfix/10.3/378 overview dashboard has wrong alert value (#392)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixed 217 Log-explorer-query-crashed-when-type-something (#) (#395)

* Update fixes on dev (#418)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/v10.x/secret management (#419)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Adding incident variables

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Adding frontend to variable management

* hidden secrets in command history, move variables to sidebar menu, decrypt secret in agent manager before sent to the agent

* format code UTMIncidentCommandWebsocket.java

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Incident response trigger select cause modal scroll (#421)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Hiding secrets from command outputs (#423)

* Fixed Auditor crash try to parse (#405) (#422)

* Update CODE_OF_CONDUCT.md

* Replacing secret value (#431)

* Fixed Key-Based Authentication Failure in web-pdf Microservice (#429) (#430)

* creating vlan interface

* Specifying internal ip vlan (#434)

* Changing frontend url

* Changing frontend url, to https

* remove network size

* Adding some comments to trigger dev (#436)

* Update README.md

* Unable login with token query param (#269) (#433)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405) (#414)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#420)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Update CHANGELOG.md to 10.2.2 (#425)

* Unable-to-login-with-token-query-param (#269)

* Unable-to-login-with-token-query-param (#269) (#428)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Adding function to insert variable placeholder in incident reponse automation action (#440)

* Update README.md

* Update README.md

* avoid stop processing routine because of a lock (#444)

* Bugfix/10.2/379 pipelines are showing wrong input and processed values (#443)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibilit…
dayat81 pushed a commit to dayat81/utmstack that referenced this pull request Aug 9, 2025
* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Adding backend xss attack prevention (#285)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* support timeline

* update security policy

* updating security policy

* Updating CSP (#295)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

* Updating Content Security Policy

* Revert "Updating Content Security Policy"

This reverts commit 61f3988c7ffeb07daae4d535f5917ba0346b23ba.

* Updating Content Security Policy

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* Optimizing code and dependencies (#296)

* Removing jhipster files and removing elasticsearch dependencies:
- org.elasticsearch:elasticsearch:7.4.1
- org.elasticsearch.client:elasticsearch-rest-high-level-client:.4.1

* Removing Twilio dependencies and implementation

* Optimizing imports

* Optimizing code and dependencies (296) (#298)

* Bump google.golang.org/grpc from 1.58.0 to 1.58.3 in /log-auth-proxy (#278)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.0...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.9.0 to 0.17.0 in /agent-manager (#280)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.14.0 to 0.17.0 in /agent/agent (#281)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects from 1.15.2 to 1.15.5 in /frontend (#275)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.5)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jinja2 from 3.1.2 to 3.1.3 in /mutate (#276)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pycryptodome from 3.19.0 to 3.19.1 in /mutate (#279)

Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.0 to 3.19.1.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.19.0...v3.19.1)

---
updated-dependencies:
- dependency-name: pycryptodome
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.12.0 to 0.17.0 in /log-auth-proxy (#282)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 in /bdgz (#289)

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go from 1.0.3 to 1.1.0 in /bdgz (#290)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 in /correlation (#291)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.10 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.10...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/google/uuid from 1.4.0 to 1.5.0 in /correlation (#292)

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cloudfoundry/gosigar from 1.3.34 to 1.3.42 in /installer (#293)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.34 to 1.3.42.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.34...v1.3.42)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.12 in /installer (#294)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.9 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.9...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/crypto from 0.11.0 to 0.17.0 in /log-auth-proxy (#299)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/web pdf/change auth token behavior (#319)

* Update authentication method

* delete env variable

* fixed logout observable emission (#314) (#320)

* Removing CSP policy from NGINX until we define XSS treatment in frontend (#322)

* licence key help popup is behind the form (#305) (#321)

* Feature v10.3 add cmpl report scheduling (#318)

* Adding compliance scheduling persistence classes, changesets and services. Also adding the azure filter fix, for some reason wasn't imported to monorepo

* Adding compliance scheduling endpoint resources

* Removing azure filter fix from this branch, will be done in develop

* Feature/10.3/216 user configuration starter (#328)

* Feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* Feature/10.3/216 user configuration step getting starter (#327)

* Feature User Configuration Step in 'Getting Started' (#216)

* Feature User Configuration Step in 'Getting Started' (#216)

* Adding elastic dependency to fix missing components of health service (#330)

* Update README.md

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335) (#347)

* Adding selenium and pdf services to installer (#339)

* Bump github.com/cloudfoundry/gosigar from 1.3.42 to 1.3.43 in /installer (#348)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.42 to 1.3.43.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.42...v1.3.43)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go in /office365 (#297)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* limiting resources

* Feature/frontend/121-schedule report (#351)

* Added compliance schedule report component

* Added compliance schedule report component

* Automatic deploy for agent versions. (#343)

* Automatic deploy for agent versions.

* Create a new agent installer from the UTMStack version

* Bugfix Detail view of an alert crashed when coming from a disconnected datasource (#325) (#326)

* Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0 in /backend (#350)

Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/jayway/JsonPath/releases)
- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
- [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.8.0...json-path-2.9.0)

---
updated-dependencies:
- dependency-name: com.jayway.jsonpath:json-path
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updating security configuration to allow normal user to access management services (#353)

* Bugfix/10.3/324 down datasource shows an empty detail in view and error in console (#336)

* Fixed down datasource shows an empty detail in view and error in console (#324)

* Fixing workflow for autoamtic deploy (#354)

* Updating privafy filter (#358)

* Updating privafy filter, mapping the fields: src_user, dest_user,src_ip, dest_ip, src_port_dest_port, by conditions verified by user

* Changing comment to trigger agent action

* Fixed Property 'TimeFrequency' is protected and only accessible (#352) (#363)

* Bugfix/10.2/333 incorrect linux agent install command (#362)

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Bugfix/10.2/359 unhandled login error (#364)

* Fixed Unhandled login error (#359)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360)

* using node1 always

* cleaning imports

* Updating security config for info endpoint (#373)

* Fix workflow for automatic agent deploy (#377)

* Fix error cannot assign requested address (#375)

* Improvement for the create schedule report compliance component (#376)

* feature Improvement-for-the-create-schedule-report-compliance-component (#369)

* Improvement-for-the-create-schedule-report-compliance-component (#369)

* Update web pdf image generation and actions (#380)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Fixing error in agent deploy workflow (#382)

* Removing empty test class (#381)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Removing empty test

* Fixing rule history filter condition for IRA on dev (#389)

* Handling ssl certificates in chrome with selenium webDrive (#391)

* Fixed integration disconnected alert coming to often (#313) (#394)

* Bugfix/10.3/378 overview dashboard has wrong alert value (#392)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixed 217 Log-explorer-query-crashed-when-type-something (#) (#395)

* Update fixes on dev (#418)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/v10.x/secret management (#419)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Adding incident variables

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Adding frontend to variable management

* hidden secrets in command history, move variables to sidebar menu, decrypt secret in agent manager before sent to the agent

* format code UTMIncidentCommandWebsocket.java

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Incident response trigger select cause modal scroll (#421)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Hiding secrets from command outputs (#423)

* Fixed Auditor crash try to parse (#405) (#422)

* Update CODE_OF_CONDUCT.md

* Replacing secret value (#431)

* Fixed Key-Based Authentication Failure in web-pdf Microservice (#429) (#430)

* creating vlan interface

* Specifying internal ip vlan (#434)

* Changing frontend url

* Changing frontend url, to https

* remove network size

* Adding some comments to trigger dev (#436)

* Update README.md

* Unable login with token query param (#269) (#433)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405) (#414)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#420)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Update CHANGELOG.md to 10.2.2 (#425)

* Unable-to-login-with-token-query-param (#269)

* Unable-to-login-with-token-query-param (#269) (#428)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Adding function to insert variable placeholder in incident reponse automation action (#440)

* Update README.md

* Update README.md

* avoid stop processing routine because of a lock (#444)

* Bugfix/10.2/379 pipelines are showing wrong input and processed values (#443)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update …
dayat81 pushed a commit to dayat81/utmstack that referenced this pull request Aug 9, 2025
* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Adding backend xss attack prevention (#285)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* support timeline

* update security policy

* updating security policy

* Updating CSP (#295)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

* Updating Content Security Policy

* Revert "Updating Content Security Policy"

This reverts commit 61f3988c7ffeb07daae4d535f5917ba0346b23ba.

* Updating Content Security Policy

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* Optimizing code and dependencies (#296)

* Removing jhipster files and removing elasticsearch dependencies:
- org.elasticsearch:elasticsearch:7.4.1
- org.elasticsearch.client:elasticsearch-rest-high-level-client:.4.1

* Removing Twilio dependencies and implementation

* Optimizing imports

* Optimizing code and dependencies (296) (#298)

* Bump google.golang.org/grpc from 1.58.0 to 1.58.3 in /log-auth-proxy (#278)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.0...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.9.0 to 0.17.0 in /agent-manager (#280)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.14.0 to 0.17.0 in /agent/agent (#281)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects from 1.15.2 to 1.15.5 in /frontend (#275)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.5)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jinja2 from 3.1.2 to 3.1.3 in /mutate (#276)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pycryptodome from 3.19.0 to 3.19.1 in /mutate (#279)

Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.0 to 3.19.1.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.19.0...v3.19.1)

---
updated-dependencies:
- dependency-name: pycryptodome
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.12.0 to 0.17.0 in /log-auth-proxy (#282)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 in /bdgz (#289)

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go from 1.0.3 to 1.1.0 in /bdgz (#290)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 in /correlation (#291)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.10 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.10...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/google/uuid from 1.4.0 to 1.5.0 in /correlation (#292)

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cloudfoundry/gosigar from 1.3.34 to 1.3.42 in /installer (#293)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.34 to 1.3.42.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.34...v1.3.42)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.12 in /installer (#294)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.9 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.9...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/crypto from 0.11.0 to 0.17.0 in /log-auth-proxy (#299)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/web pdf/change auth token behavior (#319)

* Update authentication method

* delete env variable

* fixed logout observable emission (#314) (#320)

* Removing CSP policy from NGINX until we define XSS treatment in frontend (#322)

* licence key help popup is behind the form (#305) (#321)

* Feature v10.3 add cmpl report scheduling (#318)

* Adding compliance scheduling persistence classes, changesets and services. Also adding the azure filter fix, for some reason wasn't imported to monorepo

* Adding compliance scheduling endpoint resources

* Removing azure filter fix from this branch, will be done in develop

* Feature/10.3/216 user configuration starter (#328)

* Feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* Feature/10.3/216 user configuration step getting starter (#327)

* Feature User Configuration Step in 'Getting Started' (#216)

* Feature User Configuration Step in 'Getting Started' (#216)

* Adding elastic dependency to fix missing components of health service (#330)

* Update README.md

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335) (#347)

* Adding selenium and pdf services to installer (#339)

* Bump github.com/cloudfoundry/gosigar from 1.3.42 to 1.3.43 in /installer (#348)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.42 to 1.3.43.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.42...v1.3.43)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go in /office365 (#297)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* limiting resources

* Feature/frontend/121-schedule report (#351)

* Added compliance schedule report component

* Added compliance schedule report component

* Automatic deploy for agent versions. (#343)

* Automatic deploy for agent versions.

* Create a new agent installer from the UTMStack version

* Bugfix Detail view of an alert crashed when coming from a disconnected datasource (#325) (#326)

* Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0 in /backend (#350)

Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/jayway/JsonPath/releases)
- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
- [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.8.0...json-path-2.9.0)

---
updated-dependencies:
- dependency-name: com.jayway.jsonpath:json-path
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updating security configuration to allow normal user to access management services (#353)

* Bugfix/10.3/324 down datasource shows an empty detail in view and error in console (#336)

* Fixed down datasource shows an empty detail in view and error in console (#324)

* Fixing workflow for autoamtic deploy (#354)

* Updating privafy filter (#358)

* Updating privafy filter, mapping the fields: src_user, dest_user,src_ip, dest_ip, src_port_dest_port, by conditions verified by user

* Changing comment to trigger agent action

* Fixed Property 'TimeFrequency' is protected and only accessible (#352) (#363)

* Bugfix/10.2/333 incorrect linux agent install command (#362)

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Bugfix/10.2/359 unhandled login error (#364)

* Fixed Unhandled login error (#359)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360)

* using node1 always

* cleaning imports

* Updating security config for info endpoint (#373)

* Fix workflow for automatic agent deploy (#377)

* Fix error cannot assign requested address (#375)

* Improvement for the create schedule report compliance component (#376)

* feature Improvement-for-the-create-schedule-report-compliance-component (#369)

* Improvement-for-the-create-schedule-report-compliance-component (#369)

* Update web pdf image generation and actions (#380)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Fixing error in agent deploy workflow (#382)

* Removing empty test class (#381)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Removing empty test

* Fixing rule history filter condition for IRA on dev (#389)

* Handling ssl certificates in chrome with selenium webDrive (#391)

* Fixed integration disconnected alert coming to often (#313) (#394)

* Bugfix/10.3/378 overview dashboard has wrong alert value (#392)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixed 217 Log-explorer-query-crashed-when-type-something (#) (#395)

* Update fixes on dev (#418)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/v10.x/secret management (#419)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Adding incident variables

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Adding frontend to variable management

* hidden secrets in command history, move variables to sidebar menu, decrypt secret in agent manager before sent to the agent

* format code UTMIncidentCommandWebsocket.java

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Incident response trigger select cause modal scroll (#421)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Hiding secrets from command outputs (#423)

* Fixed Auditor crash try to parse (#405) (#422)

* Update CODE_OF_CONDUCT.md

* Replacing secret value (#431)

* Fixed Key-Based Authentication Failure in web-pdf Microservice (#429) (#430)

* creating vlan interface

* Specifying internal ip vlan (#434)

* Changing frontend url

* Changing frontend url, to https

* remove network size

* Adding some comments to trigger dev (#436)

* Update README.md

* Unable login with token query param (#269) (#433)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405) (#414)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#420)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Update CHANGELOG.md to 10.2.2 (#425)

* Unable-to-login-with-token-query-param (#269)

* Unable-to-login-with-token-query-param (#269) (#428)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Adding function to insert variable placeholder in incident reponse automation action (#440)

* Update README.md

* Update README.md

* avoid stop processing routine because of a lock (#444)

* Bugfix/10.2/379 pipelines are showing wrong input and processed values (#443)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update a…
dayat81 pushed a commit to dayat81/utmstack that referenced this pull request Aug 9, 2025
* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Adding backend xss attack prevention (#285)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* support timeline

* update security policy

* updating security policy

* Updating CSP (#295)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

* Updating Content Security Policy

* Revert "Updating Content Security Policy"

This reverts commit 61f3988c7ffeb07daae4d535f5917ba0346b23ba.

* Updating Content Security Policy

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* Optimizing code and dependencies (#296)

* Removing jhipster files and removing elasticsearch dependencies:
- org.elasticsearch:elasticsearch:7.4.1
- org.elasticsearch.client:elasticsearch-rest-high-level-client:.4.1

* Removing Twilio dependencies and implementation

* Optimizing imports

* Optimizing code and dependencies (296) (#298)

* Bump google.golang.org/grpc from 1.58.0 to 1.58.3 in /log-auth-proxy (#278)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.0...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.9.0 to 0.17.0 in /agent-manager (#280)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.14.0 to 0.17.0 in /agent/agent (#281)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects from 1.15.2 to 1.15.5 in /frontend (#275)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.5)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jinja2 from 3.1.2 to 3.1.3 in /mutate (#276)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pycryptodome from 3.19.0 to 3.19.1 in /mutate (#279)

Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.0 to 3.19.1.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.19.0...v3.19.1)

---
updated-dependencies:
- dependency-name: pycryptodome
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.12.0 to 0.17.0 in /log-auth-proxy (#282)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 in /bdgz (#289)

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go from 1.0.3 to 1.1.0 in /bdgz (#290)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 in /correlation (#291)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.10 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.10...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/google/uuid from 1.4.0 to 1.5.0 in /correlation (#292)

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cloudfoundry/gosigar from 1.3.34 to 1.3.42 in /installer (#293)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.34 to 1.3.42.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.34...v1.3.42)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.12 in /installer (#294)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.9 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.9...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/crypto from 0.11.0 to 0.17.0 in /log-auth-proxy (#299)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/web pdf/change auth token behavior (#319)

* Update authentication method

* delete env variable

* fixed logout observable emission (#314) (#320)

* Removing CSP policy from NGINX until we define XSS treatment in frontend (#322)

* licence key help popup is behind the form (#305) (#321)

* Feature v10.3 add cmpl report scheduling (#318)

* Adding compliance scheduling persistence classes, changesets and services. Also adding the azure filter fix, for some reason wasn't imported to monorepo

* Adding compliance scheduling endpoint resources

* Removing azure filter fix from this branch, will be done in develop

* Feature/10.3/216 user configuration starter (#328)

* Feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* Feature/10.3/216 user configuration step getting starter (#327)

* Feature User Configuration Step in 'Getting Started' (#216)

* Feature User Configuration Step in 'Getting Started' (#216)

* Adding elastic dependency to fix missing components of health service (#330)

* Update README.md

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335) (#347)

* Adding selenium and pdf services to installer (#339)

* Bump github.com/cloudfoundry/gosigar from 1.3.42 to 1.3.43 in /installer (#348)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.42 to 1.3.43.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.42...v1.3.43)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go in /office365 (#297)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* limiting resources

* Feature/frontend/121-schedule report (#351)

* Added compliance schedule report component

* Added compliance schedule report component

* Automatic deploy for agent versions. (#343)

* Automatic deploy for agent versions.

* Create a new agent installer from the UTMStack version

* Bugfix Detail view of an alert crashed when coming from a disconnected datasource (#325) (#326)

* Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0 in /backend (#350)

Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/jayway/JsonPath/releases)
- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
- [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.8.0...json-path-2.9.0)

---
updated-dependencies:
- dependency-name: com.jayway.jsonpath:json-path
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updating security configuration to allow normal user to access management services (#353)

* Bugfix/10.3/324 down datasource shows an empty detail in view and error in console (#336)

* Fixed down datasource shows an empty detail in view and error in console (#324)

* Fixing workflow for autoamtic deploy (#354)

* Updating privafy filter (#358)

* Updating privafy filter, mapping the fields: src_user, dest_user,src_ip, dest_ip, src_port_dest_port, by conditions verified by user

* Changing comment to trigger agent action

* Fixed Property 'TimeFrequency' is protected and only accessible (#352) (#363)

* Bugfix/10.2/333 incorrect linux agent install command (#362)

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Bugfix/10.2/359 unhandled login error (#364)

* Fixed Unhandled login error (#359)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360)

* using node1 always

* cleaning imports

* Updating security config for info endpoint (#373)

* Fix workflow for automatic agent deploy (#377)

* Fix error cannot assign requested address (#375)

* Improvement for the create schedule report compliance component (#376)

* feature Improvement-for-the-create-schedule-report-compliance-component (#369)

* Improvement-for-the-create-schedule-report-compliance-component (#369)

* Update web pdf image generation and actions (#380)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Fixing error in agent deploy workflow (#382)

* Removing empty test class (#381)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Removing empty test

* Fixing rule history filter condition for IRA on dev (#389)

* Handling ssl certificates in chrome with selenium webDrive (#391)

* Fixed integration disconnected alert coming to often (#313) (#394)

* Bugfix/10.3/378 overview dashboard has wrong alert value (#392)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixed 217 Log-explorer-query-crashed-when-type-something (#) (#395)

* Update fixes on dev (#418)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/v10.x/secret management (#419)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Adding incident variables

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Adding frontend to variable management

* hidden secrets in command history, move variables to sidebar menu, decrypt secret in agent manager before sent to the agent

* format code UTMIncidentCommandWebsocket.java

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Incident response trigger select cause modal scroll (#421)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Hiding secrets from command outputs (#423)

* Fixed Auditor crash try to parse (#405) (#422)

* Update CODE_OF_CONDUCT.md

* Replacing secret value (#431)

* Fixed Key-Based Authentication Failure in web-pdf Microservice (#429) (#430)

* creating vlan interface

* Specifying internal ip vlan (#434)

* Changing frontend url

* Changing frontend url, to https

* remove network size

* Adding some comments to trigger dev (#436)

* Update README.md

* Unable login with token query param (#269) (#433)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405) (#414)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#420)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Update CHANGELOG.md to 10.2.2 (#425)

* Unable-to-login-with-token-query-param (#269)

* Unable-to-login-with-token-query-param (#269) (#428)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Adding function to insert variable placeholder in incident reponse automation action (#440)

* Update README.md

* Update README.md

* avoid stop processing routine because of a lock (#444)

* Bugfix/10.2/379 pipelines are showing wrong input and processed values (#443)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Upd…
dayat81 pushed a commit to dayat81/utmstack that referenced this pull request Aug 9, 2025
* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Adding backend xss attack prevention (#285)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* support timeline

* update security policy

* updating security policy

* Updating CSP (#295)

* Configuring Content Security Policy (CSP)

* Changing security policy in application

* Allowing to change only the user_img field value for the UtmImages entity

* Adding image verification and validation in the UtmImagesResource update, to mitigate XSS attack

* Updating Content Security Policy

* Revert "Updating Content Security Policy"

This reverts commit 61f3988c7ffeb07daae4d535f5917ba0346b23ba.

* Updating Content Security Policy

---------

Co-authored-by: Leonardo Mora López <leonardomoralopez89@gmail.com>

* Optimizing code and dependencies (#296)

* Removing jhipster files and removing elasticsearch dependencies:
- org.elasticsearch:elasticsearch:7.4.1
- org.elasticsearch.client:elasticsearch-rest-high-level-client:.4.1

* Removing Twilio dependencies and implementation

* Optimizing imports

* Optimizing code and dependencies (296) (#298)

* Bump google.golang.org/grpc from 1.58.0 to 1.58.3 in /log-auth-proxy (#278)

Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.58.0 to 1.58.3.
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](https://github.com/grpc/grpc-go/compare/v1.58.0...v1.58.3)

---
updated-dependencies:
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.9.0 to 0.17.0 in /agent-manager (#280)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.9.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.9.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.14.0 to 0.17.0 in /agent/agent (#281)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump follow-redirects from 1.15.2 to 1.15.5 in /frontend (#275)

Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.2 to 1.15.5.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.2...v1.15.5)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump jinja2 from 3.1.2 to 3.1.3 in /mutate (#276)

Bumps [jinja2](https://github.com/pallets/jinja) from 3.1.2 to 3.1.3.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/main/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/3.1.2...3.1.3)

---
updated-dependencies:
- dependency-name: jinja2
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump pycryptodome from 3.19.0 to 3.19.1 in /mutate (#279)

Bumps [pycryptodome](https://github.com/Legrandin/pycryptodome) from 3.19.0 to 3.19.1.
- [Release notes](https://github.com/Legrandin/pycryptodome/releases)
- [Changelog](https://github.com/Legrandin/pycryptodome/blob/master/Changelog.rst)
- [Commits](https://github.com/Legrandin/pycryptodome/compare/v3.19.0...v3.19.1)

---
updated-dependencies:
- dependency-name: pycryptodome
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/net from 0.12.0 to 0.17.0 in /log-auth-proxy (#282)

Bumps [golang.org/x/net](https://github.com/golang/net) from 0.12.0 to 0.17.0.
- [Commits](https://github.com/golang/net/compare/v0.12.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/gorilla/mux from 1.8.0 to 1.8.1 in /bdgz (#289)

Bumps [github.com/gorilla/mux](https://github.com/gorilla/mux) from 1.8.0 to 1.8.1.
- [Release notes](https://github.com/gorilla/mux/releases)
- [Commits](https://github.com/gorilla/mux/compare/v1.8.0...v1.8.1)

---
updated-dependencies:
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go from 1.0.3 to 1.1.0 in /bdgz (#290)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 in /correlation (#291)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.10 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.10...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/google/uuid from 1.4.0 to 1.5.0 in /correlation (#292)

Bumps [github.com/google/uuid](https://github.com/google/uuid) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/google/uuid/releases)
- [Changelog](https://github.com/google/uuid/blob/master/CHANGELOG.md)
- [Commits](https://github.com/google/uuid/compare/v1.4.0...v1.5.0)

---
updated-dependencies:
- dependency-name: github.com/google/uuid
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/cloudfoundry/gosigar from 1.3.34 to 1.3.42 in /installer (#293)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.34 to 1.3.42.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.34...v1.3.42)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/shirou/gopsutil/v3 from 3.23.9 to 3.23.12 in /installer (#294)

Bumps [github.com/shirou/gopsutil/v3](https://github.com/shirou/gopsutil) from 3.23.9 to 3.23.12.
- [Release notes](https://github.com/shirou/gopsutil/releases)
- [Commits](https://github.com/shirou/gopsutil/compare/v3.23.9...v3.23.12)

---
updated-dependencies:
- dependency-name: github.com/shirou/gopsutil/v3
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump golang.org/x/crypto from 0.11.0 to 0.17.0 in /log-auth-proxy (#299)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.11.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.11.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/web pdf/change auth token behavior (#319)

* Update authentication method

* delete env variable

* fixed logout observable emission (#314) (#320)

* Removing CSP policy from NGINX until we define XSS treatment in frontend (#322)

* licence key help popup is behind the form (#305) (#321)

* Feature v10.3 add cmpl report scheduling (#318)

* Adding compliance scheduling persistence classes, changesets and services. Also adding the azure filter fix, for some reason wasn't imported to monorepo

* Adding compliance scheduling endpoint resources

* Removing azure filter fix from this branch, will be done in develop

* Feature/10.3/216 user configuration starter (#328)

* Feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* feature User Configuration Step in 'Getting Started' (#216)

* Feature/10.3/216 user configuration step getting starter (#327)

* Feature User Configuration Step in 'Getting Started' (#216)

* Feature User Configuration Step in 'Getting Started' (#216)

* Adding elastic dependency to fix missing components of health service (#330)

* Update README.md

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335) (#347)

* Adding selenium and pdf services to installer (#339)

* Bump github.com/cloudfoundry/gosigar from 1.3.42 to 1.3.43 in /installer (#348)

Bumps [github.com/cloudfoundry/gosigar](https://github.com/cloudfoundry/gosigar) from 1.3.42 to 1.3.43.
- [Release notes](https://github.com/cloudfoundry/gosigar/releases)
- [Commits](https://github.com/cloudfoundry/gosigar/compare/v1.3.42...v1.3.43)

---
updated-dependencies:
- dependency-name: github.com/cloudfoundry/gosigar
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Bump github.com/utmstack/config-client-go in /office365 (#297)

Bumps [github.com/utmstack/config-client-go](https://github.com/utmstack/config-client-go) from 1.0.3 to 1.1.0.
- [Release notes](https://github.com/utmstack/config-client-go/releases)
- [Commits](https://github.com/utmstack/config-client-go/compare/v1.0.3...v1.1.0)

---
updated-dependencies:
- dependency-name: github.com/utmstack/config-client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* limiting resources

* Feature/frontend/121-schedule report (#351)

* Added compliance schedule report component

* Added compliance schedule report component

* Automatic deploy for agent versions. (#343)

* Automatic deploy for agent versions.

* Create a new agent installer from the UTMStack version

* Bugfix Detail view of an alert crashed when coming from a disconnected datasource (#325) (#326)

* Bump com.jayway.jsonpath:json-path from 2.8.0 to 2.9.0 in /backend (#350)

Bumps [com.jayway.jsonpath:json-path](https://github.com/jayway/JsonPath) from 2.8.0 to 2.9.0.
- [Release notes](https://github.com/jayway/JsonPath/releases)
- [Changelog](https://github.com/json-path/JsonPath/blob/master/changelog.md)
- [Commits](https://github.com/jayway/JsonPath/compare/json-path-2.8.0...json-path-2.9.0)

---
updated-dependencies:
- dependency-name: com.jayway.jsonpath:json-path
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Updating security configuration to allow normal user to access management services (#353)

* Bugfix/10.3/324 down datasource shows an empty detail in view and error in console (#336)

* Fixed down datasource shows an empty detail in view and error in console (#324)

* Fixing workflow for autoamtic deploy (#354)

* Updating privafy filter (#358)

* Updating privafy filter, mapping the fields: src_user, dest_user,src_ip, dest_ip, src_port_dest_port, by conditions verified by user

* Changing comment to trigger agent action

* Fixed Property 'TimeFrequency' is protected and only accessible (#352) (#363)

* Bugfix/10.2/333 incorrect linux agent install command (#362)

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Bugfix/10.2/359 unhandled login error (#364)

* Fixed Unhandled login error (#359)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360)

* using node1 always

* cleaning imports

* Updating security config for info endpoint (#373)

* Fix workflow for automatic agent deploy (#377)

* Fix error cannot assign requested address (#375)

* Improvement for the create schedule report compliance component (#376)

* feature Improvement-for-the-create-schedule-report-compliance-component (#369)

* Improvement-for-the-create-schedule-report-compliance-component (#369)

* Update web pdf image generation and actions (#380)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Fixing error in agent deploy workflow (#382)

* Removing empty test class (#381)

* Updating POM to use java 11 and set static URL because will be on the same container as selenium

* Set microservice PDF and selenium together on the same image

* Updating installer, removing selenium service

* Removing empty test

* Fixing rule history filter condition for IRA on dev (#389)

* Handling ssl certificates in chrome with selenium webDrive (#391)

* Fixed integration disconnected alert coming to often (#313) (#394)

* Bugfix/10.3/378 overview dashboard has wrong alert value (#392)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixed 217 Log-explorer-query-crashed-when-type-something (#) (#395)

* Update fixes on dev (#418)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Feature/v10.x/secret management (#419)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Adding incident variables

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Adding frontend to variable management

* hidden secrets in command history, move variables to sidebar menu, decrypt secret in agent manager before sent to the agent

* format code UTMIncidentCommandWebsocket.java

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Incident response trigger select cause modal scroll (#421)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Hiding secrets from command outputs (#423)

* Fixed Auditor crash try to parse (#405) (#422)

* Update CODE_OF_CONDUCT.md

* Replacing secret value (#431)

* Fixed Key-Based Authentication Failure in web-pdf Microservice (#429) (#430)

* creating vlan interface

* Specifying internal ip vlan (#434)

* Changing frontend url

* Changing frontend url, to https

* remove network size

* Adding some comments to trigger dev (#436)

* Update README.md

* Unable login with token query param (#269) (#433)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility table

* Replace encryption mode

* Bugfix log file too large

* Fix linux agent uninstall command

* Update privafy filter, add ordering filter support (#203)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* #170 Fixed select the agent but the list is empty (#196)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #176 Fixed the timeline component does not render correctly in the details of an alert (#194)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* #183 Fixed tag name not displayed when deleting (#192)

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Fix bug #169 Show a message describing that the alert has an inciden (#191)

* Fix bug #169 Show a message describing that the alert has an incident already associated

* #182 Fixed modal does not close when creating or associating an incident with an alert

---------

Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>

* Update privafy filter (#206)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Update privafy filter remove general message field (#207)

* Adding support for filter ordering issues (mutate)

* Adding support multiple filters in the same pipeline

* Adding .gitignore to web-pdf

* Fixing command_line field issues with kv transformation

* Removing message from putput

---------

Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Fix agent service is not starting automatically after being stopped (#209)

* Refactoring and optimizing the method to build a CSV file from the result of a search query in elasticsearch (#211)

* Fix mutate module duplicates input definition and not order filters added. (#212)

---------

Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>

* Update agent version and fix agent update based on master version (#227) (#229)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213) (#233)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Updating qa (#239)

* Bugfix/frontend/202 unable to remove groups in the datasources view (#213)

* Fix: Unable to remove groups in the datasource's view (#202)

* Fix: Incorrect result on create index pattern table (#180)

* Fix: Unable to remove a group for a datasource (#202)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Fix: The group modal for a source doesn't close when choosing the 'New Group' action (#231)

* Updating filebrowser image (#236)

* A new validation is now in place for saving application configurations regarding the activation of MFA. This setting requires email configuration to be functional. Therefore, activating MFA also validates email configuration. (#237)

---------

Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>

* Fixing issues for 10.2 release (#272) (#273)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#284)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#286)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Qa (#288)

* Fixing issues for 10.2 release (#272)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

---------

Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>

* Preparing v10.2 release (#283)

* Update README.md

* Bugfix/v10.2/260 frontend is making continuous requests when logout (#267)

* Fix: Frontend is making continuous requests when logout (260)

* Fix: Incorrect rendering of multi-selection filter when choosing multiple values (268) (#270)

* Fix: Unable to login with token query param (269) (#271)

* adding content security policy

* updating Dockerfile

* Bump golang.org/x/crypto from 0.14.0 to 0.17.0 in /correlation (#274)

Bumps [golang.org/x/crypto](https://github.com/golang/crypto) from 0.14.0 to 0.17.0.
- [Commits](https://github.com/golang/crypto/compare/v0.14.0...v0.17.0)

---
updated-dependencies:
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove CSP

* run QA

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: Manuel Abascal <mjabascal10@gmail.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* remove csp

* fixed logout observable emission (#314) (#315)

* Fixing overwriting of the properties host and IP of the alert that is created for a data source down (#335)

* Updating security configuration to fix ROLE_USER disconnection bug (#349)

* Fixed Down datasource shows an empty detail in view and error in console (#324) (#338)

* Bugfix/10.3/325 detail view alert crashed disconnected datasource (#332)

* Fixed detail view of an alert crashed when coming from a disconnected datasource (#325)

* Fix error cannot assign requested address (#357)

* Bugfix/10.2/333 incorrect linux install command (#361)

* Added a dynamically generated version tag for agent installations.

* Added a dynamically generated version tag for agent installations.

* Fixed Incorrect Linux Agent install command (#333)

* Fixed Command copy is confusing (#334)

* Add 10.2.1 to CHANGELOG.md (#367)

* Fixed User management module allows an action that causes UTMStack hanging when login. (#360) (#365)

* using node1 always

* Updating security access to info endpoint to be used by agent installer (#371)

* Bugfix/10.2/359 rc unhandled login error (#374)

* Bugfix/10.2/378 overview dashboard has wrong alert value (#387)

* Bugfix -Overview-Dashboard-has-wrong-alert-value (#378)

* Fixing rule history filter condition for IRA (#388)

* Fixed integration disconnected alert coming to often (#313) (#393)

* Adding default agent for incident rules (#397)

* Adding default_agent field to utm_alert_response_rule, to use its value as default if the alert log is not coming from an agent. Adding new logic to UtmAlertResponseRuleService to manage the default agent to execute the incident response when the alert log is not coming from an agent.

* Reformat code to implement better solution.

* Fixed 217 Log-explorer-query-crashed-when-type-something (#398)

* Fixed Incident-response-automation-must-allow-to-run-in-default-agent (#396) (#407)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402) (#412)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#413)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405) (#414)

* Fixed Auditor crash try to parse (#405)

* Fixed Auditor crash try to parse (#405)

* Bugfix/10.2/402 incident response trigger select cause modal scroll (#420)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Fixed Auditor crash try to parse (#405)

* Fixed Incident-response-trigger-select-cause-modal-scroll (#402)

* Update CHANGELOG.md to 10.2.2 (#425)

* Unable-to-login-with-token-query-param (#269)

* Unable-to-login-with-token-query-param (#269) (#428)

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: Osmany Montero <osmontero@icloud.com>
Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>
Co-authored-by: jdieguez89 <jdieguezbean@gmail.com>
Co-authored-by: Jorge Dieguez Pérez <jdieguez890811@gmail.com>
Co-authored-by: Yorjander Hernandez Vergara <99102374+Kbayero@users.noreply.github.com>
Co-authored-by: manuel <manuel@quantfall.com>
Co-authored-by: rvald26 <37116247+rvald26@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>

* Update README.md

* Adding function to insert variable placeholder in incident reponse automation action (#440)

* Update README.md

* Update README.md

* avoid stop processing routine because of a lock (#444)

* Bugfix/10.2/379 pipelines are showing wrong input and processed values (#443)

* Main (#179)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

---------

Co-authored-by: Leonardo Mora López <41559395+leonardomoralopez89@users.noreply.github.com>
Co-authored-by: Freddy R. Laffita Almaguer <c3s4rfred@gmail.com>

* main (#214)

* Changing the base image to eclipse-temurin:11 (#177)

* Moving images to eclipse-temurin, openjdk will be deprecated soon (#178)

* force v10/release from old proyect

* adding new active directory changes

* Update active-directory.service.ts

* adding ad users  types

* Adding azure filter fix was missing during moving to monorepo (#186)

* Adding some files missing from old repository for user-auditor module

* Fixing typo in licence information (#199)

* Bugfix/agent/non printable chars (#195)

* Fix issue Redline MISSING

* Fix encryption key for master

* Update agent-master compatibility…
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file go Pull requests that update Go code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant