mirror of https://github.com/MISP/misp-website
chg: [static] updated
parent
3fb731b9ba
commit
fb3c2c1f8c
|
@ -2,11 +2,12 @@ Changelog
|
|||
=========
|
||||
|
||||
|
||||
%%version%% (unreleased)
|
||||
------------------------
|
||||
v2.4.173 (2023-07-11)
|
||||
---------------------
|
||||
|
||||
New
|
||||
~~~
|
||||
- [forgotten password] optional feature added. [iglocska]
|
||||
- [attack widget] added. [iglocska]
|
||||
- [org list widget] added. [iglocska]
|
||||
- [dashboard widget toolkit] started a new common library of reusable
|
||||
|
@ -22,11 +23,19 @@ New
|
|||
|
||||
Changes
|
||||
~~~~~~~
|
||||
- [PyMISP] Bump version. [Raphaël Vinot]
|
||||
- [version] bump. [iglocska]
|
||||
- [forgotten password] reset text clarifications. [iglocska]
|
||||
|
||||
- to avoid dumdum users from sharing their quasi-passwords
|
||||
- [misp-galaxy] updated. [Alexandre Dulaunoy]
|
||||
- [misp-objects] updated. [Alexandre Dulaunoy]
|
||||
- [misp-warninglists] updated. [Alexandre Dulaunoy]
|
||||
- [htaccess] lock the backreference escaping purely to spaces - if we
|
||||
need more we can change it in the future. [iglocska]
|
||||
- [installer] Updated installer to latest version. [Steve Clement]
|
||||
- [doc] "Listen 443" line will only be added if it doesn't already exist
|
||||
in the file." [Steve Clement]
|
||||
- [map widget] moved country code lookup to the new widget toolkit.
|
||||
[iglocska]
|
||||
- [org index] sort on metafields. [iglocska]
|
||||
|
@ -38,10 +47,14 @@ Changes
|
|||
|
||||
Fix
|
||||
~~~
|
||||
- [customauth] Don't renew the session with each query. [iglocska]
|
||||
|
||||
- Leave the session handling to the normal life-cycle management
|
||||
- should solve the issues where CSRF keeps kicking users off
|
||||
- [db_schema] bumped. [iglocska]
|
||||
- Localisation workflow typo. [Sura De Silva]
|
||||
- [UI] Preserve linebreaks in comments in enrichment results.
|
||||
[417190e5c48babc7]
|
||||
- [pw reset] fix (pass the token for deletion) [iglocska]
|
||||
- [forgotten password] fixed. [iglocska]
|
||||
- [password reset] various issues. [iglocska]
|
||||
- [login] screen small visual fix. [iglocska]
|
||||
- Properly handle different cert file extensions in server sync. #9084.
|
||||
[Luciano Righetti]
|
||||
- [urls] allow for encoded spaces. [iglocska]
|
||||
|
@ -55,6 +68,10 @@ Fix
|
|||
- Make target event id not required (makes form submit fail) [Luciano
|
||||
Righetti]
|
||||
- [config] typo fixed. [Alexandre Dulaunoy]
|
||||
- [customauth] Don't renew the session with each query. [iglocska]
|
||||
|
||||
- Leave the session handling to the normal life-cycle management
|
||||
- should solve the issues where CSRF keeps kicking users off
|
||||
- [map widget] added alternate name for Russia. [iglocska]
|
||||
|
||||
- in case someone would want to make sure they still have Russian member organisations
|
||||
|
@ -77,8 +94,23 @@ Fix
|
|||
|
||||
Other
|
||||
~~~~~
|
||||
- Merge branch '2.4' into develop. [iglocska]
|
||||
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska]
|
||||
- Merge branch 'develop' into 2.4. [iglocska]
|
||||
- Merge branch 'develop' into 2.4. [iglocska]
|
||||
- Merge branch 'orglinechart' into develop. [iglocska]
|
||||
- Merge branch 'develop' into orglinechart. [iglocska]
|
||||
- Merge branch '2.4' into develop. [iglocska]
|
||||
- Merge pull request #9180 from dragsu/fix-localisation-workflow-typo.
|
||||
[Andras Iklody]
|
||||
|
||||
fix: Localisation workflow typo
|
||||
- Merge pull request #9183 from 417190e5c48babc7/fix-resolved-misp-
|
||||
format-comment-linebreaks. [Andras Iklody]
|
||||
|
||||
fix: [UI] Preserve linebreaks in comments in enrichment results
|
||||
- Merge branch 'develop' of github.com:MISP/MISP into develop.
|
||||
[iglocska]
|
||||
- Merge branch '2.4' into develop. [iglocska]
|
||||
- Merge branch 'develop' of github.com:MISP/MISP into develop.
|
||||
[Alexandre Dulaunoy]
|
||||
- Merge branch '2.4' into develop. [iglocska]
|
||||
|
@ -91,6 +123,20 @@ Other
|
|||
- Merge branch '2.4' into develop. [Sami Mokaddem]
|
||||
- Merge branch '2.4' into develop. [iglocska]
|
||||
- Merge branch '2.4' into develop. [iglocska]
|
||||
- Add dashboard widget for monthly number of events per org.
|
||||
[vincenzocaputo]
|
||||
- Merge pull request #9168 from SteveClement/guides. [Steve Clement]
|
||||
|
||||
chg: [doc] "Listen 443" line will only be added if it doesn't already exist in the file."
|
||||
- Merge pull request #9163 from ajb3932/patch-1. [Alexandre Dulaunoy]
|
||||
|
||||
Update INSTALL.sh
|
||||
- Update INSTALL.sh. [Alex Jarvis-Blanks]
|
||||
|
||||
The current command adds the line "Listen 443" after the line containing "Listen 80" even if "Listen 443" already exists.
|
||||
|
||||
In my update, the "Listen 443" line will only be added if it doesn't already exist in the file.
|
||||
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska]
|
||||
- Merge branch '2.4' of github.com:MISP/MISP into 2.4. [iglocska]
|
||||
- Merge pull request #9158 from ostefano/search. [Andras Iklody]
|
||||
|
||||
|
|
|
@ -35847,6 +35847,15 @@ cryptocurrency-threat namespace available in JSON format at <a href="https://git
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect2">
|
||||
<h3 id="_pig_butchering_scam">Pig Butchering Scam</h3>
|
||||
<div class="sect3">
|
||||
<h4 id="_cryptocurrency_threatpig_butchering_scam">cryptocurrency-threat:Pig Butchering Scam</h4>
|
||||
<div class="paragraph">
|
||||
<p>Cryptocurrency investment fraud that lures individuals into investing their money in seemingly legitimate and profitable ventures.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect1">
|
||||
|
@ -59944,6 +59953,54 @@ misp-workflow namespace available in JSON format at <a href="https://github.com/
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect2">
|
||||
<h3 id="_analysis">analysis</h3>
|
||||
<div class="paragraph">
|
||||
<p>Result of the analysis executed during the workflow execution</p>
|
||||
</div>
|
||||
<div class="sect3">
|
||||
<h4 id="_misp_workflowanalysisfalse_positive">misp-workflow:analysis="false-positive"</h4>
|
||||
<div class="paragraph">
|
||||
<p>False positive</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect3">
|
||||
<h4 id="_misp_workflowanalysishighly_likely_positive">misp-workflow:analysis="highly-likely-positive"</h4>
|
||||
<div class="paragraph">
|
||||
<p>Highly Likely Positive</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect3">
|
||||
<h4 id="_misp_workflowanalysisknown_file_hash">misp-workflow:analysis="known-file-hash"</h4>
|
||||
<div class="paragraph">
|
||||
<p>Known file hash</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect2">
|
||||
<h3 id="_mutability">mutability</h3>
|
||||
<div class="paragraph">
|
||||
<p>Describe if the workflow is allowed to modify data</p>
|
||||
</div>
|
||||
<div class="sect3">
|
||||
<h4 id="_misp_workflowmutabilityallowed">misp-workflow:mutability="allowed"</h4>
|
||||
<div class="paragraph">
|
||||
<p>Allowed</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect2">
|
||||
<h3 id="_run">run</h3>
|
||||
<div class="paragraph">
|
||||
<p>Describe if the workflow is allowed to run on the data being passed</p>
|
||||
</div>
|
||||
<div class="sect3">
|
||||
<h4 id="_misp_workflowrunallowed">misp-workflow:run="allowed"</h4>
|
||||
<div class="paragraph">
|
||||
<p>Allowed</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect1">
|
||||
|
@ -72981,6 +73038,15 @@ Exclusive flag set which means the values or predicate below must be set exclusi
|
|||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect2">
|
||||
<h3 id="_tlpunclear">tlp:unclear</h3>
|
||||
<div class="sect3">
|
||||
<h4 id="_tlptlpunclear">tlp:tlp:unclear</h4>
|
||||
<div class="paragraph">
|
||||
<p>(TLP:UNCLEAR) Community, Organization, Clients, and Recipients are all so confused what the appropriate disclosure level is, and if this or that indicator can or cannot be shared. Assumptions are rampant and the confusion is so high that a chi-square test might in fact be required to ensure the randomness of the mess before labelling this case TLP:UNCLEAR.</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="sect1">
|
||||
|
@ -86793,7 +86859,7 @@ Exclusive flag set which means the values or predicate below must be set exclusi
|
|||
</div>
|
||||
<div id="footer">
|
||||
<div id="footer-text">
|
||||
Last updated 2023-05-26 14:21:38 +0200
|
||||
Last updated 2023-07-28 11:23:08 +0200
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
|
135381
static/taxonomies.pdf
135381
static/taxonomies.pdf
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue