[Bps-public-commit] rtir-extension-misp branch master updated. 0.02-2-g6985100
BPS Git Server
git at git.bestpractical.com
Wed Nov 3 13:33:21 UTC 2021
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rtir-extension-misp".
The branch, master has been updated
via 6985100712db02a7b5479072552daebcdb0d4666 (commit)
from 160af53421773eb5195dfb3a55d8296cd89dbe46 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 6985100712db02a7b5479072552daebcdb0d4666
Author: sunnavy <sunnavy at bestpractical.com>
Date: Wed Nov 3 21:32:56 2021 +0800
Use MISP URL from config instead of hardcoding it
diff --git a/html/Callbacks/RTIR-Extension-MISP/RTIR/Tools/ExternalFeeds.html/DisplayFeedContent b/html/Callbacks/RTIR-Extension-MISP/RTIR/Tools/ExternalFeeds.html/DisplayFeedContent
index 1be3dd0..9e0d3e9 100644
--- a/html/Callbacks/RTIR-Extension-MISP/RTIR/Tools/ExternalFeeds.html/DisplayFeedContent
+++ b/html/Callbacks/RTIR-Extension-MISP/RTIR/Tools/ExternalFeeds.html/DisplayFeedContent
@@ -35,7 +35,7 @@
<tr class="<% $i%2 ? 'oddline' : 'evenline'%>" >
<td class="collection-as-table align-text-top"><% $item->{date} %></td>
<td class="collection-as-table align-text-top"><% $item->{info} %></td>
- <td class="collection-as-table align-text-top"><a href="https://100.26.234.31/events/view/<% $item->{id} %>" target="_New_"><% $item->{id} %></a></td>
+ <td class="collection-as-table align-text-top"><a href="<% RTIR::Extension::MISP::GetMISPBaseURL() %>/events/view/<% $item->{id} %>" target="_New_"><% $item->{id} %></a></td>
<td class="collection-as-table align-text-top"><% $item->{creator_org} %></td>
<td class="collection-as-table align-text-top"><% $item->{threat_level_id} %></td>
<td class="collection-as-table align-text-top">
-----------------------------------------------------------------------
Summary of changes:
.../RTIR/Tools/ExternalFeeds.html/DisplayFeedContent | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
rtir-extension-misp
More information about the Bps-public-commit
mailing list