Nicolas Crocfer
Nicolas Crocfer
Some improvements have to be done: **V1** - include the pytz package in the requirements.txt - use ISO8601 date format in the next_run key - the pagination is not useful,...
## Expected Behavior When a CVE is not found redirect to the homepage. ## Actual Behavior Redirect to the CVE listing page. ## Steps to Reproduce the Problem Go on...
The page that displays the CVE provides a search field used to filter the objects **based on their description**. It would be practical to support the vendors and products filters...
A bug has been found by @henri42 in the #162 PR: it's currently impossible to add new column. For instance: ```python $ cat director/migrations/versions/9d563aaa548b_add_workflows_description.py ... def upgrade(): op.add_column( "workflows", sa.Column("description",...
This PR fixes #237. Duplicates are shown due to a pagination issue: - when the NVD updates some CVEs the `lastModifiedDate` may be the same - OpenCVE saves this information...
Hello, I receive some exceptions with your plugin when I use it with tabs. The first panel is well rendered (if it's the active one), but not the others (which...