Skip to content

Instantly share code, notes, and snippets.

View thesunlover's full-sized avatar
💭
open to new opportunities

Iskren Stanislavov thesunlover

💭
open to new opportunities
View GitHub Profile
@thesunlover
thesunlover / CodeAnalyzerDFA.csv
Created October 3, 2023 15:01
InternalExecutionError
We can make this file beautiful and searchable if this error is corrected: Unclosed quoted field in line 2.
"Problem","Severity","Source File","Source Line","Source Column","Source Type","Source Method","Sink File","Sink Line","Sink Column","Rule","Description","URL","Category","Engine"
"1","3","<hidden>\force-app\main\default\classes\AdapterController.cls","79","26","AdapterController","createRecord","","","","InternalExecutionError","Graph Engine identified your source and sink, but you must manually verify that you have a sanitizer in this path. Then, add an engine directive to skip the path. Next, create a Github issue for the Code Analyzer team that includes the error and stack trace. After we fix this issue, check the Code Analyzer release notes for more info. Error and stacktrace: NoSuchElementException: No value present: java.base/java.util.Optional.get(Optional.java:148);com.salesforce.rules.fls.apex.operations.ObjectBasedCheckUtil.isCrudCheckExpected(ObjectBasedCheckUtil.java:67);com.salesforce.rules.fls.apex.operations.SchemaBasedValidationAnalyzer.isCheckLevelValid(SchemaBasedValidationAnalyzer.java:199
@thesunlover
thesunlover / 133.js
Last active June 16, 2023 13:24
valency
"use strict";(self.webpackChunkvalency=self.webpackChunkvalency||[]).push([[133],{133:(t,e,n)=>{n.r(e),n.d(e,{default:()=>a});var r=n(913),o=n(296),i=n(342),c=n(183),u=n(980),f=n(447);var s=window.EventEmitter,a=function(t){(0,i.Z)(a,t);var e,n,f=(e=a,n=function(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],(function(){}))),!0}catch(t){return!1}}(),function(){var t,r=(0,u.Z)(e);if(n){var o=(0,u.Z)(this).constructor;t=Reflect.construct(r,arguments,o)}else t=r.apply(this,arguments);return(0,c.Z)(this,t)});function a(){return(0,r.Z)(this,a),f.apply(this,arguments)}return(0,o.Z)(a,[{key:"initState",value:function(){this.state.initSend=!1}},{key:"initCache",value:function(){var t=this;this.options.inputs.forEach((function(e){t.selectors[e.prop]=t.element.querySelector("[".concat(e.attr,"]"))}))}},{key:"bindEvents",value:function(){s.on("Select:update",this.t
package;
import js.Lib;
/**
* ...
* @author Iskren Stanislavov
*/
@:build(MyMacro.build("sample"))