Skip to content

Commit 1f44c92

Browse files
committed
undo breaking changes
1 parent 1746819 commit 1f44c92

6 files changed

Lines changed: 213 additions & 262 deletions

File tree

INCIDENT_RESPONSE.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Incident Response Plan
22

3-
This document describes how the cheerio maintainers handle security incidents; the same plan applies to other packages maintained as cheerio's ecosystem (htmlparser2, css-select et al).
3+
This document describes how the cheerio maintainers handle security incidents; the same plan applies to other packages maintained as part of cheerio's ecosystem (htmlparser2, css-select et al).
44
These are good-faith response targets for a volunteer-maintained open source project — they are **not** SLAs.
55

66
## Scope
@@ -42,8 +42,8 @@ This plan covers:
4242
- Consider deprecating affected npm versions.
4343
- Rotate any compromised secrets or tokens immediately.
4444
- If CI/CD is compromised, disable affected workflows.
45-
- Notifying known & trusted downstream consumers of cheerio.
46-
- Posting a brief advisory on the cheerio website.
45+
- Notify known & trusted downstream consumers of cheerio.
46+
- Post a brief advisory on the cheerio website.
4747

4848
### 4. Remediation
4949

benchmark/documents/jquery.html

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
<script src="null"></script>
4545
<script>
4646
window.jQuery ||
47-
document.write(
48-
unescape(
49-
'%3Cscript src="http://api.jquery.com/jquery-wp-content/themes/jquery/js/jquery-1.9.1.min.js"%3E%3C/script%3E'
50-
)
51-
);
47+
document.write(
48+
unescape(
49+
'%3Cscript src="http://api.jquery.com/jquery-wp-content/themes/jquery/js/jquery-1.9.1.min.js"%3E%3C/script%3E'
50+
)
51+
);
5252
</script>
5353
<script src="null"></script>
5454

@@ -58,11 +58,11 @@
5858
<script src="null"></script>
5959
<style type="text/css">
6060
.tk-source-code-pro {
61-
font-family: 'source-code-pro', sans-serif;
62-
}
63-
.tk-klavika-web {
64-
font-family: 'klavika-web', sans-serif;
65-
}
61+
font-family: 'source-code-pro', sans-serif;
62+
}
63+
.tk-klavika-web {
64+
font-family: 'klavika-web', sans-serif;
65+
}
6666
</style>
6767
<link
6868
rel="stylesheet"
@@ -71,8 +71,8 @@
7171
/>
7272
<script>
7373
try {
74-
Typekit.load();
75-
} catch (_e) {}
74+
Typekit.load();
75+
} catch (_e) {}
7676
</script>
7777

7878
<link
@@ -2896,23 +2896,23 @@ <h3><span>Books</span></h3>
28962896

28972897
<script>
28982898
// biome-ignore lint/correctness/noInvalidUseBeforeDeclaration: Vendor script
2899-
var _gaq = _gaq || [];
2900-
_gaq.push(['_setAccount', 'UA-1076265-1']);
2901-
_gaq.push(['_setDomainName', 'api.jquery.com']);
2902-
_gaq.push(['_setAllowLinker', true]);
2903-
_gaq.push(['_trackPageview']);
2904-
2905-
(() => {
2906-
var ga = document.createElement('script');
2907-
ga.type = 'text/javascript';
2908-
ga.async = true;
2909-
ga.src =
2910-
`${document.location.protocol === 'https:'
2911-
? 'https://ssl'
2912-
: 'http://www'}.google-analytics.com/ga.js`;
2913-
var s = document.getElementsByTagName('script')[0];
2914-
s.parentNode.insertBefore(ga, s);
2915-
})();
2899+
var _gaq = _gaq || [];
2900+
_gaq.push(['_setAccount', 'UA-1076265-1']);
2901+
_gaq.push(['_setDomainName', 'api.jquery.com']);
2902+
_gaq.push(['_setAllowLinker', true]);
2903+
_gaq.push(['_trackPageview']);
2904+
2905+
(() => {
2906+
var ga = document.createElement('script');
2907+
ga.type = 'text/javascript';
2908+
ga.async = true;
2909+
ga.src =
2910+
`${document.location.protocol === 'https:'
2911+
? 'https://ssl'
2912+
: 'http://www'}.google-analytics.com/ga.js`;
2913+
var s = document.getElementsByTagName('script')[0];
2914+
s.parentNode.insertBefore(ga, s);
2915+
})();
29162916
</script>
29172917

29182918
<div id="cboxOverlay" style="display: none;"></div>

0 commit comments

Comments
 (0)