---
title: Check for PolinRider vulnerability
description: Datadog, the leading service for cloud-scale monitoring.
breadcrumbs: >-
  Docs > Datadog Security > Code Security > Static Code Analysis (SAST) > SAST
  Rules > Check for PolinRider vulnerability
---

# Check for PolinRider vulnerability

{% callout %}
# Important note for users on the following Datadog sites: app.ddog-gov.com

{% alert level="danger" %}
This product is not supported for your selected [Datadog site](https://docs.datadoghq.com/getting_started/site.md). ().
{% /alert %}

{% /callout %}

## Metadata{% #metadata %}

**ID:** `javascript-browser-security/polinrider`

**Language:** JavaScript

**Severity:** Error

**Category:** Security

**CWE**: [79](https://cwe.mitre.org/data/definitions/79.html)

## Description{% #description %}

Look for code impacted by the [PolinRider](https://opensourcemalware.com/blog/polinrider-attack) campaign.

## Non-Compliant Code Examples{% #non-compliant-code-examples %}

```javascript
("rmcej%otb%",2857687)
```

## Compliant Code Examples{% #compliant-code-examples %}

```javascript
("anotherstring",2857687)
```

```javascript
# New test file
```
  Seamless integrations. Try Datadog Code SecurityDatadog Code Security 
{% icon name="icon-external-link" /%}
 