Repository: shiro Updated Branches: refs/heads/master 0aabcfa54 -> 888163fd6
Adding missing license headers Project: http://git-wip-us.apache.org/repos/asf/shiro/repo Commit: http://git-wip-us.apache.org/repos/asf/shiro/commit/888163fd Tree: http://git-wip-us.apache.org/repos/asf/shiro/tree/888163fd Diff: http://git-wip-us.apache.org/repos/asf/shiro/diff/888163fd Branch: refs/heads/master Commit: 888163fd6ee07bffb951eb51a4d9d846b9c3ae64 Parents: 0aabcfa Author: Brian Demers <[email protected]> Authored: Fri Oct 21 10:47:16 2016 -0400 Committer: Brian Demers <[email protected]> Committed: Fri Oct 21 10:48:00 2016 -0400 ---------------------------------------------------------------------- src/owasp-suppression.xml | 18 ++++++++++++++++++ .../web/filter/authc/LogoutFilterTest.groovy | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/shiro/blob/888163fd/src/owasp-suppression.xml ---------------------------------------------------------------------- diff --git a/src/owasp-suppression.xml b/src/owasp-suppression.xml index 1fb0ec4..76e2b0b 100644 --- a/src/owasp-suppression.xml +++ b/src/owasp-suppression.xml @@ -1,4 +1,22 @@ <?xml version="1.0" encoding="UTF-8"?> +<!-- + ~ Licensed to the Apache Software Foundation (ASF) under one + ~ or more contributor license agreements. See the NOTICE file + ~ distributed with this work for additional information + ~ regarding copyright ownership. The ASF licenses this file + ~ to you under the Apache License, Version 2.0 (the + ~ "License"); you may not use this file except in compliance + ~ with the License. You may obtain a copy of the License at + ~ + ~ http://www.apache.org/licenses/LICENSE-2.0 + ~ + ~ Unless required by applicable law or agreed to in writing, + ~ software distributed under the License is distributed on an + ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + ~ KIND, either express or implied. See the License for the + ~ specific language governing permissions and limitations + ~ under the License. + --> <suppressions xmlns="https://jeremylong.github.io/DependencyCheck/dependency-suppression.1.1.xsd"> <suppress> http://git-wip-us.apache.org/repos/asf/shiro/blob/888163fd/web/src/test/groovy/org/apache/shiro/web/filter/authc/LogoutFilterTest.groovy ---------------------------------------------------------------------- diff --git a/web/src/test/groovy/org/apache/shiro/web/filter/authc/LogoutFilterTest.groovy b/web/src/test/groovy/org/apache/shiro/web/filter/authc/LogoutFilterTest.groovy index ff861f0..8a7cb2a 100644 --- a/web/src/test/groovy/org/apache/shiro/web/filter/authc/LogoutFilterTest.groovy +++ b/web/src/test/groovy/org/apache/shiro/web/filter/authc/LogoutFilterTest.groovy @@ -1,3 +1,21 @@ +/* + * Licensed to the Apache Software Foundation (ASF) under one + * or more contributor license agreements. See the NOTICE file + * distributed with this work for additional information + * regarding copyright ownership. The ASF licenses this file + * to you under the Apache License, Version 2.0 (the + * "License"); you may not use this file except in compliance + * with the License. You may obtain a copy of the License at + * + * http://www.apache.org/licenses/LICENSE-2.0 + * + * Unless required by applicable law or agreed to in writing, + * software distributed under the License is distributed on an + * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY + * KIND, either express or implied. See the License for the + * specific language governing permissions and limitations + * under the License. + */ package org.apache.shiro.web.filter.authc import org.apache.shiro.subject.Subject
