fix issue in config regex causing bitbucket URLs to slip through invalid-url filter

This commit is contained in:
Tom Callaway 2015-09-28 10:51:39 -04:00
parent e45bad3651
commit 0fda47c0f5
2 changed files with 5 additions and 2 deletions

View File

@ -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

View File

@ -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