Skip to content

Commit

Permalink
Remove authrequired from cve search endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mtnmunuklu committed Feb 2, 2024
1 parent 504f472 commit 70e1827
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/routes/vuln.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func NewVulnRoutes(vulnHandlers handlers.VulnHandlers) []*Route {
Handler: func(c *fiber.Ctx) error {
return vulnHandlers.SearchCVE(c)
},
AuthRequired: true,
},
{
Method: http.MethodGet,
Expand Down

0 comments on commit 70e1827

Please sign in to comment.