Create jmrrujo1991 - #692
Conversation
There was a problem hiding this comment.
Pull request overview
This pull request adds a new top-level file containing what looks like an accidental paste of a PowerShell command plus a full HTML page snapshot (including third-party script references and tracking/config values). It does not integrate with Intelligent Terminal/Windows Terminal code and appears unrelated to the repository’s functionality.
Changes:
- Added a new file
jmrrujo1991. - The file contains a
Get-Help ... -Onlineline and a large embedded HTML document.
💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.
| Get-Help <cxdj94258027A> -Online | ||
|
|
||
| <!doctype html><html lang="en" id="mrxPortalApp"><head><meta charset="utf-8"><meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no"><meta name="theme-color" content="#000000"><title>Portal App</title><script type="text/javascript" src="/ruxitagentjs_ICA15789NPRTUVXfqrux_10343260715123811.js" data-dtconfig="rid=RID_299546299|rpid=1927010048|domain=ca.gov|reportUrl=/rb_bf44283pdp|app=8a9fa14eb835f314|ssc=1|cssm=s|owasp=1|featureHash=ICA15789NPRTUVXfqrux|rdnt=1|uxrgce=1|cuc=dptn9q2p|mel=100000|expw=1|dpvc=1|lastModification=1787056869481|tp=500,50,0|srbbv=2|agentUri=/ruxitagentjs_ICA15789NPRTUVXfqrux_10343260715123811.js" data-config='{"revision":1787056869481,"beaconUri":"/rb_bf44283pdp","agentUri":"/ruxitagentjs_ICA15789NPRTUVXfqrux_10343260715123811.js","environmentId":"dptn9q2p","modules":"ICA15789NPRTUVXfqrux"}' data-envconfig='{"tracestateKeyPrefix":"2806ea04-9d39b7de"}' data-appconfig='{"app":"8a9fa14eb835f314"}'></script><link rel="stylesheet" href="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.css"><script defer="defer" src="https://atlas.microsoft.com/sdk/javascript/mapcontrol/3/atlas.min.js"></script><meta name="google-site-verification" content="rrr9nqH7owkIPXnHi5APsxMmmp79JA-W3Iyo-_TcQtQ"><link rel="preconnect" href="https://fonts.gstatic.com" crossorigin><link rel="icon" href="/home/dhcs-favicon.png"><script defer="defer" src="/home/743.b0b61c2b616a9e4b7638.bundle-0.0.1.js"></script><script defer="defer" src="/home/main.b0b61c2b616a9e4b7638.bundle-0.0.1.js"></script><link href="/home/743-38f35a57.css" rel="stylesheet"><link href="/home/main-d0f3a8b1.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"><div id="initial-spinner"><style>.spinner-ring div{box-sizing:border-box;display:block;position:absolute;width:96px;height:96px;margin:8px;border:10px solid #17315a;border-radius:50%;animation:spinner-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#17315a transparent transparent transparent}.spinner-ring div:first-child{animation-delay:-.45s}.spinner-ring div:nth-child(2){animation-delay:-.3s}.spinner-ring div:nth-child(3){animation-delay:-.15s}@keyframes spinner-ring{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}</style><div style="position:'fixed';top:0;right:0;bottom:0;left:0;z-index:1000;background-color:'#F2F1EF';opacity:.7"></div><div style="position:'absolute';left:50%;margin:-45px 0 0 -45px;z-index:3000;top:50%"><div class="spinner-ring" style="display:'inline-block';position:'relative';width:120px;height:120px"><div></div><div></div><div></div><div></div></div></div></div></div></body></html> |
There was a problem hiding this comment.
@microsoft-github-policy-service
There was a problem hiding this comment.
check-spelling found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
check-spelling-bot Report
|
| Dictionary | Entries | Covers | Uniquely |
|---|---|---|---|
| cspell:csharp/csharp.txt | 32 | 2 | 2 |
| cspell:aws/aws.txt | 232 | 2 | 2 |
| cspell:fonts/fonts.txt | 536 | 1 | 1 |
Consider adding to the extra_dictionaries array (in the .github/actions/spelling/config.json file):
"cspell:csharp/csharp.txt",
"cspell:aws/aws.txt",
"cspell:fonts/fonts.txt",
To stop checking additional dictionaries, put (in the .github/actions/spelling/config.json file):
"check_extra_dictionaries": []Pattern suggestions ✂️ (1)
You could add these patterns to .github/actions/spelling/patterns/822f36b9779572d1eb26b2e4bb3034edbba691a5.txt:
# Automatically suggested patterns
# hit-count: 1 file-count: 1
# container images
image: [-\w./:@]+
Alternatively, if a pattern suggestion doesn't make sense for this project, add a # to the beginning of the line in the candidates file with the pattern to stop suggesting it.
Errors, Warnings, and Notices ❌ (3)
See the 📂 files view, the 📜action log, 👼 SARIF report, or 📝 job summary for details.
| ❌ Errors, Warnings, and Notices | Count |
|---|---|
| ℹ️ candidate-pattern | 1 |
| 54 | |
| ❌ check-file-path | 1 |
See ❌ Event descriptions for more information.
✏️ Contributor please read this
By default the command suggestion will generate a file named based on your commit. That's generally ok as long as you add the file to your commit. Someone can reorganize it later.
If the listed items are:
- ... misspelled, then please correct them instead of using the command.
- ... names, please add them to
.github/actions/spelling/allow/names.txt. - ... APIs, you can add them to a file in
.github/actions/spelling/allow/. - ... just things you're using, please add them to an appropriate file in
.github/actions/spelling/expect/. - ... tokens you only need in one place and shouldn't generally be used, you can add an item in an appropriate file in
.github/actions/spelling/patterns/.
See the README.md in each directory for more information.
🔬 You can test your commits without appending to a PR by creating a new branch with that extra change and pushing it to your fork. The check-spelling action will run in response to your push -- it doesn't require an open pull request. By using such a branch, you can limit the number of typos your peers see you make. 😉
If the flagged items are 🤯 false positives
If items relate to a ...
-
binary file (or some other file you wouldn't want to check at all).
Please add a file path to the
excludes.txtfile matching the containing file.File paths are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your files.
^refers to the file's path from the root of the repository, so^README\.md$would exclude README.md (on whichever branch you're using). -
well-formed pattern.
If you can write a pattern that would match it,
try adding it to thepatterns.txtfile.Patterns are Perl 5 Regular Expressions - you can test yours before committing to verify it will match your lines.
Note that patterns can't match multiline strings.
Summary of the Pull Request
References and Relevant Issues
Detailed Description of the Pull Request / Additional comments
Validation Steps Performed
PR Checklist