Skip to content

Commit

Permalink
Merge pull request #3050 from Punicaa/master
Browse files Browse the repository at this point in the history
Update fortios.rb
  • Loading branch information
robertcheramy authored Feb 1, 2024
2 parents ce3725d + 142075e commit 366ac34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/oxidized/model/fortios.rb
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class FortiOS < Oxidized::Model
cfg.gsub! /(Disk Usage\s+:\s+)(.*)/, '\1<stripped>'
cfg.gsub! /(^\S+ (?:disk|DB):\s+)(.*)/, '\1<stripped>\3'
cfg.gsub! /(VM Registration:\s+)(.*)/, '\1<stripped>\3'
cfg.gsub! /(Virus-DB|Extended DB|IPS-DB|IPS-ETDB|APP-DB|INDUSTRIAL-DB|Botnet DB|IPS Malicious URL Database|AV AI\/ML Model|IoT-Detect).*/, '\\1 <db version stripped>'
cfg.gsub! /(Virus-DB|Extended DB|FMWP-DB|IPS-DB|IPS-ETDB|APP-DB|INDUSTRIAL-DB|Botnet DB|IPS Malicious URL Database|AV AI\/ML Model|IoT-Detect).*/, '\\1 <db version stripped>'
comment cfg
end

Expand Down

0 comments on commit 366ac34

Please sign in to comment.