fix issue in config regex causing bitbucket URLs to slip through invalid-url filter
This commit is contained in:
parent
e45bad3651
commit
0fda47c0f5
@ -425,7 +425,7 @@ addFilter("non-readable /etc/ovirt-engine/isouploader.conf")
|
||||
# Ignore webservers which are just broken.
|
||||
addFilter("invalid-url .*\.googlecode\.com/.*HTTP Error 404")
|
||||
addFilter("invalid-url .*\.jboss\.org/.*HTTP Error 403")
|
||||
addFilter("invalid-url .*\bitbucket\.org/.*HTTP Error 403")
|
||||
addFilter("invalid-url .*bitbucket\.org/.*HTTP Error 403")
|
||||
|
||||
bad_crypto_warning = \
|
||||
'''This application package calls a function to explicitly set crypto ciphers
|
||||
|
@ -14,7 +14,7 @@
|
||||
|
||||
Name: rpmlint
|
||||
Version: 1.8
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Summary: Tool for checking common errors in RPM packages
|
||||
Group: Development/Tools
|
||||
License: GPLv2
|
||||
@ -124,6 +124,9 @@ make check PYTHON=%{python} PYTEST=%{pytest}
|
||||
%{_mandir}/man1/rpmlint.1*
|
||||
|
||||
%changelog
|
||||
* Mon Sep 28 2015 Tom Callaway <spot@fedoraproject.org> - 1.8-2
|
||||
- fix issue in config regex causing bitbucket URLs to slip through invalid-url filter
|
||||
|
||||
* Fri Sep 25 2015 Tom Callaway <spot@fedoraproject.org> - 1.8-1
|
||||
- 1.8
|
||||
- add bad crypto warning to config file
|
||||
|
Loading…
Reference in New Issue
Block a user