Skip to content

Commit

Permalink
Merge pull request #1016 from ninoseki/fix-typo
Browse files Browse the repository at this point in the history
fix: fix typo
  • Loading branch information
ninoseki authored Jan 13, 2024
2 parents de8102d + 8d662b6 commit 71fdbd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/mihari/models/artifact.rb
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ class Artifact < ActiveRecord::Base
attributes reverse_dns_name: "reverse_dns_names.name"
attributes cpe: "cpes.name"
attributes vuln: "vulnerabilities.name"
attributes port: "ports.port"
attributes port: "ports.number"
end

validates_with ArtifactValidator
Expand Down

0 comments on commit 71fdbd6

Please sign in to comment.