Skip to content

Commit

Permalink
Fix language definitions for rules in Random.json (#579)
Browse files Browse the repository at this point in the history
  • Loading branch information
gfs authored Aug 9, 2023
1 parent 7a4db56 commit fba56c2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.0.18] - 2023-08-09
### Rules
Fix language filtering on random number generator rules. Fix #468

## [1.0.17] - 2023-08-07
### Rules
Improve HTTP url detection rule to exclude more schema definitions.
Expand Down
4 changes: 2 additions & 2 deletions rules/default/security/cryptography/random.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"tags": [
"Cryptography.PRNG.Weak"
],
"language": [
"applies_to": [
"c",
"cpp",
"csharp",
Expand Down Expand Up @@ -103,7 +103,7 @@
"tags": [
"Cryptography.PRNG.Weak"
],
"language": [
"applies_to": [
"rust"
],
"severity": "important",
Expand Down

0 comments on commit fba56c2

Please sign in to comment.