Carlos Macasaet

Results 9 issues of Carlos Macasaet

This also adds more fuzz targets.

Consider creating an object for generating Fernet tokens that encapsulates the entropy source ( `Random` ) and time source ( `Clock` ). This would function similar to the way `Validator`...

enhancement

This is a shipyard addition of a builder and factory for generating new Fernet tokens. It also updates the unit tests to provide examples of how they would be used....

What is the right way to increase the input size? Similar to the [example in the README](https://github.com/CodeIntelligenceTesting/jazzer/blob/9187660732a99ffc982795bd121637a0339a0b23/README.md?plain=1#L130), I see the log message: INFO: -max_len is not provided; libFuzzer will not...

bug

I think it would be a good idea to add some slides in the "for engineers" deck that talk about Server Side Request Forgery (SSRF). As more applications are built...

This updates the CI configuration to build using JDKs 8, 10, and 11. Locally, I tested using 8, 9, 10, 12, and 14. The build issues were resolved by upgrading...

As mentioned in #10, the build fails with JDK 10 and higher. Travis CI supports JDK 10 and 11 so at minimum, those versions should be supported. JDK 10, 12,...

This adds two new factories that generate `StampedLock` and `ReadWriteLock` instances for applications that require more granular control over locking. The unit tests duplicate the verifications in `XMutexFactoryImplTest` and also...

Introduce a `StampedLockFactory` similar to `XMutexFactory`, except instead of generating a synchronization monitor, it would generate a `StampedLock` instance. This would be useful for applications that could benefit from the...