Skip to content

Commit 58677d7

Browse files
committed
Updated README
1 parent a9ef190 commit 58677d7

File tree

3 files changed

+42
-0
lines changed

3 files changed

+42
-0
lines changed

NOTICE.md

Lines changed: 38 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,38 @@
1+
# NOTICES AND INFORMATION
2+
3+
This software incorporates materail from third parties.
4+
5+
## yara
6+
7+
Source: https://github.com/VirusTotal/yara.git
8+
9+
### License
10+
11+
```txt
12+
Copyright (c) 2007-2016. The YARA Authors. All Rights Reserved.
13+
14+
Redistribution and use in source and binary forms, with or without modification,
15+
are permitted provided that the following conditions are met:
16+
17+
1. Redistributions of source code must retain the above copyright notice, this
18+
list of conditions and the following disclaimer.
19+
20+
2. Redistributions in binary form must reproduce the above copyright notice,
21+
this list of conditions and the following disclaimer in the documentation and/or
22+
other materials provided with the distribution.
23+
24+
3. Neither the name of the copyright holder nor the names of its contributors
25+
may be used to endorse or promote products derived from this software without
26+
specific prior written permission.
27+
28+
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" AND
29+
ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
30+
WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
31+
DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR
32+
ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES
33+
(INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES;
34+
LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON
35+
ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
36+
(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
37+
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
38+
```

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,8 @@ The report will be exported to the following path.
126126
- fixed a detection pattern
127127
- (May. 27, 2022) v2.3.2
128128
- fixed a detection pattern
129+
- (Mar. 19, 2023) v2.4.0
130+
- update detecting method
129131

130132
## License
131133

README_ja.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,8 @@ Emotetが検知された場合、以下のようなレポートが作成され
116116
- 検知手法の修正
117117
- (2022/05/27) v2.3.2
118118
- 検知手法の修正
119+
- (2023/03/19) v2.4.0
120+
- 検知手法の追加
119121

120122
## License
121123

0 commit comments

Comments
 (0)