Skip to content

JS: Upgrade to signedsource@2.0.0#53606

Closed
yungsters wants to merge 1 commit into
facebook:mainfrom
yungsters:export-D81723007
Closed

JS: Upgrade to signedsource@2.0.0#53606
yungsters wants to merge 1 commit into
facebook:mainfrom
yungsters:export-D81723007

Conversation

@yungsters
Copy link
Copy Markdown
Contributor

Summary:
Upgrades projects to signedsource@2.0.0, which includes a critical bug fix to the isSigned and signFile functions:

isSigned(data) {
-  return !PATTERN.exec(data);
+  return PATTERN.exec(data) != null;
},

Changelog:
[Internal]

Differential Revision: D81723007

@meta-cla meta-cla Bot added the CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. label Sep 4, 2025
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D81723007

Summary:

Upgrades projects to `signedsource@2.0.0`, which includes a critical bug fix to the `isSigned` and `signFile` functions:

```lang=diff
isSigned(data) {
-  return !PATTERN.exec(data);
+  return PATTERN.exec(data) != null;
},
```

Changelog:
[Internal]

Reviewed By: bvanderhoof

Differential Revision: D81723007
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request was exported from Phabricator. Differential Revision: D81723007

@facebook-github-bot facebook-github-bot added the Merged This PR has been merged. label Sep 5, 2025
@facebook-github-bot
Copy link
Copy Markdown
Contributor

This pull request has been merged in a50ddf3.

@react-native-bot
Copy link
Copy Markdown
Collaborator

This pull request was successfully merged by @yungsters in a50ddf3

When will my fix make it into a release? | How to file a pick request?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. fb-exported Merged This PR has been merged. p: Facebook Partner: Facebook Partner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants