-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proper getStackAccessControlContext implementation #3098
Conversation
Hello Lazar Mitrović, thanks for contributing a PR to our project! We use the Oracle Contributor Agreement to make the copyright of contributions clear. We don't have a record of you having signed this yet, based on your email address lazar-mitrovic -(at)- msn -(dot)- com. You can sign it at that link. If you think you've already signed it, please comment below and we'll check. |
6806d72
to
635e2ab
Compare
635e2ab
to
a900fbd
Compare
aff275e
to
a9dd37f
Compare
43a0e80
to
5fd2a64
Compare
b6380e1
to
a0104cf
Compare
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/SecuritySubstitutions.java
Outdated
Show resolved
Hide resolved
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/SecuritySubstitutions.java
Show resolved
Hide resolved
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/SecuritySubstitutions.java
Outdated
Show resolved
Hide resolved
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/SecuritySubstitutions.java
Outdated
Show resolved
Hide resolved
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/StackTraceUtils.java
Outdated
Show resolved
Hide resolved
substratevm/src/com.oracle.svm.core/src/com/oracle/svm/core/jdk/SecuritySubstitutions.java
Outdated
Show resolved
Hide resolved
4728d6b
to
1eb52dd
Compare
fce53df
to
2950140
Compare
@lazar-mitrovic thanks for the contribution, is there any update on the changes requested by the reviewer? |
I intend to work on this towards the end of this week (after all of the |
@lazar-mitrovic ok noted with thanks |
Are you getting any closer to merging this PR? |
926bed2
to
c19c047
Compare
c19c047
to
3645cfe
Compare
e1e86d4
to
51b091e
Compare
51b091e
to
b3a913b
Compare
b54a413
to
8649d2e
Compare
Fixed imports and warnings in SecuritySubstitutions Implemented PrivilegedStack and use FastThreadLocal Added missing getProtectionDomain method Recompute contexts from static initializers in runtime Disallow NO_CONTEXT_SINGLETON in executePrivileged Work around crash when ProcessPropertiesSupport is missing getExecutable impementation Provide dummy setters for substituted contexts as their values are constant.
3ef984a
to
dfadc2a
Compare
dfadc2a
to
2ad1de6
Compare
Closed in favor of: #3854 |
apt update
in Github CI to avoid azure repository issues