Commit Graph

9 Commits (3e3be62376abedf810c84594f2c386229eef317e)

Author SHA1 Message Date
mzack d27239e953 Fixing CVE annotate crash 2021-12-20 12:17:04 +01:00
forgedhallpass ec6889931d refactor: linter driven fixes
* x = x + ""  => x += ""
* pre-allocating slice with known size
* added t.Helper() methods in test helpers
* complex if-else conditions replaced by switches
* errors should be checked using error.Is() instead of ==
* function parameter should start with lower case letter
* removed unnecessary type definition
* variable/label naming convention: camelCase instead of snake_case
2021-11-25 17:57:22 +02:00
forgedhallpass 4bccb6cf8a fix: File and directory creation permission changes
Directories: 0755 (5 - group and other can read cd into the directory and read it's content)
Files: 0644 (4 - group and other can only read the created files)
Tests files: 0777
2021-11-25 14:37:57 +02:00
sandeep bfb0a994d8 additional-fields to metadata 2021-09-16 21:16:47 +05:30
Ice3man543 e07123e6ca misc 2021-09-10 23:21:25 +05:30
Ice3man543 404021811b Fixed a panic with cve-annotate 2021-09-10 20:20:10 +05:30
Ice3man543 b25188ab4f Misc 2021-09-10 17:01:59 +05:30
Ice3man543 6012994405 Misc changes to reporting 2021-09-09 19:56:39 +05:30
Ice3man543 7f2b0da53c Added cve-annotate helper 2021-09-09 18:55:25 +05:30