mirror of
https://github.com/gocsaf/csaf.git
synced 2025-12-22 05:40:11 +01:00
Enable Req 5 in rules.go
This commit is contained in:
parent
ed26e8e41d
commit
248e0a52a4
1 changed files with 1 additions and 2 deletions
|
|
@ -165,8 +165,7 @@ func (p *processor) eval(requirement int) bool {
|
|||
return len(p.noneTLS) == 0
|
||||
|
||||
case 5:
|
||||
// TODO: implement me!
|
||||
return true
|
||||
return !p.badAmberRedPermissions.hasErrors()
|
||||
case 6:
|
||||
return len(p.redirects) == 0
|
||||
case 7:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue