Skip to content

Commit

Permalink
Merge pull request #756 from fjatWbyT/typo-script-help-message
Browse files Browse the repository at this point in the history
Fix typo and update generation script message.
  • Loading branch information
lcartey authored Nov 1, 2024
2 parents e078c7d + e7c4766 commit 08d22e4
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions scripts/generate_rules/generate_package_description.py
Original file line number Diff line number Diff line change
Expand Up @@ -197,11 +197,10 @@ def generate_short_name(title):
json.dump(package_description, rule_package_file, indent=2, sort_keys=True)
print("Rule package file generated at " + str(rule_package_file_path) + ".")
print("")
print("A default query has been generated for each for each rule. Please review each rule in the generated JSON file and:")
print("A default query has been generated for each rule. Please review each rule in the generated JSON file and:")
print(" (1) Add additional queries as required")
print(" (2) Confirm that the following auto-generated properties are appropriate:")
print(" - 'camel_name'.")
print(" - 'precision'.")
print(" - 'query_name'.")
print(" - 'short_name'.")
print(" - 'severity'.")
print(" (3) Add additional 'tags' as required, particularly 'security' or 'correctness'.")

0 comments on commit 08d22e4

Please sign in to comment.