-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #84 from EyesOfNetworkCommunity/sessions_id
Sessions id fix
- Loading branch information
Showing
5 changed files
with
20 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -62,6 +62,8 @@ case "$1" in | |
systemctl restart httpd | ||
# Update EON 5.3.8 | ||
/usr/bin/chown apache:apache /srv/eyesofnetwork/eonweb/module/admin_itsm/uploaded_file | ||
# Update EON 5.3.11 | ||
/usr/bin/mysql -u root --password=root66 eonweb < %{eonconfdir}/updates/5.3.11.sql 2>/dev/null | ||
;; | ||
esac | ||
|
||
|
@@ -77,6 +79,9 @@ rm -rf %{buildroot} | |
%config(noreplace) %{_sysconfdir}/httpd/conf.d/%{name}.conf | ||
|
||
%changelog | ||
* Mon Jan 11 2021 Oscar POELS <[email protected]> - 5.3-11.eon | ||
- fix security issue with sessions_id by renforcing generation to prevent force brut | ||
|
||
* Tue Dec 08 2020 Sebastien DAVOULT <[email protected]> - 5.3-10.eon | ||
- fix issue when we trying to rename rules in Advance Notifier #81 | ||
- fix gathering SQL Response in Advance Notifier #80 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
ALTER TABLE sessions modify session_id char(30); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters