Davide Berardi
Davide Berardi
## Update Pwntools First The issue was tested on version 4.2.1, Python3 and Python2 version in ubuntu 18.04 Vagrant box. ## Target/Description Invoking a pwntools-based script using pwntools will cause...
The program is currently untested on Windows. Needs analysis and test to identify the problems and fixes.
The recovery certification after vaccine has a different expiration in Italy (270 days vs 180 days). The code seems to be based on a different layout of the certification. Therefore...
The program is currently untested on macos. Needs analysis and test to identify the problems and fixes.
It was suggested to convert the script and the library to an API. We can do it cleaning a little bit the library structure and implement some wrappers to expose...
We should document the library with example cases.
I tested Custom Functions using the following SQL query: ```SQL CREATE FUNCTION my_sum(a INT, b INT) RETURNS INT RETURN a + b; SELECT my_sum(5,3); ``` It works perfectly with Memory...
### Description Resolved a typo in validators. ### Acceptance tests - [ ] Have you added an acceptance test for the functionality being added? - [ ] Have you run...