Skip to content

Commit

Permalink
v1.06
Browse files Browse the repository at this point in the history
  • Loading branch information
jesuslinares committed Feb 12, 2016
2 parents 24b06cd + 36f3895 commit 197404f
Show file tree
Hide file tree
Showing 20 changed files with 995 additions and 856 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
@@ -1,6 +1,21 @@
# Change Log
All notable changes to this project will be documented in this file.

## [v1.06] - 2016-02-12
### Added
- Rules for Amazon VPC
- USB Decoder and Rules
- PCI Tagging for SSH rootchecks

### Changed
- *ossec_ruleset.py*: New interface.
- Directory structure of Rootcheck
- Netscreen Firewall decoder

### Fixed
- Syntax error in rootchecks.


## [v1.05] - 2016-01-27
### Fixed
- *ossec_ruleset.py*:
Expand Down
4 changes: 1 addition & 3 deletions README.md
Expand Up @@ -12,9 +12,7 @@ The ruleset includes compliance mapping with PCI DSS v3.1, CIS and additional de
## Directory structure

├── ossec-rules
│ ├── rootcheck
│ ├── ossec # OSSEC Rootchecks updated by Wazuh
│ ├── <new_rootcheck> # New rootchecks
│ ├── rootcheck # OSSEC Rootchecks created/updated by Wazuh
|
│ ├── rules-decoders
│ ├── ossec # OSSEC Decoders & Rules updated by Wazuh
Expand Down
2 changes: 1 addition & 1 deletion VERSION
@@ -1 +1 @@
1.05
1.06

0 comments on commit 197404f

Please sign in to comment.