Commit graph

2425 commits

Author SHA1 Message Date
Jarrod Connolly
6e1bd7eb7b Add Avro to JSON data format conversion 2020-02-21 11:08:19 +00:00
n1474335
f1a1985329 Argument hints are not tooltips instead of bmd-help elements 2020-02-21 11:08:19 +00:00
n1474335
6059371937 9.7.20 2020-02-21 11:08:19 +00:00
Gustavo Silva
2bc0bb1713 diff.mjs: Fixes tests and adds default flag
* Sets default flag to `false` for `showSubtraction` flag.
    * Removes extra span for else case that was causing some tests to
    fail. Moreover, the previous behavior was defined as that.
    * Adds custom test for the showSubtraction option, both using the
    `showAdded` and `showRemoved` flags.
2020-02-21 11:08:19 +00:00
Gustavo Silva
90c8a86159 diff.mjs: Allows showing subtraction
Adds "Show Subtraction" button to allow seeing only the difference
    between two texts.
    When selected and combined, user can see only the characters or
    words that were added. If not combined, with either removed or added
    but selected, then nothing is displayed.
2020-02-21 11:08:19 +00:00
n1474335
0703700b66 Improved Magic scoring slightly 2020-02-21 11:08:19 +00:00
n1474335
f6d73072d4 9.7.19 2020-02-21 11:08:19 +00:00
n1474335
361fd8b2e7 Dependency update 2020-02-21 11:08:19 +00:00
Matt
02712ff84b Update libyara-wasm 2020-02-21 11:08:19 +00:00
Matt
4fe70f3be4 Add YARA rules node test 2020-02-21 11:08:19 +00:00
Matt
e09e57692f Updated yara to v3.11.0 and openssl to v1.1.1d
finally managed to fudge the compiler
2020-02-21 11:08:19 +00:00
n1474335
dd2cc645b2 Updated README 2020-02-21 11:08:19 +00:00
n1474335
21dd64e141 Improved theme selection. Added changeTheme method. 2020-02-21 11:08:19 +00:00
Ryan Adolf
c65e4fec1e Document theme option in README 2020-02-21 11:08:19 +00:00
Ryan Adolf
6dcb1af7c8 Theme configuration through url 2020-02-21 11:08:19 +00:00
n1474335
245de68b66 Added tabindex to ingredients 2020-02-21 11:08:19 +00:00
Brian Hoang
1db932f62a auto focus on search bar and made searchbar and text area tab-able 2020-02-21 11:08:19 +00:00
n1474335
68fa116309 9.7.18 2020-02-21 11:08:19 +00:00
Matt
829875c854 Update nightwatch and chromedriver
Rebase onto master
2020-02-21 11:08:19 +00:00
n1474335
7130309206 Update .travis.yml 2020-02-21 11:08:19 +00:00
n1474335
8734eb8c76 Update README.md 2020-02-21 11:08:19 +00:00
n1474335
ae30d77a75 9.7.17 2020-02-21 11:08:19 +00:00
n1474335
a2ffc7527f Fork no longer appends its merge delimiter to the end of the output. Closes #692 2020-02-21 11:08:19 +00:00
n1474335
18e92dc632 9.7.16 2020-02-21 11:08:19 +00:00
n1474335
c0f3e2a5b1 DES no longer requires an IV in ECB mode 2020-02-21 11:08:19 +00:00
n1474335
b630d5e205 9.7.15 2020-02-21 11:08:19 +00:00
Storms-Engineering
5fe5b212ff PHP Deserialize NULL values converted to correctly
PHP Deserialize now correctly returns N as a null instead of an empty object
2020-02-21 11:08:19 +00:00
n1474335
770ec68a1d 9.7.14 2020-02-21 11:08:19 +00:00
n1474335
4d1df67299 Added tests for Utils.parseEscapedChars 2020-02-21 11:08:18 +00:00
wh0
ac0b3d4572 Utils: don't consume three backslashes at a time 2020-02-21 11:08:18 +00:00
n1474335
f97e94b73b Tidied up chainCommands function in Gruntfile 2020-02-21 11:08:18 +00:00
Björn Heinrichs
f9e6fbbd89 Fixed building on Windows
On Windows OperationConfig was not generated.
See #360 #645 for more Information.
2020-02-21 11:08:18 +00:00
n1474335
0ec1461019 Fixed search box appaerance in Firefox 2020-02-21 11:07:32 +00:00
n1474335
de67aab964 Updated bug report template 2020-02-21 11:07:32 +00:00
Tan Zhen Yong
13d6a65e12 Rename feature request issue template
- to remain consistent with other issue templates using a `-` instead of `_`
2020-02-21 11:07:31 +00:00
Tan Zhen Yong
1ad81c1a32 Remove duplicate bug report issue template
The bug report issue template is duplicated (`bug-report.md` and
`bug_report.md`, note the `-`/`_` difference).

Thus, GitHub was unable to use the bug report issue template, and it
does not show up when a new issue is being created.

Let's remove the duplicate template `bug_report.md`.
2020-02-21 11:07:31 +00:00
n1474335
05d728c4fa 9.7.13 2020-02-21 11:07:31 +00:00
n1474335
0868ab4dca Added length check to Triple DES IVs 2020-02-21 11:07:31 +00:00
Storms-Engineering
8be26ab24b DES Encrypt/Decrypt - checks length of IV string
Checks the length of IV string when encrypting.  DES encrypt/decrypt test swas updated to use utf8 instead of HEX.
2020-02-21 11:07:31 +00:00
n1474335
aee373b96c 9.7.12 2020-02-21 11:07:31 +00:00
n1474335
df6a60a44a Fixed some typos 2020-02-21 11:07:31 +00:00
n1474335
7971ea6c9d Removed Clippy 2020-02-21 11:07:31 +00:00
n1474335
05d934b339 9.7.11 2020-02-21 11:07:31 +00:00
n1474335
67d0bdaec4 Added test to ensure all operations are in a category. Added various operations to categories. 2020-02-21 11:07:31 +00:00
n1474335
7ea5533a37 9.7.10 2020-02-21 11:07:31 +00:00
n1474335
84b6a775a7 Base64 operations now throw a meaningful error if the alphabet is the wrong length 2020-02-21 11:07:31 +00:00
d98762625
be0c2de1b9 fix linting tests 2020-02-21 11:07:31 +00:00
d98762625
296a0f5108 make async node tests actually fail when they fail. Update tests that were failing 2020-02-21 11:07:31 +00:00
n1474335
3bb1bfd15f 9.7.9 2020-02-21 11:07:31 +00:00
n1474335
f7216a52e1 9.7.8 2020-02-21 11:07:31 +00:00