-
Updated
Nov 26, 2020 - Python
cybersecurity
Here are 1,327 public repositories matching this topic...
-
Updated
Nov 27, 2020 - Go
-
Updated
Jan 22, 2020
-
Updated
Oct 30, 2020
-
Updated
Jul 19, 2020 - Shell
... and the docstring is inappropriate too, therefore.
Either fix by removing argument, or implement decimation.
Probably just replacing the 1 in
self.fft_filter_xxx_3 = filter.fft_filter_fff(1, stereo_carrier_filter_coeffs_0, 1)
with audio_decimation + writing a test case.
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 25, 2020 - JavaScript
-
Updated
Nov 25, 2020
-
Updated
Mar 18, 2019 - Go
-
Updated
Nov 24, 2020 - JavaScript
-
Updated
Nov 23, 2020
-
Updated
Nov 16, 2020
-
Updated
Nov 26, 2020 - C++
-
Updated
Nov 27, 2020 - Python
The project works with 8 modules < reference source/Module >
- Creating issue to accelerate/track test frame building of each module
- The test folder has a very basic example to start with.
- Feel free to make a pull request for the test cases
-
Updated
Nov 24, 2020 - Python
-
Updated
Nov 27, 2020 - Jupyter Notebook
-
Updated
Dec 23, 2018 - Python
Hi,
For safety use, it's better to have null check for all variables which are used in this function.
if (!_sessionPriv.$clientAlarmList) {
return;
}
↓
if (!_sessionPriv.$clientAlarmList
|| !_sessionPriv.$monitoredItemForAlarmList
|| !_sessionPriv.$subscriptionforAlarmList ) {
return;
}
-
Updated
Oct 30, 2020 - JavaScript
-
Updated
Nov 23, 2020 - Python
-
Updated
Nov 25, 2020 - TypeScript
-
Updated
Sep 22, 2020 - Python
-
Updated
Nov 19, 2020 - Jupyter Notebook
-
Updated
Nov 19, 2020 - Jupyter Notebook
-
Updated
Jul 15, 2019 - Ruby
In Settings : 'Add a new side account' button
Step #2 in Side account creation
(a very light & quick version of onboarding, with only nickname step)

Problem in MISP/app/Lib/Export/NidsExport.php /
causes there are two rows in beggening of all rules regarding email. Bug is in row 161