Skip to content

Commit

Permalink
docs: Update issue_tags.md (#130)
Browse files Browse the repository at this point in the history
- Update `issue_tags.md` with all currently available tags
  • Loading branch information
furi0us333 authored Apr 19, 2024
1 parent 2df03f0 commit 7747754
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docs/knowledge_base/issue_tags.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,12 @@ Phylum uses tags to uniquely identify issues raised by the system. These tags ca
| HM0036 | [Webhook Exfil](../analytics/webhook_exfil.md) | Package exfiltrates data through a webhook |
| HM0037 | Malware Bazaar Check | Package contains a file whose hash is in Malware Bazaar |
| CM0038 | Triaged Malware Rule (via [threat feed](../knowledge_base/threat_feed.md)) | Manually reviewed and confirmed to contain malware |
| CM0039 | Depends On Malware Rule | Package has dependency found in triaged malware table |
| IM0040 | Decodes Hardcoded Base64 Strings | Package decodes hardcoded Base64 strings |
| IM0041 | High Entropy Blobs | Package contains high entropy blobs |
| IM0042 | Nuget Install Scripts Rule | Package contains scripts that will run on install |
| IM0043 | Cargo Build File Rule | Package contains build.rs file that will run on build and compile |
| IM0044 | Rubygems Install Hooks Rule | Package contains Ruby pre or post install hooks |
| CM0045 | npm Security Holding Package | Package removed by npm as a security holding package |
| CE0046 | Deprecated Package | Package has been deprecated |
| HM0099 | [Basic Javascript Obfuscation](../analytics/obfuscated_javascript.md) | Package contains obfuscated Javascript |

0 comments on commit 7747754

Please sign in to comment.