| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
- return applications in api/components/search_projects
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Hotspots
|
| |
|
|
|
|
|
| |
* drop manual vulnerabilities
* remove issues `from_hotspot` column usage
|
| |
|
| |
|
|
|
|
|
| |
do not cache owaspTop10 and sansTop25 they are not used all the time
when used, they are called only once per constructor
|
|
|
|
|
| |
if it's not the case, only one is taken into account
a WARN log is displayed at startup to indicate rules wich do not comply
|
|
|
|
| |
also removed Rule fields from common proto which are useless in our case (status, lang and langName)
|
| |
|
|
|
|
| |
and cleanup responsibility for parsing serialized tags and security standards into table RULES
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|