c8y3
c8y3
From the source code, it seems that the time range used to search for messages in method sourceMessagesForEvent of the AggregationEventProcessor is incorrect, when the event processor has been catching...
At first, the "Security" type of changes was a bit unclear to me: * did it mean a security vulnerability was fixed, * or that a security vulnerability was found?...
I would find it interesting to somehow present types of changes in relation to semver, since it seems to me that: * Changed and Removed are only allowed in major,...
Automatic signature (without user input) of the rpm fails with gpg 2.2.19. If my understanding is correct, it seems that the script (coded in the [RPMSigner](https://github.com/mojohaus/rpm-maven-plugin/blob/master/src/main/java/org/codehaus/mojo/rpm/RPMSigner.java)) that uses "expect" to...
To close #395. Execution time of tests are as follows: * before separation 2m35s (https://github.com/dfir-iris/iris-web/actions/runs/8080037727/job/22075722292) * with only the fast test suite 44s (https://github.com/dfir-iris/iris-web/actions/runs/8108096252/job/22160683407) * with also one test in...
This is a proposition to enable case insensitive login as described in issue #252. This change does not require any database migration, since only the retrieval of a user by...
This is an improvement to ldap authentication. The purposes of this pull request are: * introduction of a bind account in order to emit requests to the ldap (rather than...
**Is your feature request related to a problem? Please describe.** When DFIR-IRIS is configured with ldap authentication mode, it is not possible to login users that are present in the...
**Is your feature request related to a problem? Please describe.** We would like to develop a plugin which informs a REST API of all the modifications on the cases (see...
I find myself in a situation where some of the database primary keys are of the type `BigInteger`. In this case, rather than `Float`, shouldn't the type be converted to...