Benign crates 868,415 installs Download

oni-comb-parser-rs 1.2.120

“A Rust crate for parser combinators”

Archive ships a root-level test treeRust test marker or harness
SHA-256ca122fcdbb5a24dd193bc4fcb1ec37e646cc0972d0b54d8f7d11f147964e6d9e

Evidence

Code embeds cleartext HTTP URL literal json_byte.rs · lines 90–97
90:37… h Floor",
91 "Thumbnail": {
92 "Url": "http://www.example.com/image/481989943",
93 "Height": 125,
94 "Width": 100
95 },
96 "Animated" : false,
97 "IDs" …
Contains Hiragana or Katakana script oni_comb_json.rs · lines 25–37
25:31… t() + integer + frac.opt() + exp.opt();
26 number.collect().map(String::from_iter).map_res(|s| f64::from_str(&s))
27}
28
29fn string<'a>() -> Parser<'a, char, String> {
30 // エスケープ文字の処理
31 let special_char = elm_ref('\\')
32 | elm_ref('/')
⋯5 lines
Contains Hiragana or Katakana script nom_json.rs · lines 171–177
171:11… ��ース成功
172 }
173 Err(_) => {
174 // パース失敗(ベンチマークでは無視)
175 }
176 }
177}
#[cfg(test)] attribute lib.rs · lines 1373–1386
⋯4 lines
1377}
1378
1379#[cfg(test)]
1380mod tests {
1381 use std::env;
⋯5 lines
#[test] attribute lib.rs · lines 1395–1403
1395:2… let _ = env_logger::builder().is_test(true).try_init();
1396 }
1397
1398 #[test]
1399 fn test_attempt() {
1400 init();
1401 {
1402 let input1 = b"b";
1403 let p: Parser<u8, &u8> = failed_with_commit(ParseError:: …

Showing the top 5 files — 2 more files (4 regions) not shown.

No evidence locations were recorded for this file. Raw result

Keyboard shortcuts on this page: j for the next sample, k for the previous one, x to go back to the feed, d to download the original bytes, r to re-queue the sample for analysis.