René's URL Explorer Experiment


Title: Add SecurityManager support to block suspicious code #622 by Markoutte · Pull Request #625 · UnitTestBot/UTBotJava · GitHub

Open Graph Title: Add SecurityManager support to block suspicious code #622 by Markoutte · Pull Request #625 · UnitTestBot/UTBotJava

X Title: Add SecurityManager support to block suspicious code #622 by Markoutte · Pull Request #625 · UnitTestBot/UTBotJava

Description: Description This commit introduces support of SecurityManager in instrumentation.jar to restrict all suspicious code from running (File IO, Socket IO, Property reading and etc.). Security is enabled by default and limits all permissions to a small set that needed for execution. Settings can be extended by editing .utbot/sandbox.policy (more about policy file and syntax). Fixes #622 Type of Change Breaking change (fix or feature that would cause existing functionality to not work as expected) How Has This Been Tested? Automated Testing All existing tests should pass Manual Scenario Disable symbolic execution test generation and leave only fuzzing (in the settings by choosing "Simpler" for "Code analysis"). Run test generations for these methods: public class SecurityCheck { public int normalTest(int value) { if (value < 0) { return -value; } return value; } public int read(File path) throws IOException { byte[] bytes = Files.readAllBytes(path.toPath()); return bytes.length; } public int connect(Socket socket) throws IOException { socket.connect(new InetSocketAddress("0.0.0.0", 22)); return 0; } public String property(String key) { return System.getProperty(key); } public String systemExit() { System.exit(0); return "bad"; } } For every method except normatTest() there are should be several methods that look like: public void testPropertyWithBlankString() { SecurityCheck securityCheck = new SecurityCheck(); /* This test fails because method [com.company.security.SecurityCheck.property] produces [java.security.AccessControlException: access denied ("java.util.PropertyPermission" " " "read")] java.security.AccessControlContext.checkPermission(AccessControlContext.java:472) java.security.AccessController.checkPermission(AccessController.java:886) java.lang.SecurityManager.checkPermission(SecurityManager.java:549) java.lang.SecurityManager.checkPropertyAccess(SecurityManager.java:1294) java.lang.System.getProperty(System.java:719) com.company.security.SecurityCheck.property(SecurityCheck.java:32) */ } Try to edit {user.home}/.utbot/sandbox.policy: grant { permission java.util.PropertyPermission "*", "read"; }; and generate test for String property(String key). Tests should be generated without access exception. Checklist: The change followed the style guidelines of the UTBot project Self-review of the code is passed The change contains enough commentaries, particularly in hard-to-understand areas New documentation is provided or existed one is altered No new warnings New tests have been added All tests pass locally with my changes

Open Graph Description: Description This commit introduces support of SecurityManager in instrumentation.jar to restrict all suspicious code from running (File IO, Socket IO, Property reading and etc.). Security is enable...

X Description: Description This commit introduces support of SecurityManager in instrumentation.jar to restrict all suspicious code from running (File IO, Socket IO, Property reading and etc.). Security is enable...

Opengraph URL: https://github.com/UnitTestBot/UTBotJava/pull/625

X: @github

direct link

Domain: github.com

route-pattern/:user_id/:repository/pull/:id/files(.:format)
route-controllerpull_requests
route-actionfiles
fetch-noncev2:896a0d3e-5f18-d6c3-24b6-2188114ddefb
current-catalog-service-hashae870bc5e265a340912cde392f23dad3671a0a881730ffdadd82f2f57d81641b
request-idC9C4:CE1D0:2C26BB:3CF77A:698E0046
html-safe-nonce5cb34f780d3a8b3d155dfece58e821382a672e885a1b26e152d022420c7444f4
visitor-payloadeyJyZWZlcnJlciI6IiIsInJlcXVlc3RfaWQiOiJDOUM0OkNFMUQwOjJDMjZCQjozQ0Y3N0E6Njk4RTAwNDYiLCJ2aXNpdG9yX2lkIjoiODMzNzA0MjY0MDM1MzM2MjYyIiwicmVnaW9uX2VkZ2UiOiJpYWQiLCJyZWdpb25fcmVuZGVyIjoiaWFkIn0=
visitor-hmacdb5bd52ac0e1d4b20389e04692bdbd4928214d746323b2867e3fbf6650f2b074
hovercard-subject-tagpull_request:1013608557
github-keyboard-shortcutsrepository,pull-request-list,pull-request-conversation,pull-request-files-changed,copilot
google-site-verificationApib7-x98H0j5cPqHWwSMm6dNU4GmODRoqxLiDzdx9I
octolytics-urlhttps://collector.github.com/github/collect
analytics-location///pull_requests/show/files
fb:app_id1401488693436528
apple-itunes-appapp-id=1477376905, app-argument=https://github.com/UnitTestBot/UTBotJava/pull/625/files
twitter:imagehttps://avatars.githubusercontent.com/u/720952?s=400&v=4
twitter:cardsummary_large_image
og:imagehttps://avatars.githubusercontent.com/u/720952?s=400&v=4
og:image:altDescription This commit introduces support of SecurityManager in instrumentation.jar to restrict all suspicious code from running (File IO, Socket IO, Property reading and etc.). Security is enable...
og:site_nameGitHub
og:typeobject
hostnamegithub.com
expected-hostnamegithub.com
None4d76af840d3174ae6e2538f47f7ea4876a854b6ac4e6fe849e30bdd90242399f
turbo-cache-controlno-preview
diff-viewunified
go-importgithub.com/UnitTestBot/UTBotJava git https://github.com/UnitTestBot/UTBotJava.git
octolytics-dimension-user_id87413538
octolytics-dimension-user_loginUnitTestBot
octolytics-dimension-repository_id480810501
octolytics-dimension-repository_nwoUnitTestBot/UTBotJava
octolytics-dimension-repository_publictrue
octolytics-dimension-repository_is_forkfalse
octolytics-dimension-repository_network_root_id480810501
octolytics-dimension-repository_network_root_nwoUnitTestBot/UTBotJava
turbo-body-classeslogged-out env-production page-responsive full-width
disable-turbotrue
browser-stats-urlhttps://api.github.com/_private/browser/stats
browser-errors-urlhttps://api.github.com/_private/browser/errors
releasec9daf44b4f7506beb4bbdaf20e9c0b4ba9a94e56
ui-targetfull
theme-color#1e2327
color-schemelight dark

Links:

Skip to contenthttps://github.com/UnitTestBot/UTBotJava/pull/625/files#start-of-content
https://github.com/
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FUnitTestBot%2FUTBotJava%2Fpull%2F625%2Ffiles
GitHub CopilotWrite better code with AIhttps://github.com/features/copilot
GitHub SparkBuild and deploy intelligent appshttps://github.com/features/spark
GitHub ModelsManage and compare promptshttps://github.com/features/models
MCP RegistryNewIntegrate external toolshttps://github.com/mcp
ActionsAutomate any workflowhttps://github.com/features/actions
CodespacesInstant dev environmentshttps://github.com/features/codespaces
IssuesPlan and track workhttps://github.com/features/issues
Code ReviewManage code changeshttps://github.com/features/code-review
GitHub Advanced SecurityFind and fix vulnerabilitieshttps://github.com/security/advanced-security
Code securitySecure your code as you buildhttps://github.com/security/advanced-security/code-security
Secret protectionStop leaks before they starthttps://github.com/security/advanced-security/secret-protection
Why GitHubhttps://github.com/why-github
Documentationhttps://docs.github.com
Bloghttps://github.blog
Changeloghttps://github.blog/changelog
Marketplacehttps://github.com/marketplace
View all featureshttps://github.com/features
Enterpriseshttps://github.com/enterprise
Small and medium teamshttps://github.com/team
Startupshttps://github.com/enterprise/startups
Nonprofitshttps://github.com/solutions/industry/nonprofits
App Modernizationhttps://github.com/solutions/use-case/app-modernization
DevSecOpshttps://github.com/solutions/use-case/devsecops
DevOpshttps://github.com/solutions/use-case/devops
CI/CDhttps://github.com/solutions/use-case/ci-cd
View all use caseshttps://github.com/solutions/use-case
Healthcarehttps://github.com/solutions/industry/healthcare
Financial serviceshttps://github.com/solutions/industry/financial-services
Manufacturinghttps://github.com/solutions/industry/manufacturing
Governmenthttps://github.com/solutions/industry/government
View all industrieshttps://github.com/solutions/industry
View all solutionshttps://github.com/solutions
AIhttps://github.com/resources/articles?topic=ai
Software Developmenthttps://github.com/resources/articles?topic=software-development
DevOpshttps://github.com/resources/articles?topic=devops
Securityhttps://github.com/resources/articles?topic=security
View all topicshttps://github.com/resources/articles
Customer storieshttps://github.com/customer-stories
Events & webinarshttps://github.com/resources/events
Ebooks & reportshttps://github.com/resources/whitepapers
Business insightshttps://github.com/solutions/executive-insights
GitHub Skillshttps://skills.github.com
Documentationhttps://docs.github.com
Customer supporthttps://support.github.com
Community forumhttps://github.com/orgs/community/discussions
Trust centerhttps://github.com/trust-center
Partnershttps://github.com/partners
GitHub SponsorsFund open source developershttps://github.com/sponsors
Security Labhttps://securitylab.github.com
Maintainer Communityhttps://maintainers.github.com
Acceleratorhttps://github.com/accelerator
Archive Programhttps://archiveprogram.github.com
Topicshttps://github.com/topics
Trendinghttps://github.com/trending
Collectionshttps://github.com/collections
Enterprise platformAI-powered developer platformhttps://github.com/enterprise
GitHub Advanced SecurityEnterprise-grade security featureshttps://github.com/security/advanced-security
Copilot for BusinessEnterprise-grade AI featureshttps://github.com/features/copilot/copilot-business
Premium SupportEnterprise-grade 24/7 supporthttps://github.com/premium-support
Pricinghttps://github.com/pricing
Search syntax tipshttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
documentationhttps://docs.github.com/search-github/github-code-search/understanding-github-code-search-syntax
Sign in https://github.com/login?return_to=https%3A%2F%2Fgithub.com%2FUnitTestBot%2FUTBotJava%2Fpull%2F625%2Ffiles
Sign up https://github.com/signup?ref_cta=Sign+up&ref_loc=header+logged+out&ref_page=%2F%3Cuser-name%3E%2F%3Crepo-name%3E%2Fpull_requests%2Fshow%2Ffiles&source=header-repo&source_repo=UnitTestBot%2FUTBotJava
Reloadhttps://github.com/UnitTestBot/UTBotJava/pull/625/files
Reloadhttps://github.com/UnitTestBot/UTBotJava/pull/625/files
Reloadhttps://github.com/UnitTestBot/UTBotJava/pull/625/files
UnitTestBot https://github.com/UnitTestBot
UTBotJavahttps://github.com/UnitTestBot/UTBotJava
Notifications https://github.com/login?return_to=%2FUnitTestBot%2FUTBotJava
Fork 45 https://github.com/login?return_to=%2FUnitTestBot%2FUTBotJava
Star 142 https://github.com/login?return_to=%2FUnitTestBot%2FUTBotJava
Code https://github.com/UnitTestBot/UTBotJava
Issues 386 https://github.com/UnitTestBot/UTBotJava/issues
Pull requests 33 https://github.com/UnitTestBot/UTBotJava/pulls
Discussions https://github.com/UnitTestBot/UTBotJava/discussions
Actions https://github.com/UnitTestBot/UTBotJava/actions
Projects 1 https://github.com/UnitTestBot/UTBotJava/projects
Wiki https://github.com/UnitTestBot/UTBotJava/wiki
Security 0 https://github.com/UnitTestBot/UTBotJava/security
Insights https://github.com/UnitTestBot/UTBotJava/pulse
Code https://github.com/UnitTestBot/UTBotJava
Issues https://github.com/UnitTestBot/UTBotJava/issues
Pull requests https://github.com/UnitTestBot/UTBotJava/pulls
Discussions https://github.com/UnitTestBot/UTBotJava/discussions
Actions https://github.com/UnitTestBot/UTBotJava/actions
Projects https://github.com/UnitTestBot/UTBotJava/projects
Wiki https://github.com/UnitTestBot/UTBotJava/wiki
Security https://github.com/UnitTestBot/UTBotJava/security
Insights https://github.com/UnitTestBot/UTBotJava/pulse
Sign up for GitHub https://github.com/signup?return_to=%2FUnitTestBot%2FUTBotJava%2Fissues%2Fnew%2Fchoose
terms of servicehttps://docs.github.com/terms
privacy statementhttps://docs.github.com/privacy
Sign inhttps://github.com/login?return_to=%2FUnitTestBot%2FUTBotJava%2Fissues%2Fnew%2Fchoose
Markouttehttps://github.com/Markoutte
mainhttps://github.com/UnitTestBot/UTBotJava/tree/main
pelevin/sandboxhttps://github.com/UnitTestBot/UTBotJava/tree/pelevin/sandbox
Conversation 2 https://github.com/UnitTestBot/UTBotJava/pull/625
Commits 2 https://github.com/UnitTestBot/UTBotJava/pull/625/commits
Checks 0 https://github.com/UnitTestBot/UTBotJava/pull/625/checks
Files changed https://github.com/UnitTestBot/UTBotJava/pull/625/files
Please reload this pagehttps://github.com/UnitTestBot/UTBotJava/pull/625/files
Add SecurityManager support to block suspicious code #622 https://github.com/UnitTestBot/UTBotJava/pull/625/files#top
Show all changes 2 commits https://github.com/UnitTestBot/UTBotJava/pull/625/files
6f03ea8 Add SecurityManager support to block suspicious code #622 Markoutte Jul 29, 2022 https://github.com/UnitTestBot/UTBotJava/pull/625/commits/6f03ea8dc54a6e287d9e6c7b5cc1d26cc0f455b9
8e27750 Fix mock-relative issues due to lack of permissions Markoutte Aug 22, 2022 https://github.com/UnitTestBot/UTBotJava/pull/625/commits/8e27750cc4676408f593dcd04b141f62aeb2ea22
Clear filters https://github.com/UnitTestBot/UTBotJava/pull/625/files
Please reload this pagehttps://github.com/UnitTestBot/UTBotJava/pull/625/files
Please reload this pagehttps://github.com/UnitTestBot/UTBotJava/pull/625/files
UtExecutionResult.kt https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-c88a032a442c6f8c5d89448fa2e5d4149f563e1219f31fbfedf9bf3f5fd01a03
Resolver.kt https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-d00f6ba01d4164d471e5f9e1acae2d189d719ffad67d22a1b8e63c452f036b51
CgMethodConstructor.kt https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-0b9fbbacf7ddf012a9f04bdf76ff1e2abecd67e81b107454f04c543c47efa430
UtExecutionInstrumentation.kt https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-6735f657f1f14b6edc7411e6bd21179e9c6bd8e6a54d7aa108be1b3566c0403a
InvokeInstrumentation.kt https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-2d6b4e45453a9293a96c0eb5d9dadaad4fa5e7656989c62c9ac1478cd4ccab5e
ChildProcess.kt https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-a57813cdcb30b153e8974fa8fc3f1b9a9c6bef3d43765614fc3517aaee981c24
Security.kt https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-89d99146d9ba45e0d058850684b6ca99c0c6327e74aeaaee34b3603c6eb181df
SecurityTest.kt https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-a3491c573594c3f41e0b701530c67f9a6c2728882f0c13435c3ece9183409802
TagGenerator.kt https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-511fff45d426bde681e1d9dff5883ef97998a1b25a01692f49e7f0789edc453f
utbot-framework-api/src/main/kotlin/org/utbot/framework/plugin/api/UtExecutionResult.kthttps://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-c88a032a442c6f8c5d89448fa2e5d4149f563e1219f31fbfedf9bf3f5fd01a03
View file https://github.com/UnitTestBot/UTBotJava/blob/8e27750cc4676408f593dcd04b141f62aeb2ea22/utbot-framework-api/src/main/kotlin/org/utbot/framework/plugin/api/UtExecutionResult.kt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/UnitTestBot/UTBotJava/pull/625/{{ revealButtonHref }}
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-c88a032a442c6f8c5d89448fa2e5d4149f563e1219f31fbfedf9bf3f5fd01a03
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-c88a032a442c6f8c5d89448fa2e5d4149f563e1219f31fbfedf9bf3f5fd01a03
utbot-framework/src/main/kotlin/org/utbot/engine/Resolver.kthttps://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-d00f6ba01d4164d471e5f9e1acae2d189d719ffad67d22a1b8e63c452f036b51
View file https://github.com/UnitTestBot/UTBotJava/blob/8e27750cc4676408f593dcd04b141f62aeb2ea22/utbot-framework/src/main/kotlin/org/utbot/engine/Resolver.kt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/UnitTestBot/UTBotJava/pull/625/{{ revealButtonHref }}
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-d00f6ba01d4164d471e5f9e1acae2d189d719ffad67d22a1b8e63c452f036b51
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-d00f6ba01d4164d471e5f9e1acae2d189d719ffad67d22a1b8e63c452f036b51
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-d00f6ba01d4164d471e5f9e1acae2d189d719ffad67d22a1b8e63c452f036b51
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-d00f6ba01d4164d471e5f9e1acae2d189d719ffad67d22a1b8e63c452f036b51
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-d00f6ba01d4164d471e5f9e1acae2d189d719ffad67d22a1b8e63c452f036b51
...src/main/kotlin/org/utbot/framework/codegen/model/constructor/tree/CgMethodConstructor.kthttps://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-0b9fbbacf7ddf012a9f04bdf76ff1e2abecd67e81b107454f04c543c47efa430
View file https://github.com/UnitTestBot/UTBotJava/blob/8e27750cc4676408f593dcd04b141f62aeb2ea22/utbot-framework/src/main/kotlin/org/utbot/framework/codegen/model/constructor/tree/CgMethodConstructor.kt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/UnitTestBot/UTBotJava/pull/625/{{ revealButtonHref }}
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-0b9fbbacf7ddf012a9f04bdf76ff1e2abecd67e81b107454f04c543c47efa430
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-0b9fbbacf7ddf012a9f04bdf76ff1e2abecd67e81b107454f04c543c47efa430
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-0b9fbbacf7ddf012a9f04bdf76ff1e2abecd67e81b107454f04c543c47efa430
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-0b9fbbacf7ddf012a9f04bdf76ff1e2abecd67e81b107454f04c543c47efa430
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-0b9fbbacf7ddf012a9f04bdf76ff1e2abecd67e81b107454f04c543c47efa430
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-0b9fbbacf7ddf012a9f04bdf76ff1e2abecd67e81b107454f04c543c47efa430
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-0b9fbbacf7ddf012a9f04bdf76ff1e2abecd67e81b107454f04c543c47efa430
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-0b9fbbacf7ddf012a9f04bdf76ff1e2abecd67e81b107454f04c543c47efa430
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-0b9fbbacf7ddf012a9f04bdf76ff1e2abecd67e81b107454f04c543c47efa430
utbot-framework/src/main/kotlin/org/utbot/framework/concrete/UtExecutionInstrumentation.kthttps://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-6735f657f1f14b6edc7411e6bd21179e9c6bd8e6a54d7aa108be1b3566c0403a
View file https://github.com/UnitTestBot/UTBotJava/blob/8e27750cc4676408f593dcd04b141f62aeb2ea22/utbot-framework/src/main/kotlin/org/utbot/framework/concrete/UtExecutionInstrumentation.kt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/UnitTestBot/UTBotJava/pull/625/{{ revealButtonHref }}
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-6735f657f1f14b6edc7411e6bd21179e9c6bd8e6a54d7aa108be1b3566c0403a
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-6735f657f1f14b6edc7411e6bd21179e9c6bd8e6a54d7aa108be1b3566c0403a
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-6735f657f1f14b6edc7411e6bd21179e9c6bd8e6a54d7aa108be1b3566c0403a
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-6735f657f1f14b6edc7411e6bd21179e9c6bd8e6a54d7aa108be1b3566c0403a
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-6735f657f1f14b6edc7411e6bd21179e9c6bd8e6a54d7aa108be1b3566c0403a
...tation/src/main/kotlin/org/utbot/instrumentation/instrumentation/InvokeInstrumentation.kthttps://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-2d6b4e45453a9293a96c0eb5d9dadaad4fa5e7656989c62c9ac1478cd4ccab5e
View file https://github.com/UnitTestBot/UTBotJava/blob/8e27750cc4676408f593dcd04b141f62aeb2ea22/utbot-instrumentation/src/main/kotlin/org/utbot/instrumentation/instrumentation/InvokeInstrumentation.kt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/UnitTestBot/UTBotJava/pull/625/{{ revealButtonHref }}
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-2d6b4e45453a9293a96c0eb5d9dadaad4fa5e7656989c62c9ac1478cd4ccab5e
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-2d6b4e45453a9293a96c0eb5d9dadaad4fa5e7656989c62c9ac1478cd4ccab5e
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-2d6b4e45453a9293a96c0eb5d9dadaad4fa5e7656989c62c9ac1478cd4ccab5e
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-2d6b4e45453a9293a96c0eb5d9dadaad4fa5e7656989c62c9ac1478cd4ccab5e
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-2d6b4e45453a9293a96c0eb5d9dadaad4fa5e7656989c62c9ac1478cd4ccab5e
utbot-instrumentation/src/main/kotlin/org/utbot/instrumentation/process/ChildProcess.kthttps://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-a57813cdcb30b153e8974fa8fc3f1b9a9c6bef3d43765614fc3517aaee981c24
View file https://github.com/UnitTestBot/UTBotJava/blob/8e27750cc4676408f593dcd04b141f62aeb2ea22/utbot-instrumentation/src/main/kotlin/org/utbot/instrumentation/process/ChildProcess.kt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/UnitTestBot/UTBotJava/pull/625/{{ revealButtonHref }}
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-a57813cdcb30b153e8974fa8fc3f1b9a9c6bef3d43765614fc3517aaee981c24
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-a57813cdcb30b153e8974fa8fc3f1b9a9c6bef3d43765614fc3517aaee981c24
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-a57813cdcb30b153e8974fa8fc3f1b9a9c6bef3d43765614fc3517aaee981c24
https://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-a57813cdcb30b153e8974fa8fc3f1b9a9c6bef3d43765614fc3517aaee981c24
utbot-instrumentation/src/main/kotlin/org/utbot/instrumentation/process/Security.kthttps://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-89d99146d9ba45e0d058850684b6ca99c0c6327e74aeaaee34b3603c6eb181df
View file https://github.com/UnitTestBot/UTBotJava/blob/8e27750cc4676408f593dcd04b141f62aeb2ea22/utbot-instrumentation/src/main/kotlin/org/utbot/instrumentation/process/Security.kt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/UnitTestBot/UTBotJava/pull/625/{{ revealButtonHref }}
utbot-instrumentation/src/test/kotlin/org/utbot/instrumentation/security/SecurityTest.kthttps://github.com/UnitTestBot/UTBotJava/pull/625/files#diff-a3491c573594c3f41e0b701530c67f9a6c2728882f0c13435c3ece9183409802
View file https://github.com/UnitTestBot/UTBotJava/blob/8e27750cc4676408f593dcd04b141f62aeb2ea22/utbot-instrumentation/src/test/kotlin/org/utbot/instrumentation/security/SecurityTest.kt
Open in desktop https://desktop.github.com
https://github.co/hiddenchars
https://github.com/UnitTestBot/UTBotJava/pull/625/{{ revealButtonHref }}
Please reload this pagehttps://github.com/UnitTestBot/UTBotJava/pull/625/files
https://github.com
Termshttps://docs.github.com/site-policy/github-terms/github-terms-of-service
Privacyhttps://docs.github.com/site-policy/privacy-policies/github-privacy-statement
Securityhttps://github.com/security
Statushttps://www.githubstatus.com/
Communityhttps://github.community/
Docshttps://docs.github.com/
Contacthttps://support.github.com?tags=dotcom-footer

Viewport: width=device-width


URLs of crawlers that visited me.