From 42b754d084eae2069f822870b04bde273b562b04 Mon Sep 17 00:00:00 2001 From: Dimitar Banchev Date: Fri, 21 Jun 2024 15:14:37 +0200 Subject: [PATCH] Minor changes * Renamed the file responsible for rule G401 * Removed copyright of HP from the new rule --- rules/{weakcryptoencryption.go => weakcrypto.go} | 0 rules/weakcryptohash.go | 2 -- 2 files changed, 2 deletions(-) rename rules/{weakcryptoencryption.go => weakcrypto.go} (100%) diff --git a/rules/weakcryptoencryption.go b/rules/weakcrypto.go similarity index 100% rename from rules/weakcryptoencryption.go rename to rules/weakcrypto.go diff --git a/rules/weakcryptohash.go b/rules/weakcryptohash.go index 3282b5a3c2..298555de12 100644 --- a/rules/weakcryptohash.go +++ b/rules/weakcryptohash.go @@ -1,5 +1,3 @@ -// (c) Copyright 2016 Hewlett Packard Enterprise Development LP -// // Licensed 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