Skip to content

Commit

Permalink
Remove reference to non-existing com.redhat.rhsa-RHEL3.xml (#988)
Browse files Browse the repository at this point in the history
Signed-off-by: Oleksii Samorukov <samm@os2.kiev.ua>

Co-authored-by: Louis DeLosSantos <ldelossa.ld@gmail.com>
  • Loading branch information
samm-git and Louis DeLosSantos authored May 27, 2020
1 parent d82e9b0 commit a3b6218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/vulnsrc/rhel/rhel.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var (
}

rhsaRegexp = regexp.MustCompile(`com.redhat.rhsa-(\d+).xml`)
releases = []int{3, 4, 5, 6, 7, 8}
releases = []int{4, 5, 6, 7, 8}
httpClient = http.Client{
Timeout: 5 * time.Minute,
}
Expand Down

0 comments on commit a3b6218

Please sign in to comment.