Skip to content

Commit

Permalink
Merge pull request #710 from shundhammer/huha-sec-audit-fixes-2
Browse files Browse the repository at this point in the history
YaST Security Audit Fixes: Removing Unused Function that could Call External Programs
  • Loading branch information
shundhammer committed Dec 10, 2018
2 parents c75be72 + c136739 commit e754d9a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
7 changes: 7 additions & 0 deletions package/yast2-network.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
-------------------------------------------------------------------
Mon Dec 10 13:21:27 UTC 2018 - Stefan Hundhammer <shundhammer@suse.com>

- Security audit fixes: Removed unused function stdout_of()
(part of bsc#1118291)
- 4.1.23

-------------------------------------------------------------------
Thu Dec 6 10:58:23 UTC 2018 - Stefan Hundhammer <shundhammer@suse.com>

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-network.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-network
Version: 4.1.22
Version: 4.1.23
Release: 0
BuildArch: noarch

Expand Down
4 changes: 0 additions & 4 deletions src/lib/network/install_inf_convertor.rb
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,5 @@ def write_proxy
Proxy.Import(ex)
Proxy.Write
end

def stdout_of(command)
SCR.Execute(path(".target.bash_output"), command)["stdout"].to_s
end
end
end

0 comments on commit e754d9a

Please sign in to comment.