Skip to content

Commit

Permalink
reset and cherry-picked commit
Browse files Browse the repository at this point in the history
  • Loading branch information
John committed Jul 7, 2020
1 parent 6cd097e commit a12435b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/heimdall_tools/fortify_mapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
require 'utilities/xml_to_hash'

NIST_REFERENCE_NAME = 'Standards Mapping - NIST Special Publication 800-53 Revision 4'.freeze
DEFAULT_NIST_TAG = ["SA-11", "RA-5", "Rev_4"].freeze
DEFAULT_NIST_TAG = ["SA-11", "RA-5"].freeze

module HeimdallTools
class FortifyMapper
Expand Down
2 changes: 1 addition & 1 deletion lib/heimdall_tools/sonarqube_mapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

RESOURCE_DIR = Pathname.new(__FILE__).join('../../data')

DEFAULT_NIST_TAG = ["SA-11", "RA-5", "Rev_4"].freeze
DEFAULT_NIST_TAG = ["SA-11", "RA-5"].freeze

MAPPING_FILES = {
cwe: File.join(RESOURCE_DIR, 'cwe-nist-mapping.csv'),
Expand Down
2 changes: 1 addition & 1 deletion lib/heimdall_tools/zap_mapper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
RESOURCE_DIR = Pathname.new(__FILE__).join('../../data')

CWE_NIST_MAPPING_FILE = File.join(RESOURCE_DIR, 'cwe-nist-mapping.csv')
DEFAULT_NIST_TAG = ["SA-11", "RA-5", "Rev_4"].freeze
DEFAULT_NIST_TAG = ["SA-11", "RA-5"].freeze

# rubocop:disable Metrics/AbcSize

Expand Down

0 comments on commit a12435b

Please sign in to comment.