Tiago Santos

Results 9 issues of Tiago Santos

This adds support for DynamoDB database. **Reason:** You may ask why? I know we support MongoDB and it is great 👍 , but for some requirement constraints if you come...

This allows us to validate the request headers for a specific required match. So the request will only be matched if all required headers are matched. By default and in...

*Description of changes:* Updated the dependencies to the most recent ones. Also removed PowerMock, since in the most recent versions Mockito is now able to mock final/static classes. Adapted tests...

JUnitTestFinder is obtaining the correct tests from the project and assigning a correct uniqueid to each test. After this when this unit test is executed (JUnit5TestUnit#execute) the LauncherDiscoveryRequest is executed...

Spring Boot 3 requires JDK 17 and this library is configured to be source compatible with JDK 1.8. Can you please add support. I was wondering if it was possible...

This PR adds spring boot 3 support to strikt. I think this should solve it. Once again thanks for the library and your work on it. 💪 Closes #288

This PR adds support for false positives on GitHub actions by implementing `falsePositives` action. This action works for the following SecHub CLI actions: - `defineFalsePositives` with input `action` specified as...

This PR adds support for custom context path. Redirection was broken when using a custom context path. It follows the standard using "X-Forwarded-Prefix" header to get the correct context path...

needs docs

Add missing relative path to request URL path. The path to the azure API can be behing a URL that contains a relative prefix and not only just the host....