Anthony Shaw
Anthony Shaw
Thanks for reporting @Slaiyer Which of the configuration options have you selected for scanning the SafetyDB?
thanks @RileyMShea I don't understand why it's linking to my personal website. The issue tracker is set to GitHub and the Documentation URL is set to the official documentation page....
The short version is, the GSON parser library I'm using to Parse JSON of the SafetyDB doesn't like the non-standard "metadata" tag that SafetyDB recently started adding on their GitHub...
> > The short version is, the GSON parser library I'm using to Parse JSON of the SafetyDB doesn't like the non-standard "metadata" tag that SafetyDB recently started adding on...
I just tried going down that rabbit hole. It doesn't seem that a deserializationExclusionStrategy will do the job because it can either ignore a class or a field, designed for...
FWIW, the Snyk API implementation is much more up to date and their database is more frequently updated.
This is a good technical explanation of the attack https://blog.skullsecurity.org/2012/everything-you-need-to-know-about-hash-length-extension-attacks Your assertion is correct. SHA-256 is still a one-way hashing algorithm. This attack relates to doing: ` { hash(original message)...
The Microsoft team answered this https://stackoverflow.com/a/61887463/7402337 I am afraid you have to clone the DockerV2 Task and to customize it to run the Docker commands that you need. The reason...
@shankarj67 before it can be coded, we have to work out what all the "bad practices" are for handling sessions in Flask. 1. What is the default configuration for sessions...
Partially implemented in #67 Need to add PyOpenSSL support. Also, should recommend using `create_default_context()`