Suhail
Suhail
> @anaswaratrajan that would require building a component similar to r-a-t plus more features from scratch. So what do you think about contributing to r-a-t and enhancing it instead? imo...
I was wondering on how to implement adjusting the interval and moving the slots for mobile devices. One idea that came to my mind would be to use press and...
Almost all the tests failing are runtime errors. I think maybe HTML tests are screwing something up in the CI (It worked on my machine :P ). Should I run...
@terriko I don't think it's the same errors. I ran tests on my fork for both main and this branch and the tests ran on main seems to have passed...
The test failures are all runtime errors ``` =========================== short test summary info ============================ FAILED test/test_strings.py::TestStrings::test_curl_7_34_0 - RuntimeError: Ca... FAILED test/test_strings.py::TestStrings::test_kerberos_1_15_1 - RuntimeError... FAILED test/test_version.py::TestVersion::test_different_version[-1] - Runtim... FAILED test/test_version.py::TestVersion::test_different_version[1] -...
When I separated the html tests all of them passes fine ([gh action run](https://github.com/BreadGenie/cve-bin-tool/actions/runs/2955250964)). I'll look more into test_version.py and test_version.py see if I can do something about it. Edit...
Yep, it's ready to be merged. I've included test cases that I've often broke while making changes, but there's a lot of room for improvement.
Not sure why one test failed. Tests on fork seems to have passed.
Hmm that's weird I have it set as a secret in my fork and the scheduled DB updates are done regularly too.
@Shashwat-05 you can refer this [guide](https://github.com/intel/cve-bin-tool/blob/main/cve_bin_tool/checkers/README.md)