-
Updated
Jun 14, 2021 - Python
cybersecurity
Here are 1,812 public repositories matching this topic...
-
Updated
Jun 11, 2021 - Go
-
Updated
Jan 22, 2020
-
Updated
Jun 4, 2021 - C
-
Updated
Feb 16, 2021 - Shell
-
Updated
Jun 10, 2021
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
case 'email':
$this->emailSrcRule($ruleFormat, $item['Attribute'], $sid);
$this->emailDstRule($ruleFormat, $item['Attribute'], $sid);
break;
this causes inserting both source and destinati
largest occurrence of cout is in hier_block2_detail, for no good reason!
would be relatively easy to replace with GR_LOG_INFO(d_logger,…), but it's mechanic. When done, remove all remainders of debug #ifs and #include <iostream> from the files
Partially addresses #4763
Files to be fixed:
- hier_block2_detail
- qa_blocks_tags.cc
- polar_decoder_common.cc (at least
-
Updated
Apr 22, 2021 - Shell
-
Updated
Jun 14, 2021 - Python
-
Updated
Jun 3, 2021 - JavaScript
-
Updated
Jun 14, 2021 - Shell
-
Updated
May 28, 2021
-
Updated
Jun 14, 2021 - JavaScript
Better URL Regex
We do not match on:
google.com
Because there is no HTTPS at the start.
The solution is to build a list of all top level domains ( see https://data.iana.org/TLD/tlds-alpha-by-domain.txt for all of them in a neat text file) and match only if the end matches a TLD.
An example regex is:
.*\.com|\.org
Which matches:
tryhackme.com
-
Updated
Jun 12, 2021
-
Updated
May 7, 2021 - Jupyter Notebook
-
Updated
Jun 14, 2021 - Go
-
Updated
May 9, 2021 - JavaScript
-
Updated
May 31, 2021
-
Updated
Jun 14, 2021 - Jupyter Notebook
-
Updated
Jun 14, 2021 - Python
-
Updated
Mar 18, 2019 - Go
-
Updated
Feb 3, 2021 - 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
Jun 11, 2021 - Jupyter Notebook
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
Dec 23, 2018 - Python
-
Updated
Jun 9, 2021 - Python
Improve this page
Add a description, image, and links to the cybersecurity topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the cybersecurity topic, visit your repo's landing page and select "manage topics."
In Settings : 'Add a new side account' button
Step #2 in Side account creation